|
|
|
@ -122,6 +122,10 @@
|
|
|
|
|
<view class="list-item"> 托盘: </view>
|
|
|
|
|
<view>{{ item.sn }}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="row-list">
|
|
|
|
|
<view class="list-item"> 打印顺序: </view>
|
|
|
|
|
<view>{{ item.userDefined9 }}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="row-list">
|
|
|
|
|
<view class="list-item">实际收货: </view>
|
|
|
|
|
<u-input border placeholder="" @blur="confirmNumber(item)" v-model="item.planNumber" />
|
|
|
|
@ -301,7 +305,10 @@ export default class receiveSRM extends BasePage {
|
|
|
|
|
return item.handlematerialCode == this.bimWl.value;
|
|
|
|
|
});
|
|
|
|
|
this.receivedlist = [];
|
|
|
|
|
this.locfouces = false;
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
this.locfouces = true;
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
selectProductCodeType(e) {
|
|
|
|
|
console.log(e);
|
|
|
|
@ -373,7 +380,10 @@ export default class receiveSRM extends BasePage {
|
|
|
|
|
|
|
|
|
|
//this.confirmNumber();
|
|
|
|
|
this.Idcard = '';
|
|
|
|
|
this.twofouces = false;
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
this.twofouces = true;
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
histroyItem: any = {};
|
|
|
|
@ -385,7 +395,10 @@ export default class receiveSRM extends BasePage {
|
|
|
|
|
};
|
|
|
|
|
await this.model.getworkloc(params);
|
|
|
|
|
this.waCodeList = model.workloclist;
|
|
|
|
|
this.twofouces = false;
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
this.twofouces = true;
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
selectProductwaCode(e: any) {
|
|
|
|
|
this.waCodeTypeList = e.pickerName;
|
|
|
|
|