Browse Source

完善维修单

master
yunuo970428 6 months ago
parent
commit
5aa0457924
  1. 4
      yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue

4
yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue

@ -47,7 +47,7 @@
</el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">索赔厂家及厂家</div>
<div class="span-sty">索赔厂家及类型</div>
<el-form-item>
<div class="addinputInfo" style="display: flex;flex-direction: row;justify-content: flex-start;align-items: center">
<el-select :disabled="formobj.nodeName == '维修' || formobj.nodeName == '结算'" v-model="formobj.claimManufacturer" placeholder="请选择" @change="changeClaimManufacturer" clearable filterable>
@ -1105,7 +1105,7 @@ export default {
this.formobj.claimManufacturerSid = ''
}
},
changeShClaimType() {
changeShClaimType(value) {
const choose = this.shClaimType_list.filter((item) => item.dictKey === value)
if (choose.length > 0 && choose !== null) {
this.formobj.shClaimTypeValue = choose[0].dictValue

Loading…
Cancel
Save