|
|
@ -5,7 +5,8 @@
|
|
|
|
<p class="form-title">配送企业资质设置</p>
|
|
|
|
<p class="form-title">配送企业资质设置</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style=" float: right; text-align: right; margin-bottom: 8px;">
|
|
|
|
<div style=" float: right; text-align: right; margin-bottom: 8px;">
|
|
|
|
<el-button type="primary" size="mini" icon="search" @click="addCert" style="text-align:right">添加设置</el-button>
|
|
|
|
<el-button type="primary" size="mini" icon="search" @click="addCert" style="text-align:right">添加设置
|
|
|
|
|
|
|
|
</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<el-table v-loading="loading" :data="list" style="width: 100%" border highlight-current-row>
|
|
|
|
<el-table v-loading="loading" :data="list" style="width: 100%" border highlight-current-row>
|
|
|
|
<el-table-column type="index" label="序号" width="50"></el-table-column>
|
|
|
|
<el-table-column type="index" label="序号" width="50"></el-table-column>
|
|
|
@ -73,13 +74,14 @@
|
|
|
|
<el-col :span="22">
|
|
|
|
<el-col :span="22">
|
|
|
|
<el-form-item label="说明:" prop="remark">
|
|
|
|
<el-form-item label="说明:" prop="remark">
|
|
|
|
<el-input v-model="currentSup.remark" style="width: 95.5%" auto-complete="off" type="textarea"
|
|
|
|
<el-input v-model="currentSup.remark" style="width: 95.5%" auto-complete="off" type="textarea"
|
|
|
|
autosize></el-input>
|
|
|
|
autosize
|
|
|
|
|
|
|
|
></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
<div style="text-align: center">
|
|
|
|
<div style="text-align: center">
|
|
|
|
<el-button type="primary" size="small" icon="search" @click="onAddSubmit"
|
|
|
|
<el-button type="primary" size="small" icon="search" @click="onAddSubmit" :loading="addLoading"
|
|
|
|
>提交
|
|
|
|
>提交
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
@ -99,8 +101,11 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style=" float: right;
|
|
|
|
<div style=" float: right;
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
margin-bottom: 8px;">
|
|
|
|
margin-bottom: 8px;"
|
|
|
|
<el-button type="primary" size="mini" icon="search" @click="addManufacturerCert" style="text-align:right">添加设置</el-button>
|
|
|
|
>
|
|
|
|
|
|
|
|
<el-button type="primary" size="mini" icon="search" @click="addManufacturerCert" style="text-align:right">
|
|
|
|
|
|
|
|
添加设置
|
|
|
|
|
|
|
|
</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="manufacturerList" style="width: 100%" border highlight-current-row>
|
|
|
|
<el-table v-loading="loading" :data="manufacturerList" style="width: 100%" border highlight-current-row>
|
|
|
@ -149,17 +154,22 @@
|
|
|
|
:isShow="false"
|
|
|
|
:isShow="false"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
<el-form :model="currentManufacturer" label-width="100px" :rules="formManufactureRules" ref="dataManufacturerForm">
|
|
|
|
<el-form :model="currentManufacturer" label-width="100px" :rules="formManufactureRules"
|
|
|
|
|
|
|
|
ref="dataManufacturerForm"
|
|
|
|
|
|
|
|
>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="11">
|
|
|
|
<el-col :span="11">
|
|
|
|
<el-form-item label="证书名称:" prop="name">
|
|
|
|
<el-form-item label="证书名称:" prop="name">
|
|
|
|
<el-input v-model="currentManufacturer.name" auto-complete="off" :disabled="currentManufacturer.need"></el-input>
|
|
|
|
<el-input v-model="currentManufacturer.name" auto-complete="off" :disabled="currentManufacturer.need"
|
|
|
|
|
|
|
|
></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="11">
|
|
|
|
<el-col :span="11">
|
|
|
|
<el-form-item label="产地:" prop="foreign">
|
|
|
|
<el-form-item label="产地:" prop="foreign">
|
|
|
|
<el-select v-model="currentManufacturer.foreign" style="width: 100%" :disabled="currentManufacturer.need">
|
|
|
|
<el-select v-model="currentManufacturer.foreign" style="width: 100%"
|
|
|
|
|
|
|
|
:disabled="currentManufacturer.need"
|
|
|
|
|
|
|
|
>
|
|
|
|
<el-option label="全部" :value="1"></el-option>
|
|
|
|
<el-option label="全部" :value="1"></el-option>
|
|
|
|
<el-option label="国外" :value="2"></el-option>
|
|
|
|
<el-option label="国外" :value="2"></el-option>
|
|
|
|
<el-option label="国内" :value="3"></el-option>
|
|
|
|
<el-option label="国内" :value="3"></el-option>
|
|
|
@ -179,13 +189,14 @@
|
|
|
|
<el-col :span="11">
|
|
|
|
<el-col :span="11">
|
|
|
|
<el-form-item label="说明:" prop="remark">
|
|
|
|
<el-form-item label="说明:" prop="remark">
|
|
|
|
<el-input v-model="currentManufacturer.remark" auto-complete="off" type="textarea"
|
|
|
|
<el-input v-model="currentManufacturer.remark" auto-complete="off" type="textarea"
|
|
|
|
autosize></el-input>
|
|
|
|
autosize
|
|
|
|
|
|
|
|
></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
<div style="text-align: center">
|
|
|
|
<div style="text-align: center">
|
|
|
|
<el-button type="primary" size="small" icon="search" @click="onAddManufacturerSubmit"
|
|
|
|
<el-button type="primary" size="small" icon="search" @click="onAddManufacturerSubmit" :loading="onAddManufacturerSubmitLoading"
|
|
|
|
>提交
|
|
|
|
>提交
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
@ -205,8 +216,10 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="float:right;
|
|
|
|
<div style="float:right;
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
margin-bottom: 8px;">
|
|
|
|
margin-bottom: 8px;"
|
|
|
|
<el-button type="primary" size="mini" icon="search" @click="addProductCert" style="text-align:right">添加设置</el-button>
|
|
|
|
>
|
|
|
|
|
|
|
|
<el-button type="primary" size="mini" icon="search" @click="addProductCert" style="text-align:right">添加设置
|
|
|
|
|
|
|
|
</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="productLoading" :data="productList" style="width: 100%" border highlight-current-row>
|
|
|
|
<el-table v-loading="productLoading" :data="productList" style="width: 100%" border highlight-current-row>
|
|
|
@ -273,7 +286,7 @@
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="11" v-if="isShow" >
|
|
|
|
<el-col :span="11" v-if="isShow">
|
|
|
|
<el-form-item label="是否禁用:" prop="need">
|
|
|
|
<el-form-item label="是否禁用:" prop="need">
|
|
|
|
<el-select v-model="currentProduct.need" style="width: 90%">
|
|
|
|
<el-select v-model="currentProduct.need" style="width: 90%">
|
|
|
|
<el-option label="禁用" :value=true></el-option>
|
|
|
|
<el-option label="禁用" :value=true></el-option>
|
|
|
@ -321,7 +334,8 @@
|
|
|
|
<el-col :span="11">
|
|
|
|
<el-col :span="11">
|
|
|
|
<el-form-item label="说明:" prop="remark">
|
|
|
|
<el-form-item label="说明:" prop="remark">
|
|
|
|
<el-input v-model="currentProduct.remark" style="width: 90%" auto-complete="off" type="textarea"
|
|
|
|
<el-input v-model="currentProduct.remark" style="width: 90%" auto-complete="off" type="textarea"
|
|
|
|
autosize></el-input>
|
|
|
|
autosize
|
|
|
|
|
|
|
|
></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
@ -345,7 +359,8 @@
|
|
|
|
v-for="item in classifyList"
|
|
|
|
v-for="item in classifyList"
|
|
|
|
:key="item.code"
|
|
|
|
:key="item.code"
|
|
|
|
:label="item.name"
|
|
|
|
:label="item.name"
|
|
|
|
:value="item.code">
|
|
|
|
:value="item.code"
|
|
|
|
|
|
|
|
>
|
|
|
|
<span>{{ item.code }}</span>
|
|
|
|
<span>{{ item.code }}</span>
|
|
|
|
<span>{{ item.name }}</span>
|
|
|
|
<span>{{ item.name }}</span>
|
|
|
|
</el-option>
|
|
|
|
</el-option>
|
|
|
@ -357,7 +372,7 @@
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
<div style="text-align: center">
|
|
|
|
<div style="text-align: center">
|
|
|
|
<el-button type="primary" size="small" icon="search" @click="onAddProductSubmit"
|
|
|
|
<el-button type="primary" size="small" icon="search" @click="onAddProductSubmit" :loading="scertLoading"
|
|
|
|
>提交
|
|
|
|
>提交
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
@ -374,8 +389,8 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import {filterCertSet, delSupCertCert, modifySupCertSet, addSupCertSet} from "@/api/purchase/supCertSet";
|
|
|
|
import { filterCertSet, delSupCertCert, modifySupCertSet, addSupCertSet } from '@/api/purchase/supCertSet'
|
|
|
|
import {filterClassify} from "@/api/purchase/classifyCode"
|
|
|
|
import { filterClassify } from '@/api/purchase/classifyCode'
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
@ -390,24 +405,24 @@ export default {
|
|
|
|
total: 0,
|
|
|
|
total: 0,
|
|
|
|
loading: false,
|
|
|
|
loading: false,
|
|
|
|
enableMap: {
|
|
|
|
enableMap: {
|
|
|
|
true: "是",
|
|
|
|
true: '是',
|
|
|
|
false: "否",
|
|
|
|
false: '否'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
addDialogVisible: false,
|
|
|
|
addDialogVisible: false,
|
|
|
|
currentSup: {},
|
|
|
|
currentSup: {},
|
|
|
|
formName: "add",
|
|
|
|
formName: 'add',
|
|
|
|
formMap: {
|
|
|
|
formMap: {
|
|
|
|
add: "新增配送企业资质设置",
|
|
|
|
add: '新增配送企业资质设置',
|
|
|
|
update: "编辑配送企业资质设置",
|
|
|
|
update: '编辑配送企业资质设置'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
formRules: {
|
|
|
|
formRules: {
|
|
|
|
name: [
|
|
|
|
name: [
|
|
|
|
{required: true, message: "证书名称", trigger: "blur"}
|
|
|
|
{ required: true, message: '证书名称', trigger: 'blur' }
|
|
|
|
],
|
|
|
|
],
|
|
|
|
need: [
|
|
|
|
need: [
|
|
|
|
{required: true, message: "是否必传", trigger: "blur"}
|
|
|
|
{ required: true, message: '是否必传', trigger: 'blur' }
|
|
|
|
],
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
@ -419,29 +434,29 @@ export default {
|
|
|
|
limit: 20
|
|
|
|
limit: 20
|
|
|
|
},
|
|
|
|
},
|
|
|
|
statusMap: {
|
|
|
|
statusMap: {
|
|
|
|
true: "禁用",
|
|
|
|
true: '禁用',
|
|
|
|
false: "启用",
|
|
|
|
false: '启用'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
foreignMap: {
|
|
|
|
foreignMap: {
|
|
|
|
"1": "全部",
|
|
|
|
'1': '全部',
|
|
|
|
"2": "国外",
|
|
|
|
'2': '国外',
|
|
|
|
"3": "国内",
|
|
|
|
'3': '国内'
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
manufacturerTotal: 0,
|
|
|
|
manufacturerTotal: 0,
|
|
|
|
manufacturerLoading: false,
|
|
|
|
manufacturerLoading: false,
|
|
|
|
addManufacturerDialogVisible: false,
|
|
|
|
addManufacturerDialogVisible: false,
|
|
|
|
currentManufacturer: {},
|
|
|
|
currentManufacturer: {},
|
|
|
|
formManufacturerName: "add",
|
|
|
|
formManufacturerName: 'add',
|
|
|
|
formManufacturerMap: {
|
|
|
|
formManufacturerMap: {
|
|
|
|
add: "新增生产企业资质设置",
|
|
|
|
add: '新增生产企业资质设置',
|
|
|
|
update: "编辑生产企业资质设置",
|
|
|
|
update: '编辑生产企业资质设置'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
formManufactureRules: {
|
|
|
|
formManufactureRules: {
|
|
|
|
name: [
|
|
|
|
name: [
|
|
|
|
{required: true, message: "请输入证书名称", trigger: "blur"}
|
|
|
|
{ required: true, message: '请输入证书名称', trigger: 'blur' }
|
|
|
|
],
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
@ -456,255 +471,264 @@ export default {
|
|
|
|
productLoading: false,
|
|
|
|
productLoading: false,
|
|
|
|
addProductDialogVisible: false,
|
|
|
|
addProductDialogVisible: false,
|
|
|
|
currentProduct: {},
|
|
|
|
currentProduct: {},
|
|
|
|
formProductName: "add",
|
|
|
|
formProductName: 'add',
|
|
|
|
formProductMap: {
|
|
|
|
formProductMap: {
|
|
|
|
add: "新增产品资质设置",
|
|
|
|
add: '新增产品资质设置',
|
|
|
|
update: "编辑产品资质设置",
|
|
|
|
update: '编辑产品资质设置'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
classifyList: [],
|
|
|
|
classifyList: [],
|
|
|
|
mutilData: [],
|
|
|
|
mutilData: [],
|
|
|
|
inputKey: null,
|
|
|
|
inputKey: null,
|
|
|
|
|
|
|
|
addLoading: false,
|
|
|
|
|
|
|
|
onAddManufacturerSubmitLoading: false,
|
|
|
|
|
|
|
|
scertLoading: false,
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
|
|
|
|
/**--------配送企业资质设置--------------*/
|
|
|
|
/**--------配送企业资质设置--------------*/
|
|
|
|
handleCurrentChange(val) {
|
|
|
|
handleCurrentChange(val) {
|
|
|
|
this.query.page = val.page;
|
|
|
|
this.query.page = val.page
|
|
|
|
this.getList();
|
|
|
|
this.getList()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true
|
|
|
|
filterCertSet(this.query)
|
|
|
|
filterCertSet(this.query)
|
|
|
|
.then(response => {
|
|
|
|
.then(response => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false
|
|
|
|
this.list = response.data.list || [];
|
|
|
|
this.list = response.data.list || []
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
this.total = response.data.total || 0
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false
|
|
|
|
this.list = [];
|
|
|
|
this.list = []
|
|
|
|
this.total = 0;
|
|
|
|
this.total = 0
|
|
|
|
});
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handleEdit(row) {
|
|
|
|
handleEdit(row) {
|
|
|
|
this.formName = "update";
|
|
|
|
this.formName = 'update'
|
|
|
|
this.currentSup = row;
|
|
|
|
this.currentSup = row
|
|
|
|
this.addDialogVisible = true;
|
|
|
|
this.addDialogVisible = true
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleDel(row) {
|
|
|
|
handleDel(row) {
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
id: row.id,
|
|
|
|
id: row.id
|
|
|
|
}
|
|
|
|
}
|
|
|
|
delSupCertCert(query)
|
|
|
|
delSupCertCert(query)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.getList();
|
|
|
|
this.getList()
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
});
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
addCert() {
|
|
|
|
addCert() {
|
|
|
|
this.formName = "add";
|
|
|
|
this.formName = 'add'
|
|
|
|
this.currentSup = {};
|
|
|
|
this.currentSup = {}
|
|
|
|
this.addDialogVisible = true;
|
|
|
|
this.addDialogVisible = true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onAddSubmit() {
|
|
|
|
onAddSubmit() {
|
|
|
|
this.$refs["dataForm"].validate(valid => {
|
|
|
|
this.$refs['dataForm'].validate(valid => {
|
|
|
|
if (valid) {
|
|
|
|
if (valid) {
|
|
|
|
this.addDialogVisible = false;
|
|
|
|
this.addDialogVisible = false
|
|
|
|
if (this.formName == "add") {
|
|
|
|
this.addLoading = true
|
|
|
|
this.currentSup.type = 1;
|
|
|
|
if (this.formName == 'add') {
|
|
|
|
|
|
|
|
this.currentSup.type = 1
|
|
|
|
addSupCertSet(this.currentSup)
|
|
|
|
addSupCertSet(this.currentSup)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
if(response.code==20000){
|
|
|
|
this.addLoading = false
|
|
|
|
this.getList();
|
|
|
|
if (response.code == 20000) {
|
|
|
|
}else{
|
|
|
|
this.getList()
|
|
|
|
this.$message.error(response.message);
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.$message.error(response.message)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
});
|
|
|
|
})
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
modifySupCertSet(this.currentSup).then((res) => {
|
|
|
|
modifySupCertSet(this.currentSup).then((res) => {
|
|
|
|
|
|
|
|
this.addLoading = false
|
|
|
|
if (res.code == 20000) {
|
|
|
|
if (res.code == 20000) {
|
|
|
|
this.getList();
|
|
|
|
this.getList()
|
|
|
|
this.$message.success("保存成功!");
|
|
|
|
this.$message.success('保存成功!')
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.getList();
|
|
|
|
this.getList()
|
|
|
|
this.$message.error(res.message);
|
|
|
|
this.$message.error(res.message)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
cancelDialog() {
|
|
|
|
cancelDialog() {
|
|
|
|
this.getList();
|
|
|
|
this.getList()
|
|
|
|
this.getManufacturerList();
|
|
|
|
this.getManufacturerList()
|
|
|
|
this.getProductList();
|
|
|
|
this.getProductList()
|
|
|
|
this.addDialogVisible = false;
|
|
|
|
this.addDialogVisible = false
|
|
|
|
this.addManufacturerDialogVisible = false;
|
|
|
|
this.addManufacturerDialogVisible = false
|
|
|
|
this.addProductDialogVisible = false;
|
|
|
|
this.addProductDialogVisible = false
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**--------生产企业资质设置--------------*/
|
|
|
|
/**--------生产企业资质设置--------------*/
|
|
|
|
handleManufacturerChange(val) {
|
|
|
|
handleManufacturerChange(val) {
|
|
|
|
this.manufacturerQuery.page = val.page;
|
|
|
|
this.manufacturerQuery.page = val.page
|
|
|
|
this.getManufacturerList();
|
|
|
|
this.getManufacturerList()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getManufacturerList() {
|
|
|
|
getManufacturerList() {
|
|
|
|
this.manufacturerLoading = true;
|
|
|
|
this.manufacturerLoading = true
|
|
|
|
filterCertSet(this.manufacturerQuery)
|
|
|
|
filterCertSet(this.manufacturerQuery)
|
|
|
|
.then(response => {
|
|
|
|
.then(response => {
|
|
|
|
this.manufacturerLoading = false;
|
|
|
|
this.manufacturerLoading = false
|
|
|
|
this.manufacturerList = response.data.list || [];
|
|
|
|
this.manufacturerList = response.data.list || []
|
|
|
|
this.manufacturerTotal = response.data.total || 0;
|
|
|
|
this.manufacturerTotal = response.data.total || 0
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
this.manufacturerLoading = false;
|
|
|
|
this.manufacturerLoading = false
|
|
|
|
this.manufacturerList = [];
|
|
|
|
this.manufacturerList = []
|
|
|
|
this.manufacturerTotal = 0;
|
|
|
|
this.manufacturerTotal = 0
|
|
|
|
});
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleManufacturerEdit(row) {
|
|
|
|
handleManufacturerEdit(row) {
|
|
|
|
this.formManufacturerName = "update";
|
|
|
|
this.formManufacturerName = 'update'
|
|
|
|
this.currentManufacturer = row;
|
|
|
|
this.currentManufacturer = row
|
|
|
|
this.addManufacturerDialogVisible = true;
|
|
|
|
this.addManufacturerDialogVisible = true
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleManufacturerDel(row) {
|
|
|
|
handleManufacturerDel(row) {
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
id: row.id,
|
|
|
|
id: row.id
|
|
|
|
}
|
|
|
|
}
|
|
|
|
delSupCertCert(query)
|
|
|
|
delSupCertCert(query)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.getManufacturerList();
|
|
|
|
this.getManufacturerList()
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
});
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
addManufacturerCert() {
|
|
|
|
addManufacturerCert() {
|
|
|
|
this.formManufacturerName = "add";
|
|
|
|
this.formManufacturerName = 'add'
|
|
|
|
this.currentManufacturer = {};
|
|
|
|
this.currentManufacturer = {}
|
|
|
|
this.addManufacturerDialogVisible = true;
|
|
|
|
this.addManufacturerDialogVisible = true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onAddManufacturerSubmit() {
|
|
|
|
onAddManufacturerSubmit() {
|
|
|
|
|
|
|
|
|
|
|
|
this.$refs["dataManufacturerForm"].validate(valid => {
|
|
|
|
this.$refs['dataManufacturerForm'].validate(valid => {
|
|
|
|
if (valid) {
|
|
|
|
if (valid) {
|
|
|
|
this.addManufacturerDialogVisible = false;
|
|
|
|
this.addManufacturerDialogVisible = false
|
|
|
|
if (this.formManufacturerName == "add") {
|
|
|
|
this.onAddManufacturerSubmitLoading = true
|
|
|
|
this.currentManufacturer.type = 2;
|
|
|
|
if (this.formManufacturerName == 'add') {
|
|
|
|
|
|
|
|
this.currentManufacturer.type = 2
|
|
|
|
addSupCertSet(this.currentManufacturer)
|
|
|
|
addSupCertSet(this.currentManufacturer)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
if(response.code==20000){
|
|
|
|
this.onAddManufacturerSubmitLoading = false
|
|
|
|
this.getManufacturerList();
|
|
|
|
if (response.code == 20000) {
|
|
|
|
}else{
|
|
|
|
this.getManufacturerList()
|
|
|
|
this.$message.error(response.message);
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.$message.error(response.message)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
});
|
|
|
|
})
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
modifySupCertSet(this.currentManufacturer).then((res) => {
|
|
|
|
modifySupCertSet(this.currentManufacturer).then((res) => {
|
|
|
|
|
|
|
|
this.onAddManufacturerSubmitLoading = false
|
|
|
|
if (res.code == 20000) {
|
|
|
|
if (res.code == 20000) {
|
|
|
|
this.getManufacturerList();
|
|
|
|
this.getManufacturerList()
|
|
|
|
this.$message.success("保存成功!");
|
|
|
|
this.$message.success('保存成功!')
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.getManufacturerList();
|
|
|
|
this.getManufacturerList()
|
|
|
|
this.$message.error(res.message);
|
|
|
|
this.$message.error(res.message)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**--------产品资质设置--------------*/
|
|
|
|
/**--------产品资质设置--------------*/
|
|
|
|
handleProductChange(val) {
|
|
|
|
handleProductChange(val) {
|
|
|
|
this.productQuery.page = val.page;
|
|
|
|
this.productQuery.page = val.page
|
|
|
|
this.getProductList();
|
|
|
|
this.getProductList()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getProductList() {
|
|
|
|
getProductList() {
|
|
|
|
this.productLoading = true;
|
|
|
|
this.productLoading = true
|
|
|
|
filterCertSet(this.productQuery)
|
|
|
|
filterCertSet(this.productQuery)
|
|
|
|
.then(response => {
|
|
|
|
.then(response => {
|
|
|
|
this.productLoading = false;
|
|
|
|
this.productLoading = false
|
|
|
|
this.productList = response.data.list || [];
|
|
|
|
this.productList = response.data.list || []
|
|
|
|
this.productTotal = response.data.total || 0;
|
|
|
|
this.productTotal = response.data.total || 0
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
this.productLoading = false;
|
|
|
|
this.productLoading = false
|
|
|
|
this.productList = [];
|
|
|
|
this.productList = []
|
|
|
|
this.productTotal = 0;
|
|
|
|
this.productTotal = 0
|
|
|
|
});
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleProductEdit(row) {
|
|
|
|
handleProductEdit(row) {
|
|
|
|
this.formProductName = "update";
|
|
|
|
this.formProductName = 'update'
|
|
|
|
this.currentProduct = row;
|
|
|
|
this.currentProduct = row
|
|
|
|
if (row.imports == '1') {
|
|
|
|
if (row.imports == '1') {
|
|
|
|
this.currentProduct.imports = '全部'
|
|
|
|
this.currentProduct.imports = '全部'
|
|
|
|
}else if (row.imports == '2'){
|
|
|
|
} else if (row.imports == '2') {
|
|
|
|
this.currentProduct.imports = '国外'
|
|
|
|
this.currentProduct.imports = '国外'
|
|
|
|
}else if (row.imports == '3'){
|
|
|
|
} else if (row.imports == '3') {
|
|
|
|
this.currentProduct.imports = '国内'
|
|
|
|
this.currentProduct.imports = '国内'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.addProductDialogVisible = true;
|
|
|
|
this.addProductDialogVisible = true
|
|
|
|
|
|
|
|
|
|
|
|
this.classifyFirstSearch(this.currentProduct.flbm);
|
|
|
|
this.classifyFirstSearch(this.currentProduct.flbm)
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleProductDel(row) {
|
|
|
|
handleProductDel(row) {
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
id: row.id,
|
|
|
|
id: row.id
|
|
|
|
}
|
|
|
|
}
|
|
|
|
delSupCertCert(query)
|
|
|
|
delSupCertCert(query)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.getProductList();
|
|
|
|
this.getProductList()
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
});
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
addProductCert() {
|
|
|
|
addProductCert() {
|
|
|
|
this.formProductName = "add";
|
|
|
|
this.formProductName = 'add'
|
|
|
|
this.currentProduct = {};
|
|
|
|
this.currentProduct = {}
|
|
|
|
this.addProductDialogVisible = true;
|
|
|
|
this.addProductDialogVisible = true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onAddProductSubmit() {
|
|
|
|
onAddProductSubmit() {
|
|
|
|
this.$refs["dataForm"].validate(valid => {
|
|
|
|
this.$refs['dataForm'].validate(valid => {
|
|
|
|
if (valid) {
|
|
|
|
if (valid) {
|
|
|
|
this.addProductDialogVisible = false;
|
|
|
|
this.addProductDialogVisible = false
|
|
|
|
if (this.formProductName == "add") {
|
|
|
|
this.scertLoading = true
|
|
|
|
this.currentProduct.type = 3;
|
|
|
|
if (this.formProductName == 'add') {
|
|
|
|
|
|
|
|
this.currentProduct.type = 3
|
|
|
|
addSupCertSet(this.currentProduct)
|
|
|
|
addSupCertSet(this.currentProduct)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
if(response.code==20000){
|
|
|
|
this.scertLoading = false
|
|
|
|
this.getProductList();
|
|
|
|
if (response.code == 20000) {
|
|
|
|
}else{
|
|
|
|
this.getProductList()
|
|
|
|
this.$message.error(response.message);
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.$message.error(response.message)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
});
|
|
|
|
this.scertLoading = false
|
|
|
|
|
|
|
|
})
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
modifySupCertSet(this.currentProduct).then((res) => {
|
|
|
|
modifySupCertSet(this.currentProduct).then((res) => {
|
|
|
|
|
|
|
|
this.scertLoading = false
|
|
|
|
if (res.code == 20000) {
|
|
|
|
if (res.code == 20000) {
|
|
|
|
this.getProductList();
|
|
|
|
this.getProductList()
|
|
|
|
this.$message.success("保存成功!");
|
|
|
|
this.$message.success('保存成功!')
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.getProductList();
|
|
|
|
this.getProductList()
|
|
|
|
this.$message.error(res.message);
|
|
|
|
this.$message.error(res.message)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -713,47 +737,46 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classifyFirstSearch(key) {
|
|
|
|
classifyFirstSearch(key) {
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
inFilter: key,
|
|
|
|
inFilter: key
|
|
|
|
}
|
|
|
|
}
|
|
|
|
filterClassify(query)
|
|
|
|
filterClassify(query)
|
|
|
|
.then(response => {
|
|
|
|
.then(response => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false
|
|
|
|
this.classifyList = response.data.list || [];
|
|
|
|
this.classifyList = response.data.list || []
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false
|
|
|
|
this.classifyList = [];
|
|
|
|
this.classifyList = []
|
|
|
|
});
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
classifySearch(key) {
|
|
|
|
classifySearch(key) {
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
key: key,
|
|
|
|
key: key
|
|
|
|
}
|
|
|
|
}
|
|
|
|
filterClassify(query)
|
|
|
|
filterClassify(query)
|
|
|
|
.then(response => {
|
|
|
|
.then(response => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false
|
|
|
|
this.classifyList = response.data.list || [];
|
|
|
|
this.classifyList = response.data.list || []
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false
|
|
|
|
this.classifyList = [];
|
|
|
|
this.classifyList = []
|
|
|
|
});
|
|
|
|
})
|
|
|
|
},
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
filters: {},
|
|
|
|
filters: {},
|
|
|
|
mounted() {
|
|
|
|
mounted() {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
// 加载表格数据
|
|
|
|
// 加载表格数据
|
|
|
|
this.getList();
|
|
|
|
this.getList()
|
|
|
|
this.getManufacturerList();
|
|
|
|
this.getManufacturerList()
|
|
|
|
this.getProductList();
|
|
|
|
this.getProductList()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<style scoped
|
|
|
|
<style scoped
|
|
|
|