diff --git a/api/user.js b/api/user.js index ccaa80f..007f7a2 100644 --- a/api/user.js +++ b/api/user.js @@ -515,3 +515,29 @@ export function staff(data) { }); } +/** + * 投入统计详情 + * @param {Object} data + */ +export function putInDetail(data) { + console.log(data) + return request({ + url: `${functions.getDomain()}/api/put-in-detail`, + method: "get", + data + }); +} + + +/** + * 投入统计详情 + * @param {Object} data + */ +export function noDetail(data) { + console.log(data) + return request({ + url: `${functions.getDomain()}/api/no-detail`, + method: "get", + data + }); +} \ No newline at end of file diff --git a/pages.json b/pages.json index 2f0b8c0..d45d9c3 100644 --- a/pages.json +++ b/pages.json @@ -229,6 +229,15 @@ } } + ,{ + "path" : "pages/stopLineList/stopLineList", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pages/badProduct/badProduct.vue b/pages/badProduct/badProduct.vue index da83227..a27ffe2 100644 --- a/pages/badProduct/badProduct.vue +++ b/pages/badProduct/badProduct.vue @@ -36,7 +36,7 @@ 不良原因 - {{ reason[item.reason_no_id].title }} + {{ reason[item.reason_no_id]?reason[item.reason_no_id].title:'' }} @@ -49,13 +49,13 @@ 不良品处置 - + 删除 - + 添加 @@ -65,6 +65,7 @@ + +