|
|
|
@ -123,7 +123,7 @@ export default class ChangePalletNew extends BasePage {
|
|
|
|
|
async query() {
|
|
|
|
|
if (this.orderNo == '' || this.orderNo.length == 0) {
|
|
|
|
|
(this.$refs.uToast as any).show({
|
|
|
|
|
title: '请输入nficl',
|
|
|
|
|
title: '请输入RFID',
|
|
|
|
|
type: 'default',
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
@ -158,14 +158,14 @@ export default class ChangePalletNew extends BasePage {
|
|
|
|
|
console.log(this.productCodeList.value == '' || this.productCodeList.value == undefined, this.productCodeList.value);
|
|
|
|
|
if (this.orderNo == '' || this.orderNo.length == 0) {
|
|
|
|
|
(this.$refs.uToast as any).show({
|
|
|
|
|
title: '请输入nficl',
|
|
|
|
|
title: '请输入RFID',
|
|
|
|
|
type: 'default',
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (Object.keys(this.orderNoItemList).length === 0) {
|
|
|
|
|
(this.$refs.uToast as any).show({
|
|
|
|
|
title: '请先查询出nficl数据',
|
|
|
|
|
title: '请先查询出RFID数据',
|
|
|
|
|
type: 'default',
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
@ -215,7 +215,7 @@ export default class ChangePalletNew extends BasePage {
|
|
|
|
|
reqTime: formattedDate,
|
|
|
|
|
sku: this.orderNoItemList.productCode,
|
|
|
|
|
spec: this.orderNoItemList.productSpc,
|
|
|
|
|
productionState: this.productCodelocList.value, //缓存区:2或者3,成品2,烘房3
|
|
|
|
|
productionState: this.productCodelocList.value.toString(), //缓存区:2或者3,成品2,烘房3
|
|
|
|
|
//location: this.location,
|
|
|
|
|
destinationAddress: this.DestinationList.value, //库位,其中 库位是根据选择的缓存区来查询的
|
|
|
|
|
sourceAddress: this.productCodeList.value,
|
|
|
|
@ -288,7 +288,7 @@ export default class ChangePalletNew extends BasePage {
|
|
|
|
|
onbind() {
|
|
|
|
|
if (this.orderNo == '' || this.orderNo.length == 0) {
|
|
|
|
|
(this.$refs.uToast as any).show({
|
|
|
|
|
title: '请输入nficl',
|
|
|
|
|
title: '请输入RFID',
|
|
|
|
|
type: 'default',
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
|