修改bug

wang
wangwei 3 years ago
parent 4ce7b3b006
commit 024b76a958

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

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

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

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

Loading…
Cancel
Save