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 @@ + + + +