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(() => {