|
|
|
@ -58,7 +58,7 @@ |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="'PjM'"> |
|
|
|
<span style="cursor: pointer" slot="label" @click="getBaseList(2004,1)"><a herf="#">PjM</a></span> |
|
|
|
<span style="cursor: pointer" slot="label" @click="getBaseList(2008,1)"><a herf="#">PjM</a></span> |
|
|
|
<el-input v-model="searchData.requesterName" clearable style="width: 120px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="'报价专员'"> |
|
|
|
@ -213,8 +213,8 @@ |
|
|
|
</el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item prop="requesterName" label="PjM"> |
|
|
|
<span style="cursor: pointer" slot="label" @click="getBaseList(2004,2)"><a herf="#">PjM</a></span> |
|
|
|
<el-input v-model="modalData.requester" @blur="requesterBlur(2004)" style="width: 110px;"></el-input> |
|
|
|
<span style="cursor: pointer" slot="label" @click="getBaseList(2008,2)"><a herf="#">PjM</a></span> |
|
|
|
<el-input v-model="modalData.requester" @blur="requesterBlur(2008)" style="width: 110px;"></el-input> |
|
|
|
<el-input disabled v-model="modalData.requesterName" style="width: 120px;"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="客户询价单号" prop="customerInquiryNo"> |
|
|
|
@ -1534,7 +1534,7 @@ export default { |
|
|
|
*/ |
|
|
|
async saveData() { |
|
|
|
await this.customerNoBlur() |
|
|
|
await this.requesterBlur(2004) |
|
|
|
await this.requesterBlur(2008) |
|
|
|
await this.quoterBlur(2002) |
|
|
|
if (this.modalData.customerNo === '' || this.modalData.customerNo == null) { |
|
|
|
this.$message.warning('请选择客户编码!') |
|
|
|
@ -1899,7 +1899,7 @@ export default { |
|
|
|
conSql = " and b.site = '" + this.$store.state.user.site + "'" |
|
|
|
} |
|
|
|
} |
|
|
|
if (val === 2004) { |
|
|
|
if (val === 2008) { |
|
|
|
if (type === 1) { |
|
|
|
strVal = this.searchData.requesterName ? this.searchData.requesterName : '' |
|
|
|
conSql = " and b.site = '" + this.$store.state.user.site + "'" |
|
|
|
@ -1950,7 +1950,7 @@ export default { |
|
|
|
this.modalData.quoterName = val.user_display |
|
|
|
} |
|
|
|
} |
|
|
|
if (this.tagNo === 2004) { |
|
|
|
if (this.tagNo === 2008) { |
|
|
|
if (this.tagNo1 === 1) { |
|
|
|
this.searchData.requester = val.username |
|
|
|
this.searchData.requesterName = val.user_display |
|
|
|
|