|
@@ -67,6 +67,13 @@
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
<!-- 货名 -->
|
|
|
+ <el-form-item v-if="dataList.taskTypeKey != 3" label="货名" class="huom">
|
|
|
+ <el-select disabled v-model="dataList.goodsName" placeholder="货名" class="huom" @change="selectgoodsName"
|
|
|
+ filterable clearable>
|
|
|
+ <el-option v-for="item in goodnameList" :key="item.constKey" :label="item.constValue"
|
|
|
+ :value="item.constValue"></el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-form-item>
|
|
|
<!-- <el-form-item label="货源" class="huom">
|
|
|
<el-input disabled v-model="goods" placeholder="请选择货源"
|
|
|
maxlength="120" size="small" class="huom" />
|