diff --git a/src/views/modules/tooling/toolingInfo.vue b/src/views/modules/tooling/toolingInfo.vue index 0c70063..80c3358 100644 --- a/src/views/modules/tooling/toolingInfo.vue +++ b/src/views/modules/tooling/toolingInfo.vue @@ -328,6 +328,9 @@ export default { purchaser: '', totalCost:'', purchaserName: '', + cs: '', + csName: '', + offsetOfExpenses: '', detailList:[], }, } @@ -437,6 +440,13 @@ export default { this.$triggerInputEvent(this.$refs.purchaserName); }); } + if(this.tagNo === 2051) { + this.dataForm.cs = val.username + this.dataForm.csName = val.user_display + this.$nextTick(() => { + this.$triggerInputEvent(this.$refs.csName); + }); + } }, changeSum(row){ if (row.standardCost < 0 || row.standardCost == null || row.standardCost == '') { @@ -555,6 +565,9 @@ export default { purchaser: '', totalCost: '', purchaserName: '', + cs: '', + csName: '', + offsetOfExpenses: '', detailList: [], } this.visible = true @@ -710,28 +723,28 @@ export default { - + - + - + - + - + - + - + + + 报价专员 - + - + TP - + - + 采购专员 - + - + + + CS + + + + + + + + + 跳转至申请记录 + + - + - - + +