This commit is contained in:
wangweidong 2025-11-19 11:09:56 +08:00
commit 7b7eb52ded
4 changed files with 18 additions and 8 deletions

View File

@ -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;
})

View File

@ -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({
@ -166,5 +176,3 @@ export const pickingInfo = (params) => {
data: params
})
}

View File

@ -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
};

View File

@ -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
};