diff --git a/public/config.json b/public/config.json index 0080774..e6d6315 100644 --- a/public/config.json +++ b/public/config.json @@ -1,5 +1,5 @@ { - "BASE_URL": "http://127.0.0.1:9906", - "SERVER_IP": "http://127.0.0.1:9906", + "BASE_URL": "http://192.168.0.109:9906", + "SERVER_IP": "http://192.168.0.109:9906", "hosp_name": "诏安县总医院(测试)" } diff --git a/src/api/udid/udid.js b/src/api/udid/udid.js index 11844e7..2084fa5 100644 --- a/src/api/udid/udid.js +++ b/src/api/udid/udid.js @@ -18,20 +18,6 @@ export function loadsingle(query) { }); } -export function loadHistory(query) { - return axios({ - url: "/warehouse/device/downLoadHisory", - method: "post", - data: query - }); -} -export function downloadUdids(query) { - return axios({ - url: "/warehouse/device/loadudid", - method: "post", - data: query - }); -} export function getProgress(query) { return axios({ @@ -41,7 +27,7 @@ export function getProgress(query) { }); } -export function searchBykey(query){ +export function searchBykey(query) { return axios({ url: "/warehouse/device/search", method: "get", @@ -49,7 +35,7 @@ export function searchBykey(query){ }); } -export function searchByDi(query){ +export function searchByDi(query) { return axios({ url: "/warehouse/device/searchbydi", method: "get", @@ -58,8 +44,7 @@ export function searchByDi(query){ } - -export function verifyUdi(query){ +export function verifyUdi(query) { return axios( { url: "/warehouse/product/verify", @@ -68,7 +53,8 @@ export function verifyUdi(query){ } ); } -export function unionSearch(query){ + +export function unionSearch(query) { return axios({ url: "/warehouse/device/unionSearch", method: "get", @@ -76,7 +62,7 @@ export function unionSearch(query){ }); } -export function combineSearch(query){ +export function combineSearch(query) { return axios({ url: "/warehouse/device/combineSearch", method: "get", @@ -85,7 +71,7 @@ export function combineSearch(query){ } -export function stopDown(query){ +export function stopDown(query) { return axios({ url: "/warehouse/device/stop", method: "get", diff --git a/src/views/warehouse/IOErrorOrder.vue b/src/views/warehouse/IOErrorOrder.vue index 119d7fa..a3fc7f7 100644 --- a/src/views/warehouse/IOErrorOrder.vue +++ b/src/views/warehouse/IOErrorOrder.vue @@ -81,27 +81,27 @@ - - - 选择往来单位 - - - - {{ scope.row.fromCorp }} - - + + + + + + + + + + + + + + + + + + + - +
- 选择往来单位 - -
- {{ scope.row.fromCorp }} - -