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/BaseCustomer/index.vue |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/BaseCustomer/index.vue b/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/BaseCustomer/index.vue
index 8a552a5..2f832f0 100644
--- a/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/BaseCustomer/index.vue
+++ b/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/BaseCustomer/index.vue
@@ -7,18 +7,18 @@
         <a-form layout="inline">
           <a-row :gutter="48">
             <a-col :md="8" :sm="24">
-              <a-form-item label="瀹㈡埛缂栧彿">
-                <a-input v-model="queryParam.custCode" allow-clear placeholder="璇疯緭鍏ュ鎴风紪鍙�"/>
+              <a-form-item label="缂栧彿">
+                <a-input v-model="queryParam.custCode" allow-clear placeholder="璇疯緭鍏ョ紪鍙�"/>
               </a-form-item>
             </a-col>
             <a-col :md="8" :sm="24">
-              <a-form-item label="瀹㈡埛涓枃鍚嶇О">
-                <a-input v-model="queryParam.custChinaName" allow-clear placeholder="璇疯緭鍏ュ鎴蜂腑鏂囧悕绉�"/>
+              <a-form-item label="涓枃鍚嶇О">
+                <a-input v-model="queryParam.custChinaName" allow-clear placeholder="璇疯緭鍏ヤ腑鏂囧悕绉�"/>
               </a-form-item>
             </a-col><template v-if="advanced">
               <a-col :md="8" :sm="24">
-                <a-form-item label="瀹㈡埛鑻辨枃鍚嶇О">
-                  <a-input v-model="queryParam.custEnglishName" allow-clear placeholder="璇疯緭鍏ュ鎴疯嫳鏂囧悕绉�"/>
+                <a-form-item label="鑻辨枃鍚嶇О">
+                  <a-input v-model="queryParam.custEnglishName" allow-clear placeholder="璇疯緭鍏ヨ嫳鏂囧悕绉�"/>
                 </a-form-item>
               </a-col>
               <a-col :md="8" :sm="24">
@@ -96,13 +96,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>
 
@@ -139,7 +139,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()">鏂板瀹㈡埛妗f</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">
@@ -204,7 +204,7 @@
 	customRender: (text, record, index) => `${index + 1 + (this.pageInfo.current - 1) * this.pageInfo.pageSize}`
 	},
 	{
-	title: '瀹㈡埛缂栧彿',
+	title: '缂栧彿',
 	align: 'center',
 	customHeaderCell: () => {
 	return {
@@ -224,7 +224,7 @@
 	dataIndex: 'custCode'
 	},
 	{
-	title: '瀹㈡埛涓枃鍚嶇О',
+	title: '涓枃鍚嶇О',
 	align: 'center',
 	customHeaderCell: () => {
 	return {
@@ -244,7 +244,7 @@
 	dataIndex: 'custChinaName'
 	},
 	{
-	title: '瀹㈡埛鑻辨枃鍚嶇О',
+	title: '鑻辨枃鍚嶇О',
 	align: 'center',
 	customHeaderCell: () => {
 	return {
@@ -506,7 +506,7 @@
 	dataIndex: 'updatedTime'
 	},
 	{
-	title: '鍒涘缓鑰呭悕绉�',
+	title: '鍒涘缓浜�',
 	align: 'center',
 	customHeaderCell: () => {
 	return {
@@ -526,7 +526,7 @@
 	dataIndex: 'createdUserName'
 	},
 	{
-	title: '淇敼鑰呭悕绉�',
+	title: '淇敼浜�',
 	align: 'center',
 	customHeaderCell: () => {
 	return {

--
Gitblit v1.9.3