|
|
|
@ -574,9 +574,9 @@ |
|
|
|
<el-input-number :controls="false" :step="0" v-model="componentData.lineSequence" style="width: 49px"></el-input-number> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item prop="componentPart" :rules="componentRules.componentPart"> |
|
|
|
<span v-if="!componentDisableFlag" slot="label" @click="queryComponentPartModal"><a herf="#">子物料编码</a></span> |
|
|
|
<span v-if="componentDisableFlag" slot="label">子物料编码</span> |
|
|
|
<el-input v-model="componentData.componentPart" :disabled="componentDisableFlag" @blur="componentPartBlur" style="width: 130px"></el-input> |
|
|
|
<span slot="label" @click="queryComponentPartModal"><a herf="#">子物料编码</a></span> |
|
|
|
<!-- <span v-if="componentDisableFlag" slot="label">子物料编码</span>--> |
|
|
|
<el-input v-model="componentData.componentPart" @blur="componentPartBlur" style="width: 130px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="'子物料名称'"> |
|
|
|
<el-input v-model="componentData.componentPartDesc" disabled style="width: 249px"></el-input> |
|
|
|
|