diff --git a/hb_client/src/App.vue b/hb_client/src/App.vue index 3607679..14f48dc 100644 --- a/hb_client/src/App.vue +++ b/hb_client/src/App.vue @@ -47,4 +47,17 @@ 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; + } + .fail .originBlock input.el-input__inner, + .adopt .originBlock input.el-input__inner{ + border: none!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 e776157..abc5bd7 100644 --- a/hb_client/src/api/wpm.js +++ b/hb_client/src/api/wpm.js @@ -288,5 +288,14 @@ export function recordInit(id) { }) } +//半产品复检 +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..7bf1fa1 100644 --- a/hb_client/src/components/customForm/index.vue +++ b/hb_client/src/components/customForm/index.vue @@ -1,8 +1,9 @@ @@ -74,7 +73,6 @@ {{ actstate_[scope.row.act_state] }} - @@ -82,10 +80,10 @@ @@ -100,10 +98,9 @@ - 批量入库 - + + 批量入库 + + > - + + + @@ -295,7 +308,8 @@