|
|
|
@ -993,7 +993,19 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col" v-if="productRemarkSet.remarkEnable9">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag">
|
|
|
|
|
<span>{{ productRemarkSet.remarkTitle9 }}: </span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 65%"
|
|
|
|
|
size="small"
|
|
|
|
|
placeholder="请输入内容"
|
|
|
|
|
v-model="repEditQuery.basicPrductRemak9"
|
|
|
|
|
></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1070,6 +1082,7 @@ export default {
|
|
|
|
|
basicPrductRemak5: null,
|
|
|
|
|
basicPrductRemak6: null,
|
|
|
|
|
basicPrductRemak7: null,
|
|
|
|
|
basicPrductRemak9: null,
|
|
|
|
|
basicPrductRemak8: 1,
|
|
|
|
|
basicPrductRemak10 : null,
|
|
|
|
|
basicPrductRemak11 : null,
|
|
|
|
@ -1364,6 +1377,7 @@ export default {
|
|
|
|
|
this.repEditQuery.basicPrductRemak4 = null
|
|
|
|
|
this.repEditQuery.basicPrductRemak5 = null
|
|
|
|
|
this.repEditQuery.basicPrductRemak7 = null
|
|
|
|
|
this.repEditQuery.basicPrductRemak9 = null
|
|
|
|
|
this.repEditQuery.basicPrductRemak8 = 1
|
|
|
|
|
this.repEditQuery.basicPrductRemak10 = null
|
|
|
|
|
this.repEditQuery.basicPrductRemak11 = null
|
|
|
|
|