diff --git a/pages/NursingNew/component/nurse/index.vue b/pages/NursingNew/component/nurse/index.vue index f47dd24..0bf7631 100644 --- a/pages/NursingNew/component/nurse/index.vue +++ b/pages/NursingNew/component/nurse/index.vue @@ -1575,8 +1575,9 @@ const shakyTable = ref(false); const reldata = ref([]); const deleteRuler = (index0 : number, index1 : number) => { + console.log("?????",timearr.value[index0].children[index1]) deleteDirective(timearr.value[index0].children[index1]).then((res : any) => { - console.log("?????",res) + if (res.success) { geteverything() } @@ -1859,7 +1860,7 @@ // 实现即时指令动画 cleansettimeout.value = setTimeout(() => { bottomItems.value[0].target = `#fff`; - // console.log("看看进入了啥",pushValue) + console.log("即时指令看看进入了啥",pushValue) addInstant(pushValue).then((res : any) => { if (res.success) { geteverything() @@ -1958,6 +1959,7 @@ index1: saveEditIndex.value.index1 } whereEvent(data); + console.log("日常指令看看进入了啥",param) if (haveValue) { editDirective(param).then((res : any) => { if (res.success) { @@ -2091,7 +2093,7 @@ directiveName: '' // 默认的 directiveName })) })) - console.log("wtf",res.result.serviceList) + console.log("wtf",res) res.result.serviceList.forEach((res : any) => { timearr.value[res.positioning].children[res.positioningLong] = res; }) diff --git a/pages/Warehouse/api/lunpan.js b/pages/Warehouse/api/lunpan.js index ef87211..62cc4a9 100644 --- a/pages/Warehouse/api/lunpan.js +++ b/pages/Warehouse/api/lunpan.js @@ -158,6 +158,16 @@ export const getGysList = () => { method: 'get' }) } + +//改价 +export const editPrice = (params) => { + return request({ + url: `${uni.getStorageSync('serverUrl')}/api/pad/invoicing/editPrice`, + method: 'post', + data: params, + }) +} + //(业务)拣货、销账操作 export const pickingInfo = (params) => { return request({ @@ -165,6 +175,4 @@ export const pickingInfo = (params) => { method: 'post', data: params }) -} - - +} \ No newline at end of file diff --git a/unpackage/dist/dev/.nvue/pages/camera.js b/unpackage/dist/dev/.nvue/pages/camera.js index 04100f2..12310ff 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 beefd5c..fc534ca 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 };