From 7cc213f91888e0af833034a1bda3c2fd2347b802 Mon Sep 17 00:00:00 2001 From: futian.liu <liufutianyoo@163.com> Date: 星期五, 08 十二月 2023 13:28:01 +0800 Subject: [PATCH] 采购列表机构回显 --- admin-web/src/views/stock/procure/purchaseOrder/index.vue | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git a/admin-web/src/views/stock/procure/purchaseOrder/index.vue b/admin-web/src/views/stock/procure/purchaseOrder/index.vue index 9cfba3c..2f22975 100644 --- a/admin-web/src/views/stock/procure/purchaseOrder/index.vue +++ b/admin-web/src/views/stock/procure/purchaseOrder/index.vue @@ -50,7 +50,7 @@ </div> </div> <div class="one-hed"> - <div class="box"><span class="span-two">鏈烘瀯锛�</span>{{ item.agencyId }}</div> + <div class="box"><span class="span-two">鏈烘瀯锛�</span>{{ item.agencyName }}</div> <div class="box"><span class="span-two">鎿嶄綔浜猴細</span>{{ item.buyerName }}</div> <div class="box"> <span class="span-two">閲囪喘鏃堕棿锛�</span>{{ item.procureTime | formatTime }} @@ -151,6 +151,16 @@ // defaultValue: '', // }, { + type: 'cascader', + dataIndex: 'agencyId', + label: '鏈烘瀯', + placeholder: '璇烽�夋嫨', + optionsConfig: { url: '/pc/fin/sys/tenant/select/tree_fin_tenant', props: null }, + cascader: [{key:'goodsTemplateId',queryKey: 'agencyId'}], + defaultValue: '', + options: [], + }, + { type: 'select', dataIndex: 'goodsTemplateId', label: '鐗╁搧鍚嶇О', @@ -162,15 +172,6 @@ value: 'id', url: SettingIplatform.apiBaseURL + '/pc/base/goods/template/query/goodsTemplate', }, - }, - { - type: 'cascader', - dataIndex: 'agencyId', - label: '鏈烘瀯', - placeholder: '璇烽�夋嫨', - optionsConfig: { url: '/pc/fin/sys/tenant/select/tree_fin_tenant', props: null }, - defaultValue: '', - options: [], }, { type: 'text', -- Gitblit v1.9.1