|
|
@ -181,7 +181,6 @@ export default class RawReceiptDetail extends BasePage {
|
|
|
|
this.wlCode = this.Location[0];
|
|
|
|
this.wlCode = this.Location[0];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//添加库位和数量到数据和表格中
|
|
|
|
|
|
|
|
Add() {
|
|
|
|
Add() {
|
|
|
|
if (this.qty == '' || this.wlCode == '') {
|
|
|
|
if (this.qty == '' || this.wlCode == '') {
|
|
|
|
this.customToast(this.$t('message.Commission_tips2') as any);
|
|
|
|
this.customToast(this.$t('message.Commission_tips2') as any);
|
|
|
@ -191,7 +190,6 @@ export default class RawReceiptDetail extends BasePage {
|
|
|
|
this.customToast(this.$t('message.Commission_tips3') as any);
|
|
|
|
this.customToast(this.$t('message.Commission_tips3') as any);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//guoshuang 判断对象为空修改 逻辑:订单勾选校验
|
|
|
|
|
|
|
|
if (JSON.stringify(this.some) == '{}') {
|
|
|
|
if (JSON.stringify(this.some) == '{}') {
|
|
|
|
this.customToast(this.$t('message.Commission_tips6') as any);
|
|
|
|
this.customToast(this.$t('message.Commission_tips6') as any);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|