diff --git a/fe/PDA/pages.json b/fe/PDA/pages.json index 6a4214aee..aebbd9fb8 100644 --- a/fe/PDA/pages.json +++ b/fe/PDA/pages.json @@ -585,14 +585,14 @@ { "path": "pages/container/containerMove", "style": { - "navigationBarTitleText": "空器具库移", + "navigationBarTitleText": "接收空器具", "enablePullDownRefresh": true } }, { "path": "pages/container/containerMoveDetail", "style": { - "navigationBarTitleText": "空器具库移详情", + "navigationBarTitleText": "接收空器具详情", "enablePullDownRefresh": true } } diff --git a/fe/PDA/pages/container/containerCall.vue b/fe/PDA/pages/container/containerCall.vue index 5719f9fc0..b688481e3 100644 --- a/fe/PDA/pages/container/containerCall.vue +++ b/fe/PDA/pages/container/containerCall.vue @@ -187,25 +187,10 @@ var data = { worker: localStorage.userName_CN == "" ? localStorage.userName : localStorage.userName_CN, activeDate: getISODateTime(), - autoSubmit: true, - autoAgree: true, - autoHandle: true, - autoCompleteJob: true, - directCreateNote: true, containerType: this.containerTypeCode, specificationsType: this.containerModelCode, requestLocationCode: this.locationCode, - details: [{ - remark: "string", - itemCode: "string", - itemName: "string", - itemDesc1: "string", - itemDesc2: "string", - uom: "string", - qty: 0, - stdPackQty: 0, - toLocationCode: "string", - }] + } return data; },