修改bug

wang
wangwei 3 years ago
parent 4ce7b3b006
commit 024b76a958

@ -291,6 +291,7 @@ export default {
handleModifyClick(row) { handleModifyClick(row) {
this.inputQuery = row; this.inputQuery = row;
this.modifyDialogVisible = true; this.modifyDialogVisible = true;
this.getList();
}, },
deleteDialog(rowId) { deleteDialog(rowId) {

@ -202,6 +202,7 @@ export default {
this.loading = false; this.loading = false;
this.localTypes = []; this.localTypes = [];
}); });
}, },
@ -356,11 +357,9 @@ export default {
created() { created() {
this.getList(); this.getList();
this.findSubInvByInv(); this.findSubInvByInv();
this.getEntrustStorage(); this.getEntrustStorage();
// if (this.$isNotBlank(this.inputQuery.entrustInv)) { // if (this.$isNotBlank(this.inputQuery.entrustInv)) {
// this.entrustInvChange(this.inputQuery.entrustInv); // this.entrustInvChange(this.inputQuery.entrustInv);
// } // }

@ -565,7 +565,6 @@ export default {
}); });
}, },
addInfoDialog(row) { addInfoDialog(row) {
if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) { if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) {
this.editManufacturerType = 2; this.editManufacturerType = 2;
this.formManufacturerName = 2; this.formManufacturerName = 2;

@ -466,7 +466,6 @@ export default {
companyAddCert, companyAddCert,
}, },
methods: { methods: {
onPassSubmit(val) { onPassSubmit(val) {
this.inputQuery.auditStatus = 1; this.inputQuery.auditStatus = 1;
this.$confirm("是否审核通过?", "提示", { this.$confirm("是否审核通过?", "提示", {

Loading…
Cancel
Save