托盘变更调整+业务注释

master
guoshuang 2 years ago
parent 3ed81cc160
commit cd58bc5b0a

@ -1,3 +1,4 @@
<!-- 扫描rfid,选择缓存区根据选择的缓存区查询库位勾选是否取走托盘提交托盘变更信息 -->
<template>
<view class="page-product-receipt">
<view class="header" :style="{ backgroundColor: `rgba(250, 53, 52, ${scrollTop / 100})` }">
@ -148,10 +149,10 @@ export default class ChangePalletNew extends BasePage {
reqTime: formattedDate,
sku: this.orderNoItemList.sku,
spec: this.orderNoItemList.spec,
productionState: this.orderNoItemList.productionState,
productionState: this.productCodelocList.value, //2323
//location: this.location,
locationStatus: this.locationStatus,
location: this.productCodeList.value,
locationStatus: this.locationStatus, //
location: this.productCodeList.value, //
//productionState: this.productCodeList.value,
};
await this.model.palletInforUpdate(params);
@ -180,7 +181,7 @@ export default class ChangePalletNew extends BasePage {
}
async selectProductlocCode(e: any) {
this.productCodelocList = e.pickerName;
await this.model.getpalletLocation(this.productCodelocList.value);
await this.model.getpalletLocation(this.productCodelocList.value); //23
}
}
</script>

Loading…
Cancel
Save