diff --git a/src/views/basic/product/UdiInfoSelectLocalUdi.vue b/src/views/basic/product/UdiInfoSelectLocalUdi.vue index 600f8b1..4ab3e8b 100644 --- a/src/views/basic/product/UdiInfoSelectLocalUdi.vue +++ b/src/views/basic/product/UdiInfoSelectLocalUdi.vue @@ -341,7 +341,7 @@ import {superSearch} from "@/api/basic/udiInfo"; import {combineUdi, combineAllUdi, checkExitUdi} from "@/api/basic/product/udiRelevance"; import selectDiDetail from "./SelectDIDetailDialog" -export default { +export default { name: "closeDialog", props: { closeDialog: { diff --git a/src/views/inout/DialogCheck.vue b/src/views/inout/DialogCheck.vue index 3465a25..5871f0c 100644 --- a/src/views/inout/DialogCheck.vue +++ b/src/views/inout/DialogCheck.vue @@ -117,7 +117,7 @@ - + @@ -299,6 +299,8 @@ export default { // // }, uploadHandleRemove(file, fileList) { + this.inputQuery.filePath=null; + this.inputQuery.checkFileName=null; console.log(file, fileList); }, uploadHandlePreview(file) { diff --git a/src/views/inout/InvoiceRegistration.vue b/src/views/inout/InvoiceRegistration.vue index 299c258..e84f1b5 100644 --- a/src/views/inout/InvoiceRegistration.vue +++ b/src/views/inout/InvoiceRegistration.vue @@ -273,6 +273,7 @@ + @@ -439,6 +440,8 @@ import {previewImage} from '@/api/purchase/supCompany' import ElImageViewer from "element-ui/packages/image/src/image-viewer"; + + const formJson = { site_id: "", site_name: "", @@ -528,7 +531,7 @@ export default { billNo: "" }, actDateRange: [], - auditDateRange: [], + auditDateRange:[], pickerOptions: { shortcuts: [ { @@ -926,9 +929,13 @@ export default { this.bizTotal = 0; }) }, - BizDetail(row) { - this.bizQuery.page = 1; - this.getBizDetailList(row); + + BizDetail(val){ + debugger + this.bizQuery.page=1; + this.bizQuery.productName=val.coName; + this.bizQuery.batchNo=val.batchNo; + this.getBizDetailList(); }, diff --git a/src/views/inout/IoDeliveryAuditOrder.vue b/src/views/inout/IoDeliveryAuditOrder.vue index 820097e..20394cb 100644 --- a/src/views/inout/IoDeliveryAuditOrder.vue +++ b/src/views/inout/IoDeliveryAuditOrder.vue @@ -142,16 +142,16 @@ - + + + + - + + + + diff --git a/src/views/inout/IoSupSearchOrder.vue b/src/views/inout/IoSupSearchOrder.vue index a15b3cf..ef8f610 100644 --- a/src/views/inout/IoSupSearchOrder.vue +++ b/src/views/inout/IoSupSearchOrder.vue @@ -96,12 +96,6 @@
显示/隐藏搜索栏 - 发票登记 - 重置 搜索 - 新增 + 新增 @@ -133,7 +133,7 @@ 重置 搜索 - 新增 + 新增 @@ -235,21 +235,17 @@ - - {{ dict.label }} - - - - - - - + + 正常 + 禁用 + + + + + + 展开/折叠 全选/全不选 @@ -341,6 +337,7 @@ export default { dicts: ['sys_normal_disable'], data() { return { + userStatus:null, // 遮罩层 loading: true, Adminloading:true, @@ -621,7 +618,8 @@ export default { } }, /** 新增按钮操作 */ - handleAdd() { + handleAdd(val) { + this.userStatus=val; this.reset(); this.getMenuTreeselect(); this.open = true; @@ -676,12 +674,17 @@ export default { this.$router.push("/system/role-auth/user/" + roleId); }, /** 提交按钮 */ - submitForm: function () { - if(this.form.isCustomer == null){ - this.$message("请选择供应商角色") - return + submitForm: function (val) { + // if(this.form.isCustomer == null){ + // this.$message("请选择供应商角色") + // return + // } + debugger + if(this.userStatus == 0){ + this.form.isCustomer=0; + }else{ + this.form.isCustomer=1; } - this.$refs["form"].validate(valid => { if (valid) { if (this.form.roleId != undefined) { @@ -690,6 +693,7 @@ export default { this.$modal.msgSuccess("修改成功"); this.open = false; this.getList(); + this.getCustomerList(); }); } else { this.form.menuIds = this.getMenuAllCheckedKeys(); @@ -697,6 +701,7 @@ export default { this.$modal.msgSuccess("新增成功"); this.open = false; this.getList(); + this.getCustomerList(); }); } } @@ -720,6 +725,7 @@ export default { return delRole(roleIds); }).then(() => { this.getList(); + this.getCustomerList(); this.$modal.msgSuccess("删除成功"); }).catch(() => { }); diff --git a/src/views/system/user/authUser.vue b/src/views/system/user/authUser.vue index dbd64a4..e48fedb 100644 --- a/src/views/system/user/authUser.vue +++ b/src/views/system/user/authUser.vue @@ -167,7 +167,7 @@ - + -