From 04fe8bd75fbf99b38f4863c41dde4daa551c8375 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 10 Dec 2021 13:35:37 +0800 Subject: [PATCH] description --- hb_client/src/App.vue | 9 + hb_client/src/api/wpm.js | 9 + hb_client/src/components/customForm/index.vue | 88 +++++- hb_client/src/views/mtm/materialdo.vue | 279 +----------------- hb_client/src/views/wpm/need.vue | 100 ++++--- 5 files changed, 162 insertions(+), 323 deletions(-) diff --git a/hb_client/src/App.vue b/hb_client/src/App.vue index 3607679..d55de5c 100644 --- a/hb_client/src/App.vue +++ b/hb_client/src/App.vue @@ -47,4 +47,13 @@ export default { .bigDialog .el-dialog{ width: 70%!important; } + .fail input.el-input__inner{ + border: 1px solid #ff0000!important; + } + .adopt input.el-input__inner{ + border: 1px solid #46ce7a!important; + } + #customerForm .el-form-item{ + margin-bottom: 30px!important; + } diff --git a/hb_client/src/api/wpm.js b/hb_client/src/api/wpm.js index b274167..8451557 100644 --- a/hb_client/src/api/wpm.js +++ b/hb_client/src/api/wpm.js @@ -262,5 +262,14 @@ export function createputins(data) { }) } +//半产品复检 +export function wproductReview(data) { + return request({ + url: '/wpm/wproduct/test_init/', + method: 'post', + data + }) +} + diff --git a/hb_client/src/components/customForm/index.vue b/hb_client/src/components/customForm/index.vue index 416696f..8928485 100644 --- a/hb_client/src/components/customForm/index.vue +++ b/hb_client/src/components/customForm/index.vue @@ -1,8 +1,9 @@