diff --git a/pages/Warehouse/api/lunpan.js b/pages/Warehouse/api/lunpan.js index ab59536..62cc4a9 100644 --- a/pages/Warehouse/api/lunpan.js +++ b/pages/Warehouse/api/lunpan.js @@ -158,6 +158,7 @@ export const getGysList = () => { method: 'get' }) } + //改价 export const editPrice = (params) => { return request({ @@ -167,3 +168,11 @@ export const editPrice = (params) => { }) } +//(业务)拣货、销账操作 +export const pickingInfo = (params) => { + return request({ + url: `${uni.getStorageSync('serverUrl')}/api/pad/invoicing/pickingInfo`, + method: 'post', + data: params + }) +} \ No newline at end of file diff --git a/pages/procurement/components/calculator.vue b/pages/procurement/components/calculator.vue index b47f5e9..6f1f9b3 100644 --- a/pages/procurement/components/calculator.vue +++ b/pages/procurement/components/calculator.vue @@ -203,7 +203,7 @@ gysidnum.value = e; gysflag.value = false; } - const calculatorArray = [1, 2, 3, 4, 5, 6, 7, 8, 9, "AC", 0, "CE"]; + const calculatorArray = [1, 2, 3, 4, 5, 6, 7, 8, 9, "AC", 0, "AE"]; const stringShow = ref("0000"); const relNumber = ref(0); // const isZero = ref(false); @@ -218,7 +218,7 @@ cy() return } - if (item == "CE") { + if (item == "AE") { relNumber.value = Math.trunc(relNumber.value / 10) stringShow.value = toFixed4ByPadStart(relNumber.value); cy() @@ -255,7 +255,7 @@ let num = Number(props.caigouobj.upperLimit)-Number(props.caigouobj.kcsl); let m = Math.floor(num/type.value.num) if(m<=relNumber.value&&e==1){relNumber.value = m; return} - if(relNumber.value<=1&&e==-1){relNumber.value==1; return} + if(relNumber.value<=1&&e==-1){relNumber.value = 1; return} relNumber.value+=e; stringShow.value = toFixed4ByPadStart(relNumber.value) cy() diff --git a/unpackage/dist/dev/.nvue/pages/camera.js b/unpackage/dist/dev/.nvue/pages/camera.js index 12310ff..04100f2 100644 --- a/unpackage/dist/dev/.nvue/pages/camera.js +++ b/unpackage/dist/dev/.nvue/pages/camera.js @@ -574,7 +574,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { ) ]); } -const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]); +const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]); export { camera as default }; diff --git a/unpackage/dist/dev/.nvue/pages/fullcamera.js b/unpackage/dist/dev/.nvue/pages/fullcamera.js index fc534ca..beefd5c 100644 --- a/unpackage/dist/dev/.nvue/pages/fullcamera.js +++ b/unpackage/dist/dev/.nvue/pages/fullcamera.js @@ -577,7 +577,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { ) ]); } -const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]); +const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]); export { fullcamera as default };