feat: 增加校验产品属性

dev2.0.1
chenhc 1 year ago
parent 4f3503e8eb
commit c7d2abea24

@ -318,6 +318,7 @@ export default {
checkVailDate: 0, //
checkExpire: true, //
checkCertExpire: false, //
vailProductAttributes: null, //
editType: 2,
inPreInBack: 1,

@ -316,6 +316,25 @@
</el-col>
</el-row>
<el-divider></el-divider>
<el-row>
<el-col span="5">
<span class="sptext">校验产品属性</span>
</el-col>
<el-divider direction="vertical"></el-divider>
<el-col span="5">
<el-select v-model="inputQuery.vailProductAttributes" style="width: 65%" placeholder="是否校验">
<el-option label="校验" :value=1></el-option>
<el-option label="无需校验" :value=2></el-option>
</el-select>
</el-col>
<el-divider direction="vertical"></el-divider>
<el-col span="13">
<span class="sptext">校验产品属性</span>
</el-col>
</el-row>
<el-divider></el-divider>
<el-row v-if="inputQuery.actionType==2">
<el-col span="5">
<span class="sptext">预验收是否带回</span>

Loading…
Cancel
Save