|
|
|
@ -263,6 +263,8 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12" v-if="productRemarkSet.remarkEnable8==true && editQuery.basicPrductRemak6=='1'">
|
|
|
|
|
<el-form-item :label="productRemarkSet.remarkTitle8+':'">
|
|
|
|
|
<el-select
|
|
|
|
@ -320,6 +322,20 @@
|
|
|
|
|
</el-radio-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="是否组套:"
|
|
|
|
|
prop="isStack"
|
|
|
|
|
class="query-form-item"
|
|
|
|
|
>
|
|
|
|
|
<el-radio-group v-model="editQuery.isStack">
|
|
|
|
|
<el-radio :label="true">是</el-radio>
|
|
|
|
|
<el-radio :label="false">否</el-radio>
|
|
|
|
|
</el-radio-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="分类编码:"
|
|
|
|
|
prop="flbm"
|
|
|
|
@ -504,6 +520,7 @@ export default {
|
|
|
|
|
purType: this.editQuery.purType,
|
|
|
|
|
attributeType: this.editQuery.attributeType,
|
|
|
|
|
hcType: this.editQuery.hcType,
|
|
|
|
|
isStack: this.editQuery.isStack,
|
|
|
|
|
overStockNum: this.editQuery.overStockNum,
|
|
|
|
|
lowStockNum: this.editQuery.lowStockNum,
|
|
|
|
|
recentDateTime: this.editQuery.recentDateTime,
|
|
|
|
|