Browse Source

项目物料拷贝的时候添加BU

master
DouDou 1 year ago
parent
commit
0a37e3522f
  1. 8
      src/views/modules/project/projectInfo/com_project_info_part.vue

8
src/views/modules/project/projectInfo/com_project_info_part.vue

@ -1977,8 +1977,8 @@
density: data.rows.density, density: data.rows.density,
variableLeadTimeHour: data.rows.variableLeadTimeHour, variableLeadTimeHour: data.rows.variableLeadTimeHour,
customerNo: this.searchData.customerId, customerNo: this.searchData.customerId,
buNo: data.rows.buNo,
buDesc: data.rows.buDesc,
buNo: '',
buDesc: '',
} }
this.modalFlag = true this.modalFlag = true
this.modalDisableFlag = true this.modalDisableFlag = true
@ -2093,7 +2093,9 @@
density: data.rows.density, density: data.rows.density,
variableLeadTimeHour: data.rows.variableLeadTimeHour, variableLeadTimeHour: data.rows.variableLeadTimeHour,
customerNo: this.searchData.customerId, customerNo: this.searchData.customerId,
partNoSource: '料号复制'
partNoSource: '料号复制',
buNo: '',
buDesc: '',
} }
this.modalFlag = true this.modalFlag = true
this.modalDisableFlag = false this.modalDisableFlag = false

Loading…
Cancel
Save