From 025dafb9892a8ff8f8a855343660f837a0f231d3 Mon Sep 17 00:00:00 2001 From: haoyahui <2032914783@qq.com> Date: 星期一, 20 十一月 2023 16:31:11 +0800 Subject: [PATCH] 库存管理前端 --- admin-web/src/views/stock/accessStock/outboundDetails/index.vue | 27 +++++++++++++++++++-------- 1 files changed, 19 insertions(+), 8 deletions(-) diff --git a/admin-web/src/views/stock/accessStock/outboundDetails/index.vue b/admin-web/src/views/stock/accessStock/outboundDetails/index.vue index e94ddb1..58e8656 100644 --- a/admin-web/src/views/stock/accessStock/outboundDetails/index.vue +++ b/admin-web/src/views/stock/accessStock/outboundDetails/index.vue @@ -51,13 +51,16 @@ label: '绫诲瀷', placeholder: '璇烽�夋嫨', defaultValue: '', - options: [{ - label:'閲囪喘鍏ュ簱', - value:1 - },{ - label:'閫�杩樺叆搴�', - value:2 - }], + options: [ + { + label: '閲囪喘鍏ュ簱', + value: 1, + }, + { + label: '閫�杩樺叆搴�', + value: 2, + }, + ], }, { type: 'select', @@ -152,7 +155,15 @@ { title: '閲戦', field: 'totalPrice', align: 'left' }, { title: '鎵�灞炴満鏋�', field: 'agencyName', align: 'left' }, { title: '鍒涘缓浜�', field: 'createdName', align: 'left' }, - { title: '鎿嶄綔鏃堕棿', field: 'dealTime', align: 'left' }, + { + title: '鎿嶄綔鏃堕棿', + field: 'dealTime', + align: 'center', + width: 160, + formatter: (row) => { + return { value: DateFormatter.LongToDateTime(row.createTime) }; + }, + }, ], // 鎿嶄綔淇℃伅 operation: { -- Gitblit v1.9.1