From ecc23221e3344bc4a82a80290498f41553db3d5f Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 14 六月 2024 14:20:30 +0800 Subject: [PATCH] # --- pages/home/orderManage.vue | 61 ++++++++++++++++++++++-------- 1 files changed, 44 insertions(+), 17 deletions(-) diff --git a/pages/home/orderManage.vue b/pages/home/orderManage.vue index a9074ad..d3063f8 100644 --- a/pages/home/orderManage.vue +++ b/pages/home/orderManage.vue @@ -27,33 +27,60 @@ elements2: [ { title: '閲囪喘鍏ュ簱鍗�', - name: 'outOrder', + name: 'outPakin', color: 'blue', // cuIcon: 'pullup', url: `/phyz/order/pakinOrderSelect` }, + // { + // title: '鍑哄簱鍗�', + // name: 'outOrder', + // color: 'blue', + // // cuIcon: 'pullup', + // url: `/phyz/order/outOrder` + // }, + // { + // title: '鍏ュ簱鍗曟祴璇曠敤', + // name: 'pakin', + // color: 'blue', + // // cuIcon: 'pullup', + // url: `/phyz/order/purchaseOrder` + // }, { - title: '鍑哄簱鍗�', + title: '璁㈠崟鍑哄簱', name: 'outOrder', - color: 'blue', - // cuIcon: 'pullup', - url: `/phyz/order/outOrder` - }, - { - title: '鍏ュ簱鍗曟祴璇曠敤', - name: 'pakin', - color: 'blue', - // cuIcon: 'pullup', - url: `/phyz/order/purchaseOrder` - }, - { - title: '鍑哄簱鍗曟祴璇曠敤', - name: 'pakin', color: 'blue', // cuIcon: 'pullup', url: `/phyz/orderOut/orderOutSelect` }, - + { + title: '鍗婃垚鍝佸叆搴撳崟', + name: 'bcpOrder', + color: 'blue', + // cuIcon: 'pullup', + url: `/phyz/bcp/bcpOrder` + }, + { + title: '鍗婃垚鍝佽皟鎷ㄥ崟', + name: 'bcpDbOrder', + color: 'blue', + // cuIcon: 'pullup', + url: `/phyz/bcp/bcpDbOrder` + }, + { + title: '鍗婃垚鍝佸嚭搴撳崟', + name: 'bcpOutOrder', + color: 'blue', + // cuIcon: 'pullup', + url: `/phyz/orderOut/bcpOrderOutSelect` + }, + { + title: '鍗婃垚鍝佸姞宸ュ崟', + name: 'processOrder', + color: 'blue', + // cuIcon: 'pullup', + url: `/phyz/processOrder/processOrder` + }, ], colorList: ['cyan','blue','purple','mauve','pink','brown','red','orange','yellow','olive','olive','grey' ] -- Gitblit v1.9.1