diff --git a/src/config/getData2.js b/src/config/getData2.js index 173a1fc..0fb7b5e 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -120,13 +120,14 @@ export const getBillDtl = (page, size) => post('api/pda/st/in/getBillDtl', { size: size }) // 1.4 确认组盘 -export const confirmVehicle = (option, vehicle, rows, point, bill) => post('api/pda/st/in/confirmVehicle', { +export const confirmVehicle = (option, vehicle, rows, point, bill, level) => post('api/pda/st/in/confirmVehicle', { accountId: accountId, option: option, vehicle: vehicle, bucket_rows: rows, point: point, - bill: bill + bill: bill, + ivt_level: level }) /** 工序返工入库 */ // 1.1查询站点 @@ -182,6 +183,15 @@ export const getRecBillDtl = (page, size, mater, code) => post('api/pda/st/in/ge material_search: mater, bill_code: code }) +// 1.9 获取软废等级下拉框(进页面查询) +export const inIetIvtLevel = () => post('api/pda/st/in/getIvtLevel', {}) +// export const inIetIvtLevel = () => { +// let res = { +// code: '1', +// ivtLevel: [{value: 'r0', label: 'a'}, {value: 'b1', label: 'b'}] +// } +// return res +// } /** 设备查询 */ // 1.2查询工序下拉框 diff --git a/src/pages/xinrui/storage/instorage/SoftWasteInStoreGroup.vue b/src/pages/xinrui/storage/instorage/SoftWasteInStoreGroup.vue index 0c96fcc..e9315f2 100644 --- a/src/pages/xinrui/storage/instorage/SoftWasteInStoreGroup.vue +++ b/src/pages/xinrui/storage/instorage/SoftWasteInStoreGroup.vue @@ -31,6 +31,18 @@ v-model="val3" @handleChange="handleChange3" > +
+
软废等级
+
+ + +
+
@@ -82,13 +94,15 @@