From cbdbdee267846c6004b2c14e0da18162debcb3db Mon Sep 17 00:00:00 2001
From: chenhc <2369838784@qq.com>
Date: Fri, 15 Nov 2024 18:10:22 +0800
Subject: [PATCH 1/2] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../inventory/count/InvCountOrderModify.vue | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/src/views/inventory/count/InvCountOrderModify.vue b/src/views/inventory/count/InvCountOrderModify.vue
index b9d65b3b..39480192 100644
--- a/src/views/inventory/count/InvCountOrderModify.vue
+++ b/src/views/inventory/count/InvCountOrderModify.vue
@@ -274,6 +274,18 @@
clearable>
+
+
+
+
+
+
+
+
+
@@ -572,6 +584,10 @@ export default {
},
saveChange(row) {
+ if (isBlank(row.countNum)) {
+ this.$message.error("请输入盘点数量");
+ return;
+ }
updateCountOrderDetail(row)
.then((response) => {
this.loading = false;
From e1014902decea2fa2b6684b9515affafca3e26f9 Mon Sep 17 00:00:00 2001
From: chenhc <2369838784@qq.com>
Date: Mon, 18 Nov 2024 20:24:40 +0800
Subject: [PATCH 2/2] =?UTF-8?q?fix:=E5=BA=93=E5=AD=98=E7=89=A9=E8=B5=84?=
=?UTF-8?q?=E7=9B=98=E7=82=B9=E7=BB=9F=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/inout/orderDetailResult.js | 18 +
.../count/InvCountOrderCompletedSum.vue | 681 ++++++++++++++++++
2 files changed, 699 insertions(+)
create mode 100644 src/views/inventory/count/InvCountOrderCompletedSum.vue
diff --git a/src/api/inout/orderDetailResult.js b/src/api/inout/orderDetailResult.js
index ad980518..4f297f3b 100644
--- a/src/api/inout/orderDetailResult.js
+++ b/src/api/inout/orderDetailResult.js
@@ -40,6 +40,14 @@ export function getResultOrderDeptSupList(params) {
});
}
+export function getInvCountOrderSumList(params) {
+ return axios({
+ url: "/udiwms/inout/resultDetail/getInvCountOrderSumList",
+ method: "get",
+ params: params
+ });
+}
+
export function verifyTemplateFile(data) {
return axios({
url: "/udiwms/pdf/template/order/result/file",
@@ -76,6 +84,16 @@ export function printOrderDept(data) {
});
}
+export function printInvCountOrderSumList(data) {
+ return axios({
+ url: "/udiwms/inout/resultDetail/printInvCountOrderSumList",
+ method: "post",
+ headers: {'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'},
+ responseType: 'arraybuffer', //一定要设置响应类型,否则页面会是空白pdf
+ data: data
+ });
+}
+
export function printOrderDeptSup(data) {
return axios({
url: "/udiwms/inout/resultDetail/filterOrderPrintDeptSup",
diff --git a/src/views/inventory/count/InvCountOrderCompletedSum.vue b/src/views/inventory/count/InvCountOrderCompletedSum.vue
new file mode 100644
index 00000000..8ddf819a
--- /dev/null
+++ b/src/views/inventory/count/InvCountOrderCompletedSum.vue
@@ -0,0 +1,681 @@
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 显示/隐藏搜索栏
+ 重置
+
+ 查询
+
+
+
+ 选中打印
+ 查询结果打印
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+