diff --git a/hb_client/src/api/wpm.js b/hb_client/src/api/wpm.js index f3b876d..5f6d562 100644 --- a/hb_client/src/api/wpm.js +++ b/hb_client/src/api/wpm.js @@ -306,5 +306,13 @@ export function scrap(id) { }) } +//表格初始化 +export function getRetrial(id) { + return request({ + url: `/wpm/wproduct/${id}/wf_bhg/`, + method: 'GET', + }) +} + diff --git a/hb_client/src/components/customForm/review.vue b/hb_client/src/components/customForm/review.vue index 23b69fb..8906c5a 100644 --- a/hb_client/src/components/customForm/review.vue +++ b/hb_client/src/components/customForm/review.vue @@ -199,7 +199,7 @@
- +
@@ -282,6 +282,8 @@ that.formData.push(obj) }); that.formData=[...that.formData]; + debugger; + console.log(that.formData) //当前表的数据存储 for(let i=0;i { + /*let originImag= this.origins.filter(item => { return item.field_type === 'draw'; - }); + });*/ that.originImg = new Image(); that.originImg.crossOrigin = ''; - that.originImg = originImag[0].field_value; + that.originImg = imag[0].origin_value; listJudge.forEach(item => { let obj = new Object(); diff --git a/hb_client/src/views/workflow/state.vue b/hb_client/src/views/workflow/state.vue index 9c104df..ce5e364 100644 --- a/hb_client/src/views/workflow/state.vue +++ b/hb_client/src/views/workflow/state.vue @@ -130,6 +130,13 @@ + + + + + + diff --git a/hb_client/src/views/wpm/need.vue b/hb_client/src/views/wpm/need.vue index 47712ff..9c3bd3c 100644 --- a/hb_client/src/views/wpm/need.vue +++ b/hb_client/src/views/wpm/need.vue @@ -210,11 +210,15 @@ @@ -371,7 +375,6 @@ @recordCancel="recordCancel" /> - @@ -472,12 +475,112 @@ 确 定
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +