From 171148e2ee106e2685506442e3fe334da094e1fb Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 25 Mar 2026 18:30:56 +0800 Subject: [PATCH] =?UTF-8?q?1.1.3=20=E5=90=88=E5=90=8C=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=BE=85=E5=8A=9E=E6=9F=A5=E7=9C=8B=E6=9D=83=E9=99=90=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E9=A1=B9=E7=9B=AE=E7=BB=8F=E7=90=86=E4=B8=8E=E5=90=88?= =?UTF-8?q?=E5=90=8C=E6=BF=80=E6=B4=BB=E5=88=9B=E5=BB=BA=E4=BA=BA=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E7=BB=8F=E7=90=86=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/erp/contractOrder/index.ts | 13 ++ .../orderLedger/contractOrderTodoIndex.vue | 165 ++++++++---------- 2 files changed, 84 insertions(+), 94 deletions(-) diff --git a/src/api/oa/erp/contractOrder/index.ts b/src/api/oa/erp/contractOrder/index.ts index 6470fe0..b7f3a87 100644 --- a/src/api/oa/erp/contractOrder/index.ts +++ b/src/api/oa/erp/contractOrder/index.ts @@ -15,6 +15,19 @@ export const listContractOrder = (query?: ProjectInfoQuery): AxiosPromise => { + return request({ + url: '/oa/erp/contractOrder/todoList', + method: 'get', + params: query + }); +}; + /** * 暂存合同订单(项目信息) * @param data diff --git a/src/views/oa/erp/orderLedger/contractOrderTodoIndex.vue b/src/views/oa/erp/orderLedger/contractOrderTodoIndex.vue index 18d5ad3..817d928 100644 --- a/src/views/oa/erp/orderLedger/contractOrderTodoIndex.vue +++ b/src/views/oa/erp/orderLedger/contractOrderTodoIndex.vue @@ -16,6 +16,11 @@ + + + + + @@ -39,14 +44,13 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - @@ -152,15 +135,15 @@