|
|
@ -50,7 +50,7 @@ |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item prop="supplierType"> |
|
|
|
<el-select v-model="temp.supplierType" class="addinputw" placeholder="" @change="getSupplierType"> |
|
|
|
<el-option v-for="item in supplierType_list" :key="item.dictKey" :label="item.dictValue" :value="item.dictKey"/> |
|
|
|
<el-option v-for="item in supplierType_list" :key="item.dictKey" :label="item.dictValue" :value="item.dictKey" :disabled="item.dictValue === '挂车厂' || item.dictValue === '上装厂' || item.dictValue === '外采供应商'"/> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
@ -330,6 +330,7 @@ |
|
|
|
<el-table-column prop="currency" width="130px" label="币种" align="center"/> |
|
|
|
<el-table-column prop="remarks" width="240px" label="描述" align="center"/> |
|
|
|
<el-table-column prop="actualPay" width="240px" label="厂家销售通路" align="center"/> |
|
|
|
<el-table-column prop="paymentAccessNoValue" width="240px" label="付款通路编码" align="center"/> |
|
|
|
</el-table> |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
@ -903,7 +904,9 @@ export default { |
|
|
|
currency: info.currency, |
|
|
|
remarks: info.remarks, |
|
|
|
actualPay: info.actualPay, |
|
|
|
actualPayKey: info.actualPayKey |
|
|
|
actualPayKey: info.actualPayKey, |
|
|
|
paymentAccessNoValue: info.paymentAccessNoValue, |
|
|
|
paymentAccessNoKey: info.paymentAccessNoValue |
|
|
|
}) |
|
|
|
console.log('ADD开户行info', info, index) |
|
|
|
return |
|
|
@ -924,7 +927,9 @@ export default { |
|
|
|
currency: info.currency, |
|
|
|
remarks: info.remarks, |
|
|
|
actualPay: info.actualPay, |
|
|
|
actualPayKey: info.actualPayKey |
|
|
|
actualPayKey: info.actualPayKey, |
|
|
|
paymentAccessNoValue: info.paymentAccessNoValue, |
|
|
|
paymentAccessNoKey: info.paymentAccessNoValue |
|
|
|
} |
|
|
|
return |
|
|
|
} |
|
|
|