|
|
|
@ -120,25 +120,25 @@
|
|
|
|
|
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
|
<el-form :model="editQuery" ref="editQuery" border label-width="100px">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<H3 style="margin-left: 10px;margin-bottom: 15px">产品信息补齐:</H3>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="18" class="el-col">
|
|
|
|
|
<el-form-item label="产品编码预上传至第三方系统:" label-width="220px">
|
|
|
|
|
<el-checkbox-group v-model="editQuery.selectThirdSys">
|
|
|
|
|
<el-checkbox
|
|
|
|
|
v-for="item in thirdSys"
|
|
|
|
|
:key="item.thirdId"
|
|
|
|
|
:label="item.thirdId"
|
|
|
|
|
>{{ item.thirdName }}
|
|
|
|
|
</el-checkbox
|
|
|
|
|
>
|
|
|
|
|
</el-checkbox-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<!-- <el-row :gutter="20" class="el-row" type="flex">-->
|
|
|
|
|
<!-- <H3 style="margin-left: 10px;margin-bottom: 15px">产品信息补齐:</H3>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<!-- <el-row :gutter="20" class="el-row" type="flex">-->
|
|
|
|
|
<!-- <el-col :span="18" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="产品编码预上传至第三方系统:" label-width="220px">-->
|
|
|
|
|
<!-- <el-checkbox-group v-model="editQuery.selectThirdSys">-->
|
|
|
|
|
<!-- <el-checkbox-->
|
|
|
|
|
<!-- v-for="item in thirdSys"-->
|
|
|
|
|
<!-- :key="item.thirdId"-->
|
|
|
|
|
<!-- :label="item.thirdId"-->
|
|
|
|
|
<!-- >{{ item.thirdName }}-->
|
|
|
|
|
<!-- </el-checkbox-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- </el-checkbox-group>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
|
|
|
|
|
<el-divider>
|
|
|
|
|
|
|
|
|
|