|
|
@ -29,13 +29,13 @@ |
|
|
|
<el-option |
|
|
|
v-for="item in attributeList" |
|
|
|
:key="item['Attribute-AttrCode']" |
|
|
|
:label="item['Attribute-AttrCode']" |
|
|
|
:label="item['Attribute-Descr']" |
|
|
|
:value="item['Attribute-AttrCode']" |
|
|
|
> |
|
|
|
</el-option> |
|
|
|
</el-select> </el-form-item |
|
|
|
></el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<!-- <el-col :span="8"> |
|
|
|
<el-form-item |
|
|
|
:label="getColumnName('ArtQtyAllocate-AttriCodeDesc')" |
|
|
|
prop="ArtQtyAllocate-AttriCodeDesc" |
|
|
@ -45,7 +45,7 @@ |
|
|
|
v-model="item['ArtQtyAllocate-AttriCodeDesc']" |
|
|
|
placeholder="请输入" |
|
|
|
></el-input> </el-form-item |
|
|
|
></el-col> |
|
|
|
></el-col> --> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item |
|
|
|
:label="getColumnName('ArtQtyAllocate-PO')" |
|
|
|