From f75031d68076a00fdc4e2aa04bbb255452ff7f7f Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期六, 02 十二月 2023 13:35:45 +0800 Subject: [PATCH] fix: 物品退回接口对接 --- admin-web/src/views/departmentitem/itemret/retDetails/index.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/admin-web/src/views/departmentitem/itemret/retDetails/index.vue b/admin-web/src/views/departmentitem/itemret/retDetails/index.vue index e784083..9310e14 100644 --- a/admin-web/src/views/departmentitem/itemret/retDetails/index.vue +++ b/admin-web/src/views/departmentitem/itemret/retDetails/index.vue @@ -50,7 +50,7 @@ placeholder: '璇烽�夋嫨', defaultValue: '', options: [], - cascader: [{key: 'goodsModelId', queryKey: 'goodsTemplatesId'}], + cascader: [{key: 'baseGoodsModelsId', queryKey: 'goodsTemplatesId'}], optionsConfig: { label: 'goodsName', value: 'id', @@ -59,7 +59,7 @@ }, { type: 'select', - dataIndex: 'goodsModelId', + dataIndex: 'baseGoodsModelsId', label: '瑙勬牸鍨嬪彿', placeholder: '璇疯緭鍏�', defaultValue: '', @@ -85,7 +85,7 @@ }, { type: 'text', - dataIndex: 'operatorName', + dataIndex: 'createName', label: '鍒涘缓浜�', placeholder: '璇疯緭鍏�', defaultValue: '', @@ -126,7 +126,7 @@ table: { showIndex: true, // 鏄惁鏄剧ず搴忓彿 expand: false, // 鏄惁鏄剧ず璇︽儏鏁版嵁 - url: SettingIplatform.apiBaseURL + '/pc/l/wh/form/transfer/department/list', // 璇锋眰鍦板潃 + url: SettingIplatform.apiBaseURL + '/pc/l/wh/using/form/back/list/detail', // 璇锋眰鍦板潃 // 宸ュ叿鏉� tools: { columnsCtrl: { @@ -143,22 +143,22 @@ // 鍒椾俊鎭� columns: [ {title: '鍗曞彿', field: 'businessFormCode', align: 'center', width: 130}, - {title: '鐗╁搧鍚嶇О', field: 'goodsName', align: 'left', minWidth: 140}, + {title: '鐗╁搧鍚嶇О', field: 'baseGoodsTemplateName', align: 'left', minWidth: 140}, /*{ title: '绫诲埆', field: 'type', align: 'center', formatter: (row) => { return {value: row.type + '绫�'}; }, },*/ - {title: '瑙勬牸鍨嬪彿', field: 'goodsModelName', align: 'left', minWidth: 130}, - {title: '鎶ュ簾鏁伴噺', field: 'count', align: 'center'}, + {title: '瑙勬牸鍨嬪彿', field: 'baseGoodsModelsName', align: 'left', minWidth: 130}, + {title: '鎶ュ簾鏁伴噺', field: 'counts', align: 'center'}, /*{title: '鎵�灞炴満鏋�', field: 'tenantName', align: 'left', minWidth: 130},*/ {title: '閮ㄩ棬', field: 'departmentName', align: 'left', minWidth: 130}, {title: '鍒涘缓浜�', field: 'operatorName', align: 'center', width: 100}, { - title: '鎿嶄綔鏃堕棿', field: 'createTime', align: 'center', + title: '鎿嶄綔鏃堕棿', field: 'dealTime', align: 'center', width: 160, formatter: (row) => { - return {value: DateFormatter.LongToDateTime(row.createTime)}; + return {value: DateFormatter.LongToDateTime(row.dealTime)}; }, }, ], -- Gitblit v1.9.1