From 34feb4908ec7b7e5b51adf6355603978c67bd3a4 Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期四, 05 六月 2025 09:53:14 +0800 Subject: [PATCH] 申请单入库 --- src/views/tms/lossBound/LossboundList.vue | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/views/tms/lossBound/LossboundList.vue b/src/views/tms/lossBound/LossboundList.vue index 23d100c..67bac90 100644 --- a/src/views/tms/lossBound/LossboundList.vue +++ b/src/views/tms/lossBound/LossboundList.vue @@ -6,7 +6,7 @@ <a-row :gutter="24"> <a-col :xl="6" :lg="7" :md="8" :sm="24"> <a-form-item label="鎶ユ崯鍗曞崟鍙�"> - <a-input placeholder="璇疯緭鍏ユ姤鎹熷崟鍗曞彿" v-model="queryParam.orderCode"></a-input> + <j-input placeholder="璇疯緭鍏ユ姤鎹熷崟鍗曞彿" v-model="queryParam.orderCode"></j-input> </a-form-item> </a-col> <a-col :xl="6" :lg="7" :md="8" :sm="24"> @@ -19,10 +19,10 @@ <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons"> <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 @click="handleToggleSearch" style="margin-left: 8px"> - {{ toggleSearchStatus ? '鏀惰捣' : '灞曞紑' }} - <a-icon :type="toggleSearchStatus ? 'up' : 'down'" /> - </a> +<!-- <a @click="handleToggleSearch" style="margin-left: 8px">--> +<!-- {{ toggleSearchStatus ? '鏀惰捣' : '灞曞紑' }}--> +<!-- <a-icon :type="toggleSearchStatus ? 'up' : 'down'" />--> +<!-- </a>--> </span> </a-col> </a-row> @@ -190,6 +190,16 @@ } }, methods: { + // handleEdit: function (record) { + // this.$refs.modalForm.edit(record); + // this.$refs.modalForm.title = "缂栬緫"; + // this.$refs.modalForm.disableSubmit = false; + // }, + // handleAdd: function () { + // this.$refs.modalForm.add(); + // this.$refs.modalForm.title = "鏂板"; + // this.$refs.modalForm.disableSubmit = false; + // }, modalFormOk() { this.$refs.lossboundDetailList.clearList() this.loadData() -- Gitblit v1.9.3