From 14ec4894c5ecd2abbc6ce44a553d9e7c886725d6 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Sat, 2 Apr 2022 09:53:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=B1,=E5=8D=B7=20=E8=A1=A5=E6=89=93=202022?= =?UTF-8?q?=E5=B9=B44=E6=9C=882=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/finishedProductWarehouse/rollPrint.js | 5 + .../finishedProductWarehouse/boxingPrint.vue | 14 +- .../finishedProductWarehouse/otherOut.vue | 2 +- .../finishedProductWarehouse/rollPrint.vue | 1222 +++++++++++++++++ 4 files changed, 1237 insertions(+), 6 deletions(-) create mode 100644 src/api/finishedProductWarehouse/rollPrint.js create mode 100644 src/views/modules/finishedProductWarehouse/rollPrint.vue diff --git a/src/api/finishedProductWarehouse/rollPrint.js b/src/api/finishedProductWarehouse/rollPrint.js new file mode 100644 index 0000000..bf1c917 --- /dev/null +++ b/src/api/finishedProductWarehouse/rollPrint.js @@ -0,0 +1,5 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// 卷标签 补打 +export const rollPrint = data => createAPI('/finishedProduct/crollinfo/rollPrint','post',data) + diff --git a/src/views/modules/finishedProductWarehouse/boxingPrint.vue b/src/views/modules/finishedProductWarehouse/boxingPrint.vue index 5d9709f..585015a 100644 --- a/src/views/modules/finishedProductWarehouse/boxingPrint.vue +++ b/src/views/modules/finishedProductWarehouse/boxingPrint.vue @@ -23,8 +23,12 @@ - + + + - + @@ -134,7 +138,7 @@ export default { favorite: false, addLanguage: false, functionId: this.$route.meta.menuId, - tableId: "105003001BP", + tableId: this.$route.meta.menuId+"BP", languageCode: this.$i18n.locale, visible: false, showDefault: true, @@ -142,7 +146,8 @@ export default { boxNo: '', orderNo: '', itemCode: '', - createdDate: this.dayjs().format('YYYY-MM-DD HH:mm:ss') + endDate: this.dayjs().format('YYYY-MM-DD HH:mm:ss'), + startDate: '', }, reportFileVo: '', boxNumber: 0, @@ -156,7 +161,6 @@ export default { columnList: [ { userId: this.$store.state.user.name, - tableId: "105003001BP", tableName: "so_receive_boxes", columnProp: "id", diff --git a/src/views/modules/finishedProductWarehouse/otherOut.vue b/src/views/modules/finishedProductWarehouse/otherOut.vue index c91f482..ff52009 100644 --- a/src/views/modules/finishedProductWarehouse/otherOut.vue +++ b/src/views/modules/finishedProductWarehouse/otherOut.vue @@ -85,7 +85,7 @@ export default { languageCode: this.$i18n.locale }, visible: false, - showDefault: true, + showDefault: false, queryData: { day: '', rollno: '', diff --git a/src/views/modules/finishedProductWarehouse/rollPrint.vue b/src/views/modules/finishedProductWarehouse/rollPrint.vue new file mode 100644 index 0000000..45a4a92 --- /dev/null +++ b/src/views/modules/finishedProductWarehouse/rollPrint.vue @@ -0,0 +1,1222 @@ + + + +