|
|
@ -118,8 +118,9 @@ |
|
|
</el-form> |
|
|
</el-form> |
|
|
<el-form :inline="true" label-position="top" :model="modalData" :rules="rules"> |
|
|
<el-form :inline="true" label-position="top" :model="modalData" :rules="rules"> |
|
|
<el-form-item prop="umName" :rules="rules.umName"> |
|
|
<el-form-item prop="umName" :rules="rules.umName"> |
|
|
<span style="cursor: pointer" slot="label" @click="getBaseList(1007)"><a herf="#">计量单位 / Inventory UoM</a></span> |
|
|
|
|
|
<el-input v-model="modalData.umId" @change="umIdBlur(1007)" style="width: 128px"></el-input> |
|
|
|
|
|
|
|
|
<span v-if="modalData.flag === '2' && modalData.status === 'Y'" slot="label">计量单位 / Inventory UoM</span> |
|
|
|
|
|
<span v-else style="cursor: pointer" slot="label" @click="getBaseList(1007)"><a herf="#">计量单位 / Inventory UoM</a></span> |
|
|
|
|
|
<el-input v-model="modalData.umId" :disabled="modalData.flag === '2' && modalData.status === 'Y'" @change="umIdBlur(1007)" style="width: 128px"></el-input> |
|
|
<el-input v-model="modalData.umName" disabled style="width: 330px"></el-input> |
|
|
<el-input v-model="modalData.umName" disabled style="width: 330px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
|