|
|
|
@ -253,13 +253,13 @@ |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row :gutter="10"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item label="终端客户编码"> |
|
|
|
<el-row :gutter="10"> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-input disabled v-model="modalData.finalCustomerId"></el-input> |
|
|
|
</el-col> |
|
|
|
<el-col :span="16"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-input disabled v-model="modalData.finalCustomerName"></el-input> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
@ -271,6 +271,11 @@ |
|
|
|
clearable dict-type="delivery_terms" :use-default-value="modalData.flag === '1'"></dict-data-select> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-form-item label="place" prop="place"> |
|
|
|
<el-input v-model="modalData.place" :disabled="(quotationInformationFlag('place') === 'N' && modalData.flag === '2') || detailVisible" clearable></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-form-item prop="quoterName"> |
|
|
|
<span v-if="(quotationInformationFlag('quoter') === 'N' && modalData.flag === '2') || detailVisible" slot="label">报价专员</span> |
|
|
|
@ -2385,7 +2390,8 @@ export default { |
|
|
|
confirmInformation: '', |
|
|
|
quotationResultStatus: 'B', |
|
|
|
createBy: this.$store.state.user.name, |
|
|
|
nodeId: '' |
|
|
|
nodeId: '', |
|
|
|
place:'', |
|
|
|
} |
|
|
|
this.modalDisableFlag = false |
|
|
|
this.modalFlag = true |
|
|
|
@ -2445,6 +2451,7 @@ export default { |
|
|
|
isReject: row.isReject, |
|
|
|
nodeId: row.nodeId, |
|
|
|
approvalUsername: row.approvalUsername, |
|
|
|
place: row.place, |
|
|
|
} |
|
|
|
if (this.modalData.flag !== '1'){ |
|
|
|
this.projectPartData.testPartNo = this.modalData.testPartNo |
|
|
|
|