@@ -979,14 +1222,16 @@
splaceholder="请输入内容"
v-model="editQuery.versionNumber"
>
- 切换版本
+ 切换版本
-
@@ -1012,12 +1257,20 @@
@closePre="closeUdi"
>
-
-
提交
+
+ 提交
- 取消
+ 取消
@@ -1033,12 +1286,20 @@
:editQuery="editSingleFormat"
>
-
-
提交
+
+ 提交
- 取消
+ 取消
@@ -1050,7 +1311,10 @@
width="85%"
v-if="selectUdiDialogVisible"
>
-
+
-
-
@@ -1171,10 +1433,18 @@ import {
updateErpProduct,
uploadSmp,
thirdSysDetail,
- removeRl, sysFilter, spcombie, lockStatus, removeDiRl, disableUdi
+ removeRl,
+ sysFilter,
+ spcombie,
+ lockStatus,
+ removeDiRl,
+ disableUdi,
} from "@/api/basic/product/udiRelevance";
-import {selectSysParamByKey, finProductSet} from "@/api/param/systemParamConfig";
-import {filterByUuid} from "@/api/basic/product/udiInfo";
+import {
+ selectSysParamByKey,
+ finProductSet,
+} from "@/api/param/systemParamConfig";
+import { filterByUuid } from "@/api/basic/product/udiInfo";
import selectUdi from "./UdiInfoSelectRel.vue";
import selectErp from "./udiInfoselectErpUdi";
@@ -1182,11 +1452,10 @@ import selectLocalUdi from "./UdiInfoSelectLocalUdi";
import selectUdiVersion from "./UdiinfoSelectVersion";
import ProductEdit from "@/views/basic/product/productEdit";
import ProductSingleEdit from "@/views/basic/product/productSingleEdit";
-import productUdiType from "@/views/basic/product/productUdiType"
+import productUdiType from "@/views/basic/product/productUdiType";
import selectHospProduct from "@/views/basic/product/bindHospProduct";
import selectUnBindHospProduct from "@/views/basic/product/unbindHospProduct";
-import {getBasicHospType, getListTree} from "@/api/basic/basicHospType";
-
+import { getBasicHospType, getListTree } from "@/api/basic/basicHospType";
export default {
data() {
@@ -1223,15 +1492,15 @@ export default {
sptm: null,
packUnit: null,
measname: null,
- nameCode: null
+ nameCode: null,
},
groupBuyMap: {
true: "集采",
- false: "非集采"
+ false: "非集采",
},
dispatchMap: {
true: "可配送",
- false: "不可配送"
+ false: "不可配送",
},
pId: 0,
productRemarkSet: {},
@@ -1270,24 +1539,23 @@ export default {
thisData: {
nameCode: null,
cpmctymc: null,
- ggxh: null
+ ggxh: null,
},
multipleSelection: [],
- editDialogVisible: false, //详情
+ editDialogVisible: false, //详情
editDiDialogVisible: false,
editSingleDiDialogVisible: false,
- selectUdiDialogVisible: false, //关联选入
- selectErpDialogVisible: false, //选入ERP产品
+ selectUdiDialogVisible: false, //关联选入
+ selectErpDialogVisible: false, //选入ERP产品
selectVersionVisible: false,
- selectLocalVisible: false, //关联UDI
+ selectLocalVisible: false, //关联UDI
isUseDyCheck: false,
- lockStatusMap: {1: "未提交", 2: "已提交", 3: "已锁定"},
- activeNames: ['1'],
+ lockStatusMap: { 1: "未提交", 2: "已提交", 3: "已锁定" },
+ activeNames: ["1"],
useNumEnable: true,
};
},
filters: {
-
statusFilterType(status) {
const statusMap = {
false: "warning",
@@ -1307,12 +1575,13 @@ export default {
unionCode: null,
udiCode: null,
ylqxzcrbarmc: "",
- cpmctymc: "", thrPiId: null,
+ cpmctymc: "",
+ thrPiId: null,
nameCode: "",
ggxh: null,
page: 1,
limit: 20,
- addType: 1
+ addType: 1,
};
this.getList();
},
@@ -1411,8 +1680,7 @@ export default {
this.$message.error(response.message);
}
})
- .catch(() => {
- });
+ .catch(() => {});
},
deleteDialog(rowId) {
@@ -1424,8 +1692,7 @@ export default {
.then(() => {
this.deleteOrders(rowId);
})
- .catch(() => {
- });
+ .catch(() => {});
},
intentDetail() {
@@ -1447,7 +1714,7 @@ export default {
.then(() => {
let query = {
relId: this.pId,
- thirdSys: row.sysId
+ thirdSys: row.sysId,
};
removeRl(query)
.then((response) => {
@@ -1463,14 +1730,11 @@ export default {
this.$message.error(response.message);
}
})
- .catch(() => {
- });
+ .catch(() => {});
})
- .catch(() => {
- });
+ .catch(() => {});
},
-
removeDi() {
this.$confirm("此操作将解除该绑定DI器械信息, 是否继续?", "提示", {
confirmButtonText: "确定",
@@ -1495,11 +1759,9 @@ export default {
this.$message.error(response.message);
}
})
- .catch(() => {
- });
+ .catch(() => {});
})
- .catch(() => {
- });
+ .catch(() => {});
},
intentSelectErp(val) {
@@ -1556,20 +1818,18 @@ export default {
this.selectLocalVisible = true;
},
-
intentImportUdi() {
this.relId = null;
this.thisData = {
nameCode: null,
cpmctymc: null,
ggxh: null,
- ylqxzcrbarmc: null
+ ylqxzcrbarmc: null,
};
this.isImport = false;
this.selectLocalVisible = true;
},
-
handleSelectionChange(val) {
this.multipleSelection = val;
},
@@ -1600,7 +1860,6 @@ export default {
};
this.checked = row.isUseDy == 1;
-
this.editQuery = row;
//获取产品标识列表
let ttquery = {
@@ -1611,13 +1870,12 @@ export default {
this.getThirdSysDetail();
},
-
lockProducts(status) {
let selectData = this.multipleSelection;
let postQuery = {
ids: [],
lockStatus: status,
- }
+ };
selectData.forEach((row) => {
postQuery.ids.push(row.id);
});
@@ -1630,7 +1888,6 @@ export default {
} else {
this.$message.error(response.message);
}
-
})
.catch(() => {
this.loading = false;
@@ -1659,7 +1916,6 @@ export default {
this.loading = false;
this.filterList = [];
});
-
},
singleDiEdit() {
let temp = JSON.parse(JSON.stringify(this.editQuery));
@@ -1696,7 +1952,7 @@ export default {
},
onAddSubmit(relSubmit) {
this.editFormat.relSubmit = relSubmit;
- console.log(this.editFormat)
+ console.log(this.editFormat);
updatetUdiInfos(this.editFormat)
.then((response) => {
if (response.code == 20000) {
@@ -1728,11 +1984,9 @@ export default {
});
},
-
findBasicProductSet() {
finProductSet().then((response) => {
if (response.code == 20000) {
-
this.productRemarkSet = response.data;
} else {
//出错了
@@ -1793,40 +2047,38 @@ export default {
var invlist = response.data || [];
this.treeList = this.handleTree(invlist, "code", "parentCode");
})
- .catch(() => {
- });
+ .catch(() => {});
},
addHospProduct(data) {
- this.rId = data.code
+ this.rId = data.code;
if (data.code != 10000) {
- this.filterQuery.relCode = data.code
+ this.filterQuery.relCode = data.code;
} else {
this.filterQuery.relCode = null;
}
this.selectHospProductVisible = true;
},
removeHospProduct(data) {
- this.rId = data.code
+ this.rId = data.code;
if (data.code != 10000) {
- this.filterQuery.relCode = data.code
+ this.filterQuery.relCode = data.code;
} else {
this.filterQuery.relCode = null;
}
this.selectUnBindHospProductVisible = true;
},
handleNodeClick(data) {
- this.rId = data.code
+ this.rId = data.code;
if (data.code != 10000) {
- this.filterQuery.relCode = data.code
+ this.filterQuery.relCode = data.code;
} else {
this.filterQuery.relCode = null;
}
this.getList();
- }
- },
- mounted() {
+ },
},
+ mounted() {},
components: {
ProductSingleEdit,
ProductEdit,
@@ -1836,7 +2088,7 @@ export default {
selectUdiVersion,
productUdiType,
selectHospProduct,
- selectUnBindHospProduct
+ selectUnBindHospProduct,
},
created() {
this.findBasicProductSet();
@@ -1847,7 +2099,16 @@ export default {
},
};
-
From 8e7e9435d61c897e7a309ebbeca2203ea37ebec7 Mon Sep 17 00:00:00 2001
From: CTP <630182278@qq.com>
Date: Thu, 27 Apr 2023 09:36:39 +0800
Subject: [PATCH 13/26] =?UTF-8?q?=E7=89=A9=E8=B5=84=E5=AD=97=E5=85=B8?=
=?UTF-8?q?=E7=BB=B4=E6=8A=A4=20=E5=88=86=E7=B1=BB=E6=8D=A2=E8=A1=8C?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vue.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vue.config.js b/vue.config.js
index eef5677e..ae993d86 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://192.168.0.166:9991/`,
+ target: `http://192.168.0.66:9160/UDI_SPMS_SERVER/`,
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",
From 48069b52dd89bb05a825d36346461d7748dd2554 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E6=99=A8=E6=99=A8?=
Date: Thu, 27 Apr 2023 09:36:41 +0800
Subject: [PATCH 14/26] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=88=86=E9=A1=B5?=
=?UTF-8?q?=E5=90=91=E4=B8=8A=E6=BB=9A=E5=8A=A8=E6=95=88=E6=9E=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Pagination/index.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue
index 56f5a6b9..294d90e3 100644
--- a/src/components/Pagination/index.vue
+++ b/src/components/Pagination/index.vue
@@ -96,7 +96,8 @@ export default {
handleCurrentChange(val) {
this.$emit('pagination', { page: val, limit: this.pageSize })
if (this.autoScroll) {
- scrollTo(0, 800)
+ //分页向上滚动效果
+ // scrollTo(0, 800)
}
}
}
From 35bb8d7e976e938337874dd1bb768d5135f0fab7 Mon Sep 17 00:00:00 2001
From: anthonywj
Date: Thu, 27 Apr 2023 10:38:32 +0800
Subject: [PATCH 15/26] =?UTF-8?q?=E6=8B=A3=E8=B4=A7=E5=AD=97=E6=AE=B5?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/basic/busType/bussinessTypeModify.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/basic/busType/bussinessTypeModify.vue b/src/views/basic/busType/bussinessTypeModify.vue
index 91087b05..40af78b6 100644
--- a/src/views/basic/busType/bussinessTypeModify.vue
+++ b/src/views/basic/busType/bussinessTypeModify.vue
@@ -532,7 +532,7 @@
-
+
From 507f2965bd37f7316158cc92bd4a9bc1621cdec7 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Thu, 27 Apr 2023 10:42:20 +0800
Subject: [PATCH 16/26] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E7=BC=96=E8=BE=91?=
=?UTF-8?q?=E4=BB=93=E5=BA=93=20=E5=8F=AA=E7=AD=9B=E9=80=89=E5=87=BA?=
=?UTF-8?q?=E8=87=AA=E5=B7=B1=E7=9A=84=E4=B8=8A=E7=BA=A7=E4=BB=93=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/dept/invWarehouse.vue | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue
index 3029dc7e..8e91105b 100644
--- a/src/views/system/dept/invWarehouse.vue
+++ b/src/views/system/dept/invWarehouse.vue
@@ -559,6 +559,7 @@ export default {
if (formName === "edit") {
this.subData = JSON.parse(JSON.stringify(data));
this.subData.advanceType = this.subData.advanceType.toString();
+ this.query.advanceType=1;
if (this.subData.parentCode != null && this.subData.parentCode != "") {
this.isAdvanceTypeShow = true;
this.isShow = false;
@@ -612,6 +613,7 @@ export default {
},
hideForm() { // 新增,编辑---取消
+ this.query.advanceType=null;
this.formVisible = false;
this.subFormVisible = false;
this.resetForm();
@@ -628,6 +630,7 @@ export default {
}
},
forInvSubmit() { // 新增,编辑---提交
+ this.subData.advanceType=1;
this.$refs["dataForm"].validate(valid => {
if (valid) {
saveSubWarehouse(this.subData, this.formName).then((response) => {
From b3ff5d43748f968270ae14e5f4b23e3c198a055d Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Thu, 27 Apr 2023 11:19:24 +0800
Subject: [PATCH 17/26] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A1=E5=88=92=E7=BC=96=E8=BE=91=E6=9C=AA?=
=?UTF-8?q?=E6=8F=90=E4=BA=A4=20=E5=86=8D=E6=AC=A1=E7=BC=96=E8=BE=91?=
=?UTF-8?q?=E5=AD=98=E5=9C=A8=E4=B8=8A=E6=AC=A1=E6=95=B0=E6=8D=AE=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=20=E5=92=8C=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/receive/receiveAdd.vue | 2 +-
src/views/purchase/purPlan/purPlan.vue | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/inout/receive/receiveAdd.vue b/src/views/inout/receive/receiveAdd.vue
index 72303bf9..896397f1 100644
--- a/src/views/inout/receive/receiveAdd.vue
+++ b/src/views/inout/receive/receiveAdd.vue
@@ -74,7 +74,7 @@
显示/隐藏搜索栏
重置
查询
-
+
新增单据
diff --git a/src/views/purchase/purPlan/purPlan.vue b/src/views/purchase/purPlan/purPlan.vue
index bca97d88..63419ab1 100644
--- a/src/views/purchase/purPlan/purPlan.vue
+++ b/src/views/purchase/purPlan/purPlan.vue
@@ -272,6 +272,7 @@ export default {
} else {
this.newSpDistributionVisible = false
}
+ this.getList();
},
getId(id) {
if (this.formName == 'add' && id != null) {
From 444d12d594ac5204a5819782fc8576e94820060a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com>
Date: Thu, 27 Apr 2023 11:32:04 +0800
Subject: [PATCH 18/26] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E6=8D=AEbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../basic/product/UdiInfoSelectLocalUdi.vue | 6 ++++--
src/views/inout/DialogCreateOrder.vue | 20 ++++++++++++++++++-
.../purchase/purPlan/purPlanEditDialog.vue | 2 ++
3 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/src/views/basic/product/UdiInfoSelectLocalUdi.vue b/src/views/basic/product/UdiInfoSelectLocalUdi.vue
index aee35ab9..c1239c22 100644
--- a/src/views/basic/product/UdiInfoSelectLocalUdi.vue
+++ b/src/views/basic/product/UdiInfoSelectLocalUdi.vue
@@ -558,15 +558,17 @@ export default {
let selectData = this.multipleUdiSelection;
let selected = null;
if (this.multipleUdiSelection.length == 0) {
- this.$message.warning('请选入产品!');
if (this.relId != null) {
this.combineQuery.relId = this.relId;
this.combineQuery.keys.push(this.currentRow.uuid);
if (this.currentRow.check) {
selected = this.currentRow;
}
- } else
+ } else{
+ this.$message.warning('请选入产品!');
return;
+ }
+
} else {
selectData.forEach((obj) => {
diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue
index 37feb59a..94752246 100644
--- a/src/views/inout/DialogCreateOrder.vue
+++ b/src/views/inout/DialogCreateOrder.vue
@@ -39,7 +39,7 @@
auto-complete="off"
style="width: 90%"
clearable
- :disabled="corpOrderIdDisabled"
+ :disabled="true"
>
@@ -643,6 +643,24 @@ export default {
this.$message.warning("请选择单据类型!");
return;
}
+ if(this.curAction.corpType === 0 || this.curAction.corpType === 2 || (this.curAction.corpType === 1 && !this.curAction.genUnit)){
+ if(this.$isBlank(this.orderFormData.fromCorp)){
+ this.$message.warning("请选择往来单位!");
+ return;
+ }
+ }
+ if(this.curAction.corpType == 3){
+ if(this.$isBlank(this.orderFormData.fromInvCode)){
+ this.$message.warning("请选择往来单位!");
+ return;
+ }
+ }
+ if(this.curAction.corpType === 1 && this.curAction.genUnit){
+ if(this.$isBlank(this.orderFormData.fromCorp)){
+ this.$message.warning("请选择往来单位!");
+ return;
+ }
+ }
if (this.$isBlank(this.orderFormData.corpOrderId)) {
let date = new Date();
this.orderFormData.corpOrderId =
diff --git a/src/views/purchase/purPlan/purPlanEditDialog.vue b/src/views/purchase/purPlan/purPlanEditDialog.vue
index a7af1471..e0fe0d53 100644
--- a/src/views/purchase/purPlan/purPlanEditDialog.vue
+++ b/src/views/purchase/purPlan/purPlanEditDialog.vue
@@ -459,6 +459,8 @@ export default {
this.invCodeList = response.data || [];
if (this.invCodeList != null && this.invCodeList.length == 1) {
this.formData.invCode = this.invCodeList[0].code;
+ this.formData.deptCode = this.invCodeList[0].parentId;
+
}
})
.catch(() => {
From 6f220553e64c49240cc87b5d8222ffc0da71a1a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com>
Date: Thu, 27 Apr 2023 11:35:19 +0800
Subject: [PATCH 19/26] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E6=8D=AE?=
=?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../basic/busType/bussinessTypeModify.vue | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/basic/busType/bussinessTypeModify.vue b/src/views/basic/busType/bussinessTypeModify.vue
index 40af78b6..bdd28aa2 100644
--- a/src/views/basic/busType/bussinessTypeModify.vue
+++ b/src/views/basic/busType/bussinessTypeModify.vue
@@ -529,7 +529,7 @@
-
+
@@ -551,7 +551,7 @@
-
+
@@ -573,7 +573,7 @@
-
+
@@ -595,7 +595,7 @@
-
+
@@ -617,7 +617,7 @@
-
+
@@ -639,7 +639,7 @@
-
+
@@ -660,7 +660,7 @@
-
+
@@ -682,7 +682,7 @@
-
+
@@ -703,7 +703,7 @@
-
+
From 6aa52298dbf9cf6b14e055f3b77b9901a6882759 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Thu, 27 Apr 2023 11:44:53 +0800
Subject: [PATCH 20/26] =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E5=87=BA=E5=85=A5?=
=?UTF-8?q?=E5=BA=93=E5=8D=95=20=E5=88=A0=E9=99=A4=E6=88=90=E5=8A=9F?=
=?UTF-8?q?=E5=90=8E=20=E5=AD=90=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E6=B2=A1=E6=B8=85=E7=A9=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/IoDealOrder.vue | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/views/inout/IoDealOrder.vue b/src/views/inout/IoDealOrder.vue
index eb730af7..23037cc8 100644
--- a/src/views/inout/IoDealOrder.vue
+++ b/src/views/inout/IoDealOrder.vue
@@ -588,6 +588,8 @@ export default {
})
.then(() => {
this.deleteOrders(rowId);
+ this.currentRow=null;
+ this.bizDetailList=[];
})
.catch(() => {
});
From e101bbf8b8d7614387364fa609ae87d0a4528b83 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Thu, 27 Apr 2023 14:23:59 +0800
Subject: [PATCH 21/26] =?UTF-8?q?=E9=A2=86=E7=94=A8=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E4=B8=AD=20=E5=BE=80=E6=9D=A5=E4=BF=A1=E6=81=AF=E6=94=B9?=
=?UTF-8?q?=E4=B8=BA=E8=81=94=E6=83=B3=E6=90=9C=E7=B4=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/receive/receiveAdd.vue | 22 +++++++++++---
src/views/inout/receive/receiveAudit.vue | 35 +++++++++++++++++++++--
src/views/inout/receive/receiveSearch.vue | 35 +++++++++++++++++++++--
3 files changed, 84 insertions(+), 8 deletions(-)
diff --git a/src/views/inout/receive/receiveAdd.vue b/src/views/inout/receive/receiveAdd.vue
index 896397f1..ccd4bf49 100644
--- a/src/views/inout/receive/receiveAdd.vue
+++ b/src/views/inout/receive/receiveAdd.vue
@@ -22,7 +22,13 @@
-
+
{
});
},
- finCorpList(){
- filterSubAll({})
+ finCorpList(val){
+ let query ={
+ name : val,
+ page : 1,
+ limit : 10,
+ }
+ filterSubAll(query)
.then((response) => {
+ this.loading = false;
this.corpList = response.data || [];
})
.catch(() => {
+ this.loading = false;
+ this.corpList = [];
});
},
@@ -399,7 +413,7 @@ export default {
created() {
this.finCurInv();
this.getBusType();
- this.finCorpList();
+ // this.finCorpList();
},
};
diff --git a/src/views/inout/receive/receiveAudit.vue b/src/views/inout/receive/receiveAudit.vue
index 456e2787..1601c3ab 100644
--- a/src/views/inout/receive/receiveAudit.vue
+++ b/src/views/inout/receive/receiveAudit.vue
@@ -22,7 +22,20 @@
-
+
+
+
+
@@ -135,7 +148,7 @@
import {getOrderDetail, getReceiveOrder} from "@/api/inout/receiveOrder";
import auditDetail from "@/views/inout/receive/receiveAuditDetail"
-import {findInvByUser} from "@/api/system/invSubWarehouse";
+import {filterSubAll, findInvByUser} from "@/api/system/invSubWarehouse";
export default {
data() {
@@ -164,6 +177,7 @@ export default {
total: 0,
thirdSys: [],
invList:[],
+ corpList:[],
thirdSysDetail: null,
busTypes: [],
originTypes: [],
@@ -291,6 +305,23 @@ export default {
this.idQuery=row;
this.newSpDistributionVisible = true;
},
+ finCorpList(val){
+ let query ={
+ name : val,
+ page : 1,
+ limit : 10,
+ }
+ filterSubAll(query)
+ .then((response) => {
+ this.loading = false;
+ this.corpList = response.data || [];
+ })
+ .catch(() => {
+ this.loading = false;
+ this.corpList = [];
+ });
+ },
+
finCurInv() {
this.invList = [];
let query = {
diff --git a/src/views/inout/receive/receiveSearch.vue b/src/views/inout/receive/receiveSearch.vue
index 4d380b9d..c475d870 100644
--- a/src/views/inout/receive/receiveSearch.vue
+++ b/src/views/inout/receive/receiveSearch.vue
@@ -22,7 +22,20 @@
-
+
+
+
+
@@ -154,7 +167,7 @@
import {getOrderDetail, getReceiveOrder} from "@/api/inout/receiveOrder";
import auditDetail from "@/views/inout/receive/receiveAuditDetail"
import {delReceive} from "@/api/thrsys/thrOrderReceive";
-import {findInvByUser} from "@/api/system/invSubWarehouse";
+import {filterSubAll, findInvByUser} from "@/api/system/invSubWarehouse";
export default {
data() {
@@ -188,6 +201,7 @@ export default {
busTypes: [],
originTypes: [],
list: [],
+ corpList:[],
detailList: [],
uploadFileUrl: null,
fileList: [],
@@ -369,6 +383,23 @@ export default {
this.filterQuery.page = val.page;
this.getList();
},
+ finCorpList(val){
+ let query ={
+ name : val,
+ page : 1,
+ limit : 10,
+ }
+ filterSubAll(query)
+ .then((response) => {
+ this.loading = false;
+ this.corpList = response.data || [];
+ })
+ .catch(() => {
+ this.loading = false;
+ this.corpList = [];
+ });
+ },
+
finCurInv() {
this.invList = [];
let query = {
From 43100c9245fed9c9a0d41ac713d882377c2c624a Mon Sep 17 00:00:00 2001
From: CTP <630182278@qq.com>
Date: Thu, 27 Apr 2023 15:06:45 +0800
Subject: [PATCH 22/26] =?UTF-8?q?=E7=89=A9=E8=B5=84=E5=AD=97=E5=85=B8?=
=?UTF-8?q?=E7=BB=B4=E6=8A=A4=20=20=E8=A1=A8=E6=A0=BC=E7=BA=B5=E5=90=91?=
=?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E9=9A=90=E8=97=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/basic/product/product.vue | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/views/basic/product/product.vue b/src/views/basic/product/product.vue
index 13b1eaa6..cd35640f 100644
--- a/src/views/basic/product/product.vue
+++ b/src/views/basic/product/product.vue
@@ -19,7 +19,13 @@
-
+
Date: Thu, 27 Apr 2023 15:13:29 +0800
Subject: [PATCH 23/26] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=E7=A7=81=E6=9C=89=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/basic/business/stockOrderDistribution.vue | 2 +-
src/views/basic/business/stockOrderQRCodeDetail.vue | 2 +-
src/views/basic/business/stockQRCodeExport.vue | 2 +-
src/views/basic/corpMaintain/corpExport.vue | 2 +-
src/views/basic/corpMaintain/corpExportSmp.vue | 2 +-
src/views/basic/corpMaintain/corpImport.vue | 2 +-
src/views/basic/corpMaintain/corpImportDetail.vue | 2 +-
src/views/basic/product/udiInfoImport.vue | 2 +-
src/views/basic/product/udiInfoImportDetail.vue | 2 +-
src/views/basic/product/udiinfoExport.vue | 2 +-
src/views/basic/product/udiinfoExportSmp.vue | 2 +-
src/views/inout/DialogCheck.vue | 2 +-
src/views/inout/DialogCreateOrder.vue | 2 +-
src/views/inout/DialogInvoice.vue | 2 +-
src/views/inout/PanelCreateOrderBizDetail.vue | 2 +-
src/views/inout/receive/DialogNewReceive.vue | 2 +-
src/views/inout/receive/receiveAuditDetail.vue | 2 +-
src/views/inventory/inner/innerCodeDetail.vue | 2 +-
src/views/inventory/inner/innerOrderEditDialog.vue | 2 +-
src/views/inventory/trace/invUdiTraceOrder.vue | 2 +-
src/views/purchase/cert/supCertAddDialog.vue | 2 +-
src/views/purchase/company/supCompanyAduditDialog.vue | 2 +-
src/views/purchase/company/supCompanyEditDialog.vue | 2 +-
src/views/purchase/manufacturer/supManufacturerAuditDialog.vue | 2 +-
src/views/purchase/manufacturer/supManufacturerEditDialog.vue | 2 +-
src/views/purchase/product/supProductAuditDialog.vue | 2 +-
src/views/purchase/product/supProductEditDialog.vue | 2 +-
src/views/purchase/purApply/purApplyEditDiaolog.vue | 2 +-
src/views/purchase/purApply/pureApplyDetailDialog.vue | 2 +-
src/views/purchase/purOrder/purOrderDetailDialog.vue | 2 +-
src/views/purchase/purOrder/purOrderEditDialog.vue | 2 +-
src/views/purchase/purPlan/purPlanDetailDialog.vue | 2 +-
src/views/purchase/purPlan/purPlanEditDialog.vue | 2 +-
src/views/sync/SysUdimsData.vue | 2 +-
src/views/sync/SysUdimsDownloadData.vue | 2 +-
src/views/system/param/addhelpSettings.vue | 2 +-
src/views/thirdSys/corps/thrCorpsExport.vue | 2 +-
src/views/thirdSys/corps/thrCorpsExportSmp.vue | 2 +-
src/views/thirdSys/corps/thrCorpsImportDetail.vue | 2 +-
src/views/thirdSys/invProducts/thrInvProductsExport.vue | 2 +-
src/views/thirdSys/invProducts/thrInvProductsImport.vue | 2 +-
src/views/thirdSys/invProducts/thrInvProductsImportDetail.vue | 2 +-
src/views/thirdSys/order/thrOrderExport.vue | 2 +-
src/views/thirdSys/order/thrOrderExportSmp.vue | 2 +-
src/views/thirdSys/order/thrOrderImport.vue | 2 +-
src/views/thirdSys/order/thrOrderImportDetail.vue | 2 +-
src/views/thirdSys/product/thrProductsExport.vue | 2 +-
src/views/thirdSys/product/thrProductsImport.vue | 2 +-
48 files changed, 48 insertions(+), 48 deletions(-)
diff --git a/src/views/basic/business/stockOrderDistribution.vue b/src/views/basic/business/stockOrderDistribution.vue
index c961f12f..dc7b316f 100644
--- a/src/views/basic/business/stockOrderDistribution.vue
+++ b/src/views/basic/business/stockOrderDistribution.vue
@@ -296,7 +296,7 @@ export default {
},
};
-