Browse Source

2023-12-25 plm询价

master
zelian_wu 2 years ago
parent
commit
31be4d8859
  1. 5
      src/views/modules/quotation/requestForQuote.vue

5
src/views/modules/quotation/requestForQuote.vue

@ -237,7 +237,7 @@
</el-form-item>
</el-col>
</el-row>
<el-form-item prop="partName" style="display: none">
<el-form-item style="display: none">
<span slot="label" @click="getProjectPartList()"><a>项目物料</a></span>
<el-input v-model="modalData.partName" style="display: none"></el-input>
</el-form-item>
@ -2054,7 +2054,6 @@
this.$message.warning('请选择询价专员名称!')
return
}
this.confirmProjectPart();
if (this.modalData.testPartNo === '' || this.modalData.testPartNo == null) {
this.$message.warning('请选择产品编码!')
return
@ -2072,7 +2071,7 @@
return
}
}else {
this.confirmProjectPart();
if (this.modalData.flag === '1') {
quotationInformationSave(this.modalData).then(({data}) => {
if (data && data.code === 0) {

Loading…
Cancel
Save