diff --git a/src/api/inout/ioDepartmentOrder.js b/src/api/inout/ioDepartmentOrder.js index ad256252..9a08fcab 100644 --- a/src/api/inout/ioDepartmentOrder.js +++ b/src/api/inout/ioDepartmentOrder.js @@ -12,6 +12,22 @@ export function getOrderListbyCode(data) { return axios({ url: "/udiwms/inout/ioDepartmentOrder/getOrderListbyCode", method: "get", + params: data + }); +} + +export function addInfoSkSicker(data) { + return axios({ + url: "/udiwms/inout/ioDepartmentOrder/addInfoSkSicker", + method: "post", data: data }); } + +export function clickToTriggerbyCode(data) { + return axios({ + url: "/udiwms/inout/ioDepartmentOrder/clickToTriggerbyCode", + method: "get", + params: data + }); +} diff --git a/src/api/thrsys/thrOrder.js b/src/api/thrsys/thrOrder.js index a2c13a86..9664fc02 100644 --- a/src/api/thrsys/thrOrder.js +++ b/src/api/thrsys/thrOrder.js @@ -28,7 +28,7 @@ export function delOrderDetail(query) { return axios({ url: "/udiwms/thrsys/delOrderDetail", method: "post", - data: query + data: query1 }); } diff --git a/src/components/inout/baziPanel.vue b/src/components/inout/baziPanel.vue index c81ede6f..6921502a 100644 --- a/src/components/inout/baziPanel.vue +++ b/src/components/inout/baziPanel.vue @@ -4,22 +4,24 @@ > +