cosmoim-852 fix DN发货问题修复

master
hou 3 years ago
parent 0f472b4121
commit 505f4dfbe8

@ -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) {

Loading…
Cancel
Save