Browse Source

0412 新看板

master
ruanqi 2 years ago
parent
commit
ffeeaaf14b
  1. 2
      src/views/modules/Abnormal/AbnormalFeedBack.vue
  2. 1
      src/views/modules/production/generateReport.vue

2
src/views/modules/Abnormal/AbnormalFeedBack.vue

@ -197,7 +197,7 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<el-form :inline="true" label-position="top" style="margin-left: 7px;margin-top: 0px;"> <el-form :inline="true" label-position="top" style="margin-left: 7px;margin-top: 0px;">
<el-form-item label="异常情况描述">
<el-form-item label="异常情况描述(派工单0:表示混炼胶异常反馈;派工单-1:表示产品发货异常反馈)">
<el-input v-model="addData.abnormalRemark" type="textarea" :rows="3" resize='none' style="width: 562px"></el-input> <el-input v-model="addData.abnormalRemark" type="textarea" :rows="3" resize='none' style="width: 562px"></el-input>
</el-form-item> </el-form-item>
</el-form> </el-form>

1
src/views/modules/production/generateReport.vue

@ -811,7 +811,6 @@
inList.push(this.currentRow) inList.push(this.currentRow)
} }
} }
console.log(inList)
if(inList.length>0){ if(inList.length>0){
printTransNoLabel(inList); printTransNoLabel(inList);
} }

Loading…
Cancel
Save