diff --git a/src/views/wpm_bx/inmOut.vue b/src/views/wpm_bx/inmOut.vue index f02743e9..4e6af062 100644 --- a/src/views/wpm_bx/inmOut.vue +++ b/src/views/wpm_bx/inmOut.vue @@ -581,12 +581,12 @@ export default { if(type=='wm'){ let params = {}; params.tid = row.id; + that.wprParams.wm = row.id; let materialname = row.material_.name + '|' + row.material_.process_name; let specification = row.material_.specification; if(that.route_code=='tuomoceliang'||that.route_code=='reyatuihuo'||that.route_code=='tuomoceliang'){ console.log('route_code',that.route_code); params.label_template_name = '工序带板段号打印模板'; - that.wprParams.wm = row.id; let totalcount = 0; let numbers = ['','','','','','','']; this.$API.wpm.wpr.list.req(that.wprParams).then((res) => {