diff --git a/src/pages/mes/ChangePalletNew/index.vue b/src/pages/mes/ChangePalletNew/index.vue index b66d92f..cb41751 100644 --- a/src/pages/mes/ChangePalletNew/index.vue +++ b/src/pages/mes/ChangePalletNew/index.vue @@ -20,11 +20,11 @@ - + - + @@ -147,8 +147,8 @@ export default class ChangePalletNew extends BasePage { rfidNo: this.orderNo, reqCode: this.generateGUID(), reqTime: formattedDate, - sku: this.orderNoItemList.sku, - spec: this.orderNoItemList.spec, + sku: this.orderNoItemList.productCode, + spec: this.orderNoItemList.productSpc, productionState: this.productCodelocList.value, //缓存区:2或者3,成品2,烘房3 //location: this.location, locationStatus: this.locationStatus, //是否取走托盘 diff --git a/src/utils/url.ts b/src/utils/url.ts index 054ccb6..7f4d745 100644 --- a/src/utils/url.ts +++ b/src/utils/url.ts @@ -1,5 +1,5 @@ /* 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 = { wmspda: { system: {