From d289be3b10e9b259625ca9128b54bc62950c4e48 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期一, 08 九月 2025 17:57:49 +0800 Subject: [PATCH] 出库状态改为生命周期 其他文档改为电子文档 电子文档新增指派设备结构树 --- src/views/tms/modules/outBound/JSelectBorrowOutboundToolModal.vue | 38 ++++++++++++++++++++++++++++++++------ 1 files changed, 32 insertions(+), 6 deletions(-) diff --git a/src/views/tms/modules/outBound/JSelectBorrowOutboundToolModal.vue b/src/views/tms/modules/outBound/JSelectBorrowOutboundToolModal.vue index db9be59..68c83c8 100644 --- a/src/views/tms/modules/outBound/JSelectBorrowOutboundToolModal.vue +++ b/src/views/tms/modules/outBound/JSelectBorrowOutboundToolModal.vue @@ -19,6 +19,16 @@ <a-input placeholder="璇疯緭鍏ュ伐鍏风紪鐮�,鏀寔妯$硦鏌ヨ" v-model="queryParam.toolCode"></a-input> </a-form-item> </a-col> + <a-col :xl="6" :lg="7" :md="8" :sm="24"> + <a-form-item label="鏍囪"> + <a-input placeholder="璇疯緭鍏ユ爣璁�,鏀寔妯$硦鏌ヨ" v-model="queryParam.groupCompanySign"></a-input> + </a-form-item> + </a-col> + <a-col :xl="6" :lg="7" :md="8" :sm="24"> + <a-form-item label="宸ュ叿绠�绉�"> + <a-input placeholder="璇疯緭鍏ュ伐鍏风畝绉�" v-model="queryParam.shortCalled"></a-input> + </a-form-item> + </a-col> <a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button> <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button> </a-row> @@ -74,22 +84,38 @@ dataIndex: 'toolId' }, { - title:'鍙敤搴撳瓨鏁伴噺', + title:'鍨嬪彿/鍥惧彿', align:"center", - dataIndex: 'quantity' + dataIndex: 'toolModel' }, { - title:'鎵�鍦ㄤ粨搴�', + title:'宸ュ叿绠�绉�', align:"center", - dataIndex: 'warehouseName' + dataIndex: 'shortCalled' }, + { + title:'鏍囪', + align:"center", + dataIndex: 'groupCompanySign' + }, + + // { + // title:'鍙敤搴撳瓨鏁伴噺', + // align:"center", + // dataIndex: 'quantity' + // }, + // { + // title:'鎵�鍦ㄤ粨搴�', + // align:"center", + // dataIndex: 'warehouseName' + // }, { title:'鎵�鍦ㄥ簱浣嶅彿', align:"center", dataIndex: 'positionCode' }, // { - // title:'鍑哄簱鐘舵��;1.鏈嚭搴擄紱2.閮ㄥ垎鍑哄簱锛�3.鍑哄簱瀹屾垚', + // title:'鐢熷懡鍛ㄦ湡;1.鏈嚭搴擄紱2.閮ㄥ垎鍑哄簱锛�3.鍑哄簱瀹屾垚', // align:"center", // dataIndex: 'status' // }, @@ -127,7 +153,7 @@ loading: false, prepareKnifeDetailList:[], url: { - list: '/tms/outboundOrder/selectBorrowOutboundToolPageList' + list: '/tms/outboundOrder/selectBorrowToolPageList' }, } }, -- Gitblit v1.9.3