Merge branch 'main' of http://47.115.223.229:8888/yangjun/hldy_app_mini
This commit is contained in:
commit
7b7eb52ded
|
|
@ -1575,8 +1575,9 @@
|
||||||
const shakyTable = ref(false);
|
const shakyTable = ref(false);
|
||||||
const reldata = ref([]);
|
const reldata = ref([]);
|
||||||
const deleteRuler = (index0 : number, index1 : number) => {
|
const deleteRuler = (index0 : number, index1 : number) => {
|
||||||
|
console.log("?????",timearr.value[index0].children[index1])
|
||||||
deleteDirective(timearr.value[index0].children[index1]).then((res : any) => {
|
deleteDirective(timearr.value[index0].children[index1]).then((res : any) => {
|
||||||
console.log("?????",res)
|
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
geteverything()
|
geteverything()
|
||||||
}
|
}
|
||||||
|
|
@ -1859,7 +1860,7 @@
|
||||||
// 实现即时指令动画
|
// 实现即时指令动画
|
||||||
cleansettimeout.value = setTimeout(() => {
|
cleansettimeout.value = setTimeout(() => {
|
||||||
bottomItems.value[0].target = `#fff`;
|
bottomItems.value[0].target = `#fff`;
|
||||||
// console.log("看看进入了啥",pushValue)
|
console.log("即时指令看看进入了啥",pushValue)
|
||||||
addInstant(pushValue).then((res : any) => {
|
addInstant(pushValue).then((res : any) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
geteverything()
|
geteverything()
|
||||||
|
|
@ -1958,6 +1959,7 @@
|
||||||
index1: saveEditIndex.value.index1
|
index1: saveEditIndex.value.index1
|
||||||
}
|
}
|
||||||
whereEvent(data);
|
whereEvent(data);
|
||||||
|
console.log("日常指令看看进入了啥",param)
|
||||||
if (haveValue) {
|
if (haveValue) {
|
||||||
editDirective(param).then((res : any) => {
|
editDirective(param).then((res : any) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|
@ -2091,7 +2093,7 @@
|
||||||
directiveName: '' // 默认的 directiveName
|
directiveName: '' // 默认的 directiveName
|
||||||
}))
|
}))
|
||||||
}))
|
}))
|
||||||
console.log("wtf",res.result.serviceList)
|
console.log("wtf",res)
|
||||||
res.result.serviceList.forEach((res : any) => {
|
res.result.serviceList.forEach((res : any) => {
|
||||||
timearr.value[res.positioning].children[res.positioningLong] = res;
|
timearr.value[res.positioning].children[res.positioningLong] = res;
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -158,6 +158,16 @@ export const getGysList = () => {
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//改价
|
||||||
|
export const editPrice = (params) => {
|
||||||
|
return request({
|
||||||
|
url: `${uni.getStorageSync('serverUrl')}/api/pad/invoicing/editPrice`,
|
||||||
|
method: 'post',
|
||||||
|
data: params,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
//(业务)拣货、销账操作
|
//(业务)拣货、销账操作
|
||||||
export const pickingInfo = (params) => {
|
export const pickingInfo = (params) => {
|
||||||
return request({
|
return request({
|
||||||
|
|
@ -166,5 +176,3 @@ export const pickingInfo = (params) => {
|
||||||
data: params
|
data: params
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
export {
|
||||||
camera as default
|
camera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
export {
|
||||||
fullcamera as default
|
fullcamera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue