|
|
@ -21,13 +21,13 @@
|
|
|
|
<span>{{ expire[scope.row.status] }}</span>
|
|
|
|
<span>{{ expire[scope.row.status] }}</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<!-- <el-table-column label="审核状态" prop="auditStatus" width="120">-->
|
|
|
|
<!-- <el-table-column label="审核状态" prop="auditStatus" width="120">-->
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
<!-- <el-tag :type="(scope.row.auditStatus) | statusFilterType">-->
|
|
|
|
<!-- <el-tag :type="(scope.row.auditStatus) | statusFilterType">-->
|
|
|
|
<!-- {{ checkFlag[scope.row.auditStatus] }}-->
|
|
|
|
<!-- {{ checkFlag[scope.row.auditStatus] }}-->
|
|
|
|
<!-- </el-tag>-->
|
|
|
|
<!-- </el-tag>-->
|
|
|
|
<!-- </template>-->
|
|
|
|
<!-- </template>-->
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
<el-table-column label="备注" prop="remark"></el-table-column>
|
|
|
|
<el-table-column label="备注" prop="remark"></el-table-column>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column label="操作" width="180">
|
|
|
|
<el-table-column label="操作" width="180">
|
|
|
@ -36,17 +36,16 @@
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
@click.native="addCert(scope.row)"
|
|
|
|
@click.native="addCert(scope.row)"
|
|
|
|
v-if="scope.row.auditStatus == 0 || scope.row.auditStatus == 2|| scope.row.auditStatus == 6"
|
|
|
|
|
|
|
|
>编辑
|
|
|
|
>编辑
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button type="text" size="mini" @click.native="showImgViewer(scope.row)">
|
|
|
|
<el-button type="text" size="mini" @click.native="showImgViewer(scope.row)">
|
|
|
|
预览</el-button>
|
|
|
|
预览
|
|
|
|
|
|
|
|
</el-button>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
v-if="scope.row.auditStatus == 0 || scope.row.auditStatus == 2|| scope.row.auditStatus == 6"
|
|
|
|
@click.native="deleteDeviceCert(scope.row)"
|
|
|
|
@click.native="deleteCompanyCert(scope.row)"
|
|
|
|
|
|
|
|
>删除
|
|
|
|
>删除
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
@ -73,12 +72,12 @@
|
|
|
|
append-to-body
|
|
|
|
append-to-body
|
|
|
|
@close='closeLocalDialog'
|
|
|
|
@close='closeLocalDialog'
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<companyAddCert
|
|
|
|
<deviceAddCert
|
|
|
|
:closeDialog="closeLocalDialog"
|
|
|
|
:closeDialog="closeLocalDialog"
|
|
|
|
:inputQuery="inputQuery"
|
|
|
|
:inputQuery="inputQuery"
|
|
|
|
:addType="addType"
|
|
|
|
:addType="addType"
|
|
|
|
:editTye="editTye"
|
|
|
|
:editTye="editTye"
|
|
|
|
></companyAddCert>
|
|
|
|
></deviceAddCert>
|
|
|
|
</el-dialog>
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -90,10 +89,10 @@
|
|
|
|
import {modifyCompany, addCompany, bindCorp, previewImage} from "@/api/purchase/supCompany";
|
|
|
|
import {modifyCompany, addCompany, bindCorp, previewImage} from "@/api/purchase/supCompany";
|
|
|
|
import store from "@/store/index";
|
|
|
|
import store from "@/store/index";
|
|
|
|
import {regionDataPlus, CodeToText} from "element-china-area-data";
|
|
|
|
import {regionDataPlus, CodeToText} from "element-china-area-data";
|
|
|
|
import { deleteCompanyCert, updateCompanyCert} from "@/api/purchase/companyCert";
|
|
|
|
import {deleteDeviceCert, updateDeviceCert} from "@/api/inventory/deviceCert";
|
|
|
|
import {filterDeviceCert} from "@/api/inventory/deviceCert";
|
|
|
|
import {filterDeviceCert} from "@/api/inventory/deviceCert";
|
|
|
|
import corpMaintainSelect from "@/views/basic/corpMaintain/corpMaintainSelect"
|
|
|
|
import corpMaintainSelect from "@/views/basic/corpMaintain/corpMaintainSelect"
|
|
|
|
import companyAddCert from "@/views/purchase/cert/supCertAddDialog";
|
|
|
|
import deviceAddCert from "@/views/inventory/cert/depCertAddDialog.vue";
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
import {getUUID, isBlank} from "@/utils/strUtil";
|
|
|
|
import {getUUID, isBlank} from "@/utils/strUtil";
|
|
|
|
import supCertSetSelectDialog from "@/views/purchase/cert/supCertSetSelectDialog";
|
|
|
|
import supCertSetSelectDialog from "@/views/purchase/cert/supCertSetSelectDialog";
|
|
|
@ -116,17 +115,23 @@ export default {
|
|
|
|
// type: Number,
|
|
|
|
// type: Number,
|
|
|
|
// required: true,
|
|
|
|
// required: true,
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
rowData: {
|
|
|
|
idQuery: {
|
|
|
|
type: Object,
|
|
|
|
type: Object,
|
|
|
|
required: true,
|
|
|
|
required: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
idQuery: {
|
|
|
|
rowData: {
|
|
|
|
type: Object,
|
|
|
|
type: Object,
|
|
|
|
required: true,
|
|
|
|
required: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
watch: {
|
|
|
|
|
|
|
|
rowData: function (newVal, oldVal) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.searchData(newVal);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
,
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
BASE_URL: process.env.VUE_APP_BASE_API,
|
|
|
|
BASE_URL: process.env.VUE_APP_BASE_API,
|
|
|
@ -138,7 +143,7 @@ export default {
|
|
|
|
options: regionDataPlus,
|
|
|
|
options: regionDataPlus,
|
|
|
|
inputQuery: {
|
|
|
|
inputQuery: {
|
|
|
|
// customerId: null,
|
|
|
|
// customerId: null,
|
|
|
|
devCodeFk:null,
|
|
|
|
devCodeFk: null,
|
|
|
|
companyName: null,
|
|
|
|
companyName: null,
|
|
|
|
contacts: null,
|
|
|
|
contacts: null,
|
|
|
|
mobile: null,
|
|
|
|
mobile: null,
|
|
|
@ -256,7 +261,7 @@ export default {
|
|
|
|
companyApplyUpdateVisible: false,
|
|
|
|
companyApplyUpdateVisible: false,
|
|
|
|
companyEditDisabled: true,
|
|
|
|
companyEditDisabled: true,
|
|
|
|
companyEditButtonStr: "编辑",
|
|
|
|
companyEditButtonStr: "编辑",
|
|
|
|
addType: "1", //证书类型:1:供应商;2.生产企业;3.产品品种
|
|
|
|
addType: "1", //证书类型(1:资质证书;2:技术材料)
|
|
|
|
checkFlag: {
|
|
|
|
checkFlag: {
|
|
|
|
0: "草稿",
|
|
|
|
0: "草稿",
|
|
|
|
1: "已通过",
|
|
|
|
1: "已通过",
|
|
|
@ -272,31 +277,32 @@ export default {
|
|
|
|
customerId: null,
|
|
|
|
customerId: null,
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
},
|
|
|
|
,
|
|
|
|
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
console.log("第一次this.rowData:")
|
|
|
|
console.log("第一次this.rowData:")
|
|
|
|
console.log(this.rowData)
|
|
|
|
console.log(this.rowData)
|
|
|
|
// if (this.editType == 1) {
|
|
|
|
// if (this.rowData.editType == 1) {
|
|
|
|
this.getDeviceCertList();
|
|
|
|
// this.getDeviceCertList();
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
this.getBasicUnitMaintainsList();
|
|
|
|
this.getBasicUnitMaintainsList();
|
|
|
|
this.headers = {
|
|
|
|
this.headers = {
|
|
|
|
ADMIN_ID: store.getters.adminId,
|
|
|
|
ADMIN_ID: store.getters.adminId,
|
|
|
|
ADMIN_TOKEN: store.getters.token,
|
|
|
|
ADMIN_TOKEN: store.getters.token,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
// this.inputQuery = this.inputEdit
|
|
|
|
},
|
|
|
|
// this.inputQuery = this.idQuery
|
|
|
|
|
|
|
|
// if (this.inputQuery.areaCode != null)
|
|
|
|
|
|
|
|
// this.selectedOptions = this.inputQuery.areaCode.split(",");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
,
|
|
|
|
|
|
|
|
components: {
|
|
|
|
components: {
|
|
|
|
draggable, companyAddCert, corpMaintainSelect, supCertSetSelectDialog, ElImageViewer
|
|
|
|
draggable, deviceAddCert, corpMaintainSelect, supCertSetSelectDialog, ElImageViewer
|
|
|
|
}
|
|
|
|
}
|
|
|
|
,
|
|
|
|
,
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
searchData(query) {
|
|
|
|
|
|
|
|
console.log("完成!")
|
|
|
|
|
|
|
|
console.log(query)
|
|
|
|
|
|
|
|
this.idQuery = {...query}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.getDeviceCertList();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
//预览照片
|
|
|
|
//预览照片
|
|
|
|
showImgViewer(row) {
|
|
|
|
showImgViewer(row) {
|
|
|
|
this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
|
|
|
|
this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
|
|
|
@ -337,10 +343,10 @@ export default {
|
|
|
|
,
|
|
|
|
,
|
|
|
|
//添加资质证书
|
|
|
|
//添加资质证书
|
|
|
|
addCert(row) {
|
|
|
|
addCert(row) {
|
|
|
|
if (isBlank(this.inputQuery.customerId)) {
|
|
|
|
if (isBlank(this.inputQuery.devCodeFk)) {
|
|
|
|
return this.$message.error("请先选择供应商");
|
|
|
|
return this.$message.error("请先选择设备");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
console.log(this.inputQuery.devCodeFk)
|
|
|
|
if (this.$isNotBlank(row) && this.$isNotBlank(row.id)) {
|
|
|
|
if (this.$isNotBlank(row) && this.$isNotBlank(row.id)) {
|
|
|
|
this.formName = 2
|
|
|
|
this.formName = 2
|
|
|
|
this.inputQuery.formData = row;
|
|
|
|
this.inputQuery.formData = row;
|
|
|
@ -379,8 +385,11 @@ export default {
|
|
|
|
console.log("获取idQuery:")
|
|
|
|
console.log("获取idQuery:")
|
|
|
|
console.log(this.idQuery)
|
|
|
|
console.log(this.idQuery)
|
|
|
|
this.certQuery.devCodeFk = this.idQuery.code;
|
|
|
|
this.certQuery.devCodeFk = this.idQuery.code;
|
|
|
|
console.log( "获取this.certQuery:")
|
|
|
|
this.inputQuery={...this.idQuery};
|
|
|
|
console.log( this.certQuery)
|
|
|
|
this.inputQuery.devCodeFk=this.idQuery.code;
|
|
|
|
|
|
|
|
console.log(this.inputQuery);
|
|
|
|
|
|
|
|
console.log("获取this.certQuery:")
|
|
|
|
|
|
|
|
console.log(this.certQuery)
|
|
|
|
filterDeviceCert(this.certQuery)
|
|
|
|
filterDeviceCert(this.certQuery)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.certLoading = false;
|
|
|
|
this.certLoading = false;
|
|
|
@ -393,7 +402,7 @@ export default {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
deleteCompanyCert(row) {
|
|
|
|
deleteDeviceCert(row) {
|
|
|
|
this.$confirm("是否删除?", "提示", {
|
|
|
|
this.$confirm("是否删除?", "提示", {
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
cancelButtonText: "取消",
|
|
|
@ -404,11 +413,11 @@ export default {
|
|
|
|
id: row.id,
|
|
|
|
id: row.id,
|
|
|
|
filePath: row.filePath,
|
|
|
|
filePath: row.filePath,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
deleteCompanyCert(tquery)
|
|
|
|
deleteDeviceCert(tquery)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.certLoading = false;
|
|
|
|
this.certLoading = false;
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
this.getCompanyCertList();
|
|
|
|
this.getDeviceCertList();
|
|
|
|
this.$message({
|
|
|
|
this.$message({
|
|
|
|
type: "success",
|
|
|
|
type: "success",
|
|
|
|
message: "删除成功!",
|
|
|
|
message: "删除成功!",
|
|
|
|