From 9b49da3312241a0af84823d35b7763e64d320b19 Mon Sep 17 00:00:00 2001
From: payne <bzrlw2012@163.com>
Date: 周五, 26 4月 2024 10:01:18 +0800
Subject: [PATCH] 调整查询条件

---
 iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/tabItem/addFormBaseCustomer/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/tabItem/addFormBaseCustomer/index.vue b/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/tabItem/addFormBaseCustomer/index.vue
index 7eb397f..b5d83f1 100644
--- a/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/tabItem/addFormBaseCustomer/index.vue
+++ b/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/tabItem/addFormBaseCustomer/index.vue
@@ -106,13 +106,13 @@
 								</a-col>
 
 								<a-col :md="8" :sm="24">
-									<a-form-item label="鍒涘缓鑰呭悕绉�">
-										<a-input v-model="queryParam.createdUserName" allow-clear placeholder="璇疯緭鍏ュ垱寤鸿�呭悕绉�" />
+									<a-form-item label="鍒涘缓浜�">
+										<a-input v-model="queryParam.createdUserName" allow-clear placeholder="璇疯緭鍏ュ垱寤轰汉" />
 									</a-form-item>
 								</a-col>
 								<a-col :md="8" :sm="24">
-									<a-form-item label="淇敼鑰呭悕绉�">
-										<a-input v-model="queryParam.updatedUserName" allow-clear placeholder="璇疯緭鍏ヤ慨鏀硅�呭悕绉�" />
+									<a-form-item label="淇敼浜�">
+										<a-input v-model="queryParam.updatedUserName" allow-clear placeholder="璇疯緭鍏ヤ慨鏀逛汉" />
 									</a-form-item>
 								</a-col> </template>
 
@@ -143,7 +143,7 @@
           <a-button type="info" v-if="hasPerm('BaseCustomer:exportExcel')" icon="download" @click="BaseCustomerToExcel()">
             瀵煎嚭
           </a-button>
-			<a-button type="primary" v-if="hasPerm('BaseCustomer:add')" icon="plus" @click="$refs.addForm.add()">鏂板寰�鏉ュ叧绯�</a-button>
+			<a-button type="primary" v-if="hasPerm('BaseCustomer:add')" icon="plus" @click="$refs.addForm.add()">鏂板寰�鏉ュ崟浣�</a-button>
 		</div> -->
 				</template>
 				<span slot="custTypescopedSlots" slot-scope="text">
@@ -511,7 +511,7 @@
 					dataIndex: 'updatedTime'
 				},
 				{
-					title: '鍒涘缓鑰呭悕绉�',
+					title: '鍒涘缓浜�',
 					align: 'center',
 					customHeaderCell: () => {
 						return {
@@ -531,7 +531,7 @@
 					dataIndex: 'createdUserName'
 				},
 				{
-					title: '淇敼鑰呭悕绉�',
+					title: '淇敼浜�',
 					align: 'center',
 					customHeaderCell: () => {
 						return {
@@ -686,7 +686,7 @@
 		onSelectChange(selectedRowKeys, selectedRows) {
 			this.selectedRowKeys = selectedRowKeys
 			this.selectedRows = selectedRows
-			this.$emit('ok', selectedRows)
+			// this.$emit('ok', selectedRows)
 		}
 	}
 }

--
Gitblit v1.9.3