|
|
|
@ -62,13 +62,6 @@
|
|
|
|
|
<u-col :span="6">
|
|
|
|
|
<u-button type="warning" @click="detailed">{{ $t('message.detailed') }}</u-button>
|
|
|
|
|
</u-col>
|
|
|
|
|
<!-- <u-col :span="4">
|
|
|
|
|
<u-button type="primary" @click="BackSweep">{{ $t('message.BackSweep') }}</u-button>
|
|
|
|
|
</u-col> -->
|
|
|
|
|
<!-- <u-col :span="4">
|
|
|
|
|
<u-button type="error" @click="resetHandle">{{ $t('message.product_Empty') }}</u-button>
|
|
|
|
|
</u-col> -->
|
|
|
|
|
<!-- Guoshuang 出库要改,入参 -->
|
|
|
|
|
<u-col :span="6">
|
|
|
|
|
<u-button type="primary" @click="Posting">{{ $t('message.Posting') }}</u-button>
|
|
|
|
|
</u-col>
|
|
|
|
@ -145,7 +138,6 @@ export default class stoOutboundDom extends BasePage {
|
|
|
|
|
this.model.orderInInfo.stoAmount = 0;
|
|
|
|
|
this.selectMaterielList = [];
|
|
|
|
|
uni.navigateBack({ delta: 1 });
|
|
|
|
|
//this.$table.onEmpty();
|
|
|
|
|
}
|
|
|
|
|
//查询单号详细页面
|
|
|
|
|
async detailed() {
|
|
|
|
@ -191,7 +183,7 @@ export default class stoOutboundDom extends BasePage {
|
|
|
|
|
let rowIndex: any = null;
|
|
|
|
|
this.model.materielList.forEach((item: any, index) => {
|
|
|
|
|
if (item.rowItem == this.rowItemIndex) {
|
|
|
|
|
rowIndex == index;
|
|
|
|
|
rowIndex = index;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
if (rowIndex == null) {
|
|
|
|
|