mes托盘变更

master
guoshuang 2 years ago
parent c7b8b96c79
commit c3f1944884

@ -20,11 +20,11 @@
</view> </view>
</view> </view>
<u-form-item label="物料编码"> <u-form-item label="物料编码">
<u-input :disabled="true" v-model="orderNoItemList.sku" placeholder="" style="overflow: hidden" /> <u-input :disabled="true" v-model="orderNoItemList.productCode" placeholder="" style="overflow: hidden" />
</u-form-item> </u-form-item>
<!-- 机台 --> <!-- 机台 -->
<u-form-item label="规格"> <u-form-item label="规格">
<u-input :disabled="true" v-model="orderNoItemList.spec" placeholder="" style="overflow: hidden" /> <u-input :disabled="true" v-model="orderNoItemList.productSpc" placeholder="" style="overflow: hidden" />
</u-form-item> </u-form-item>
<!-- 产品 --> <!-- 产品 -->
<u-form-item label="产品"> <u-form-item label="产品">
@ -147,8 +147,8 @@ export default class ChangePalletNew extends BasePage {
rfidNo: this.orderNo, rfidNo: this.orderNo,
reqCode: this.generateGUID(), reqCode: this.generateGUID(),
reqTime: formattedDate, reqTime: formattedDate,
sku: this.orderNoItemList.sku, sku: this.orderNoItemList.productCode,
spec: this.orderNoItemList.spec, spec: this.orderNoItemList.productSpc,
productionState: this.productCodelocList.value, //2323 productionState: this.productCodelocList.value, //2323
//location: this.location, //location: this.location,
locationStatus: this.locationStatus, // locationStatus: this.locationStatus, //

@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-unused-vars */ /* eslint-disable @typescript-eslint/no-unused-vars */
const qianzhuione = '/prod-api'; // '/prod-api'生产环境 // '/dev-api'开发环境是调后端本地时使用 const qianzhuione = '/dev-api'; // '/prod-api'生产环境 // '/dev-api'开发环境是调后端本地时使用
export const url = { export const url = {
wmspda: { wmspda: {
system: { system: {

Loading…
Cancel
Save