From ced950141d8cb72e58880f75f3837f864c85d4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=96=E5=BC=BA?= Date: Mon, 10 Apr 2023 17:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A01000=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SC-web/src/components/ColumnDesign/main.vue | 1 + .../Generator/index/RightComponents/PopupSelect.vue | 3 ++- .../Generator/index/RightComponents/RelationForm.vue | 3 ++- SC-web/src/components/Pagination/index.vue | 4 ++-- .../src/views/scm/basicInformation/purchaseorder/index.vue | 7 +++---- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/SC-web/src/components/ColumnDesign/main.vue b/SC-web/src/components/ColumnDesign/main.vue index d0f93769..1afbe597 100644 --- a/SC-web/src/components/ColumnDesign/main.vue +++ b/SC-web/src/components/ColumnDesign/main.vue @@ -173,6 +173,7 @@ 50条 100条 500条 + 1000条 diff --git a/SC-web/src/components/Generator/index/RightComponents/PopupSelect.vue b/SC-web/src/components/Generator/index/RightComponents/PopupSelect.vue index b3f465da..ba40d313 100644 --- a/SC-web/src/components/Generator/index/RightComponents/PopupSelect.vue +++ b/SC-web/src/components/Generator/index/RightComponents/PopupSelect.vue @@ -61,6 +61,7 @@ 50条 100条 500条 + 1000条 @@ -107,4 +108,4 @@ export default { } } } - \ No newline at end of file + diff --git a/SC-web/src/components/Generator/index/RightComponents/RelationForm.vue b/SC-web/src/components/Generator/index/RightComponents/RelationForm.vue index 1c2734cf..9c77b6d4 100644 --- a/SC-web/src/components/Generator/index/RightComponents/RelationForm.vue +++ b/SC-web/src/components/Generator/index/RightComponents/RelationForm.vue @@ -50,6 +50,7 @@ 50条 100条 500条 + 1000条 @@ -121,4 +122,4 @@ export default { } } } - \ No newline at end of file + diff --git a/SC-web/src/components/Pagination/index.vue b/SC-web/src/components/Pagination/index.vue index ddfafd1f..34ab02e2 100644 --- a/SC-web/src/components/Pagination/index.vue +++ b/SC-web/src/components/Pagination/index.vue @@ -28,7 +28,7 @@ export default { pageSizes: { type: Array, default() { - return [20, 50, 100, 500] + return [20, 50, 100, 500, 1000] } }, layout: { @@ -91,4 +91,4 @@ export default { .pagination-container.hidden { display: none; } - \ No newline at end of file + diff --git a/SC-web/src/views/scm/basicInformation/purchaseorder/index.vue b/SC-web/src/views/scm/basicInformation/purchaseorder/index.vue index 5ebd82c9..b8204dd0 100644 --- a/SC-web/src/views/scm/basicInformation/purchaseorder/index.vue +++ b/SC-web/src/views/scm/basicInformation/purchaseorder/index.vue @@ -639,11 +639,10 @@ for (let i = 0; i < res.data.length; i++) { let _data = res.data[i] list.push(_data) - list.purchaseOrderId = purchaseOrderIds - list.purchaseOrderId = JSON.stringify(list.purchaseOrderId) - list.isTransfer = '1' } - debugger + list.purchaseOrderId = purchaseOrderIds + list.purchaseOrderId = JSON.stringify(list.purchaseOrderId) + list.isTransfer = '1' if (list.length>0) { this.formVisible6 = true this.$nextTick(() => {