Переглянути джерело

销售管理-清除输入框历史记录

jingbb 4 місяців тому
батько
коміт
7f69648366

+ 9 - 9
src/views/saleCode/deliveryNotice/components/deliveryNoticeForm.vue

@@ -61,7 +61,7 @@
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="交货地点(place of delivery)" v-bind="validateInfos.deliveryAddress" id="quotationFormForm-deliveryAddress" name="deliveryAddress">
-								<a-input v-model:value="formData.deliveryAddress" placeholder="请输入交货地点(place of delivery)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.deliveryAddress" placeholder="请输入交货地点(place of delivery)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">
@@ -71,7 +71,7 @@
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="质保期(warranty period)" v-bind="validateInfos.warrantyPeriod" id="SaleOrderForm-warrantyPeriod" name="warrantyPeriod">
-                <a-input v-model:value="formData.warrantyPeriod" placeholder="请输入" style="width: 85%;margin-right: 1%;"/>月(month)
+                <a-input v-model:value="formData.warrantyPeriod" placeholder="请输入" style="width: 85%;margin-right: 1%;" AutoComplete="off"/>月(month)
 							</a-form-item>
 						</a-col>
             <a-col :span="12">
@@ -81,22 +81,22 @@
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="包装要求(packaging requirement)" v-bind="validateInfos.packagingRequirement" id="quotationFormForm-packagebRequirement" name="packagebRequirement" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input v-model:value="formData.packagebRequirement" placeholder="请输入包装要求(packaging requirement)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.packagebRequirement" placeholder="请输入包装要求(packaging requirement)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="联系人(linkMan)" v-bind="validateInfos.linkMan" id="quotationFormForm-linkMan" name="linkMan" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input v-model:value="formData.linkMan" placeholder="请输入联系人(linkMan)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.linkMan" placeholder="请输入联系人(linkMan)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="收货地址(address)" v-bind="validateInfos.address" id="quotationFormForm-address" name="address">
-								<a-input v-model:value="formData.address" placeholder=""  allow-clear ></a-input>
+								<a-input v-model:value="formData.address" placeholder=""  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="联系电话(linkMan phone)" v-bind="validateInfos.linkNumber" id="quotationFormForm-linkNumber" name="linkNumber">
-								<a-input v-model:value="formData.linkNumber" placeholder=""  allow-clear ></a-input>
+								<a-input v-model:value="formData.linkNumber" placeholder=""  allow-clear AutoComplete="off" ></a-input>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">
@@ -106,17 +106,17 @@
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="F号(F number)" v-bind="validateInfos.fnumber" id="quotationFormForm-fnumber" name="fnumber" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-                <a-input v-model:value="formData.fnumber" placeholder="请选择" />
+                <a-input v-model:value="formData.fnumber" placeholder="请选择" AutoComplete="off"/>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="提单号(B/L NO)" v-bind="validateInfos.blno" id="quotationFormForm-blno" name="blno">
-								<a-input v-model:value="formData.blno" placeholder="请输入"  allow-clear ></a-input>
+								<a-input v-model:value="formData.blno" placeholder="请输入"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>						
             <a-col :span="12">
 							<a-form-item label="备注(notes)" v-bind="validateInfos.notes" id="quotationFormForm-notes" name="notes" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input v-model:value="formData.notes" placeholder="请输入备注(notes)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.notes" placeholder="请输入备注(notes)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
           </a-row>

+ 6 - 6
src/views/saleCode/deliveryNotice/deliveryNoticeList.vue

@@ -7,7 +7,7 @@
             <a-col :lg="8">
                 <a-form-item name="billCode">
                   <template #label><span title="通知单号(bill code)">通知单号(bill code)</span></template>
-                  <a-input placeholder="请输入通知单号(bill code)" v-model:value="queryParam.billCode" allow-clear ></a-input>
+                  <a-input placeholder="请输入通知单号(bill code)" v-model:value="queryParam.billCode" allow-clear AutoComplete="off"></a-input>
                 </a-form-item>
             </a-col>
             <a-col :lg="8">
@@ -20,13 +20,13 @@
               <a-col :lg="8">
                 <a-form-item name="project">
                   <template #label><span title="项目(project)">项目(project)</span></template>
-                  <a-input placeholder="请输入项目(project)" v-model:value="queryParam.projectName" allow-clear ></a-input>
+                  <a-input placeholder="请输入项目(project)" v-model:value="queryParam.projectName" allow-clear AutoComplete="off"></a-input>
                 </a-form-item>
               </a-col>
               <a-col :lg="8">
                 <a-form-item name="customer">
                   <template #label><span title="客户(customer)">客户(customer)</span></template>
-                  <a-input placeholder="请输入客户(customer)" v-model:value="queryParam.customerName" allow-clear ></a-input>
+                  <a-input placeholder="请输入客户(customer)" v-model:value="queryParam.customerName" allow-clear AutoComplete="off"></a-input>
                 </a-form-item>
               </a-col>
               <a-col :lg="8">
@@ -50,19 +50,19 @@
               <a-col :lg="8">
                 <a-form-item name="maker">
                   <template #label><span title="厂家(maker)">厂家(maker)</span></template>
-                  <a-input placeholder="请输入厂家(maker)" v-model:value="queryParam.maker" allow-clear ></a-input>
+                  <a-input placeholder="请输入厂家(maker)" v-model:value="queryParam.maker" allow-clear AutoComplete="off"></a-input>
                 </a-form-item>
               </a-col>
               <a-col :lg="8">
                 <a-form-item name="saleDepartment">
                   <template #label><span title="销售部门(sale department)">销售部门(sale department)</span></template>
-                  <a-input placeholder="请输入销售部门(sale department)" v-model:value="queryParam.saleDepartment" allow-clear ></a-input>
+                  <a-input placeholder="请输入销售部门(sale department)" v-model:value="queryParam.saleDepartment" allow-clear AutoComplete="off"></a-input>
                 </a-form-item>
               </a-col>
               <a-col :lg="8">
                 <a-form-item name="salesman">
                   <template #label><span title="业务员(salesman)">业务员(salesman)</span></template>
-                  <a-input placeholder="请输入业务员(salesman)" v-model:value="queryParam.salesman" allow-clear ></a-input>
+                  <a-input placeholder="请输入业务员(salesman)" v-model:value="queryParam.salesman" allow-clear AutoComplete="off"></a-input>
                 </a-form-item>
               </a-col>
               <a-col :lg="8">

+ 4 - 4
src/views/saleCode/quotation/components/quotationFormForm.vue

@@ -71,12 +71,12 @@
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="交货地点(place of delivery)" v-bind="validateInfos.placeDelivery" id="quotationFormForm-placeDelivery" name="placeDelivery">
-								<a-input v-model:value="formData.placeDelivery" placeholder="请输入交货地点(place of delivery)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.placeDelivery" placeholder="请输入交货地点(place of delivery)"  allow-clear  AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="客户折扣(custumer discount)" v-bind="validateInfos.custumerDiscount" id="quotationFormForm-custumerDiscount" name="custumerDiscount" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input v-model:value="formData.custumerDiscount" placeholder="请输入客户折扣(custumer discount)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.custumerDiscount" placeholder="请输入客户折扣(custumer discount)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">
@@ -86,7 +86,7 @@
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="包装方式(packaging method)" v-bind="validateInfos.packagingMethod" id="quotationFormForm-packagingMethod" name="packagingMethod" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input v-model:value="formData.packagingMethod" placeholder="请输入包装方式(packaging method)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.packagingMethod" placeholder="请输入包装方式(packaging method)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
 						<a-col :span="12">
@@ -96,7 +96,7 @@
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="报价备注(quotation notes)" v-bind="validateInfos.quotationNotes" id="quotationFormForm-quotationNotes" name="quotationNotes" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input v-model:value="formData.quotationNotes" placeholder="请输入报价备注(quotation notes)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.quotationNotes" placeholder="请输入报价备注(quotation notes)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
 						<a-col :span="12">

+ 6 - 6
src/views/saleCode/quotation/quotation.vue

@@ -7,7 +7,7 @@
           <a-col :lg="8">
               <a-form-item name="billCode">
                 <template #label><span title="询价单号(bill code)">报价单号(bill code)</span></template>
-                <a-input placeholder="请输入询价单号(bill code)" v-model:value="queryParam.billCode" allow-clear ></a-input>
+                <a-input placeholder="请输入询价单号(bill code)" v-model:value="queryParam.billCode" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
           </a-col>
           <a-col :lg="8">
@@ -20,7 +20,7 @@
             <a-col :lg="8">
               <a-form-item name="inquiryProject">
                 <template #label><span title="报价项目(quotation project)">报价项目(quotation project)</span></template>
-                <a-input placeholder="请输入报价项目(quotation project)" v-model:value="queryParam.quotationProject" allow-clear ></a-input>
+                <a-input placeholder="请输入报价项目(quotation project)" v-model:value="queryParam.quotationProject" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
             </a-col>
             <a-col :lg="8">
@@ -56,25 +56,25 @@
             <a-col :lg="8">
               <a-form-item name="maker">
                 <template #label><span title="厂家(maker)">厂家(maker)</span></template>
-                <a-input placeholder="请输入厂家(maker)" v-model:value="queryParam.maker" allow-clear ></a-input>
+                <a-input placeholder="请输入厂家(maker)" v-model:value="queryParam.maker" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
             </a-col>
             <a-col :lg="8">
               <a-form-item name="englishName">
                 <template #label><span title="产品英文名(english name)">产品英文名(english name)</span></template>
-                <a-input placeholder="请输入产品英文名(english name)" v-model:value="queryParam.englishName" allow-clear ></a-input>
+                <a-input placeholder="请输入产品英文名(english name)" v-model:value="queryParam.englishName" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
             </a-col>
             <a-col :lg="8">
               <a-form-item name="productCode">
                 <template #label><span title="产品编码(product code)">产品编码(product code)</span></template>
-                <a-input placeholder="请输入产品编码(product code)" v-model:value="queryParam.productCode" allow-clear ></a-input>
+                <a-input placeholder="请输入产品编码(product code)" v-model:value="queryParam.productCode" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
             </a-col>
             <a-col :lg="8">
               <a-form-item name="model">
                 <template #label><span title="型号(model">型号(model)</span></template>
-                <a-input placeholder="请输入型号(model)" v-model:value="queryParam.model" allow-clear ></a-input>
+                <a-input placeholder="请输入型号(model)" v-model:value="queryParam.model" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
             </a-col>
             <a-col :lg="8">

+ 36 - 3
src/views/saleCode/rfp/SaleRfp.data.ts

@@ -91,7 +91,10 @@ export const searchFormSchema: FormSchema[] = [
       label: "单据编码(bill code)",
       field: 'billCode',
       component: 'Input',
-      labelWidth:150
+      labelWidth:150,
+      componentProps:{
+        AutoComplete:'off'
+      },
       //colProps: {span: 6},
  	},
 	
@@ -122,6 +125,9 @@ export const searchFormSchema: FormSchema[] = [
       field: 'tenderCode',
       component: 'Input',
       labelWidth:200,
+      componentProps:{
+        AutoComplete:'off'
+      },
       //colProps: {span: 6},
  	},
   {
@@ -161,14 +167,20 @@ export const searchFormSchema: FormSchema[] = [
     label: "招标项目名称(tender name)",
     field: 'tenderName',
     component: 'Input',
-    labelWidth:200
+    labelWidth:200,
+    componentProps:{
+      AutoComplete:'off'
+    },
     //colProps: {span: 6},
  },
   {
     label: "备注(notes)",
     field: 'tenderCode',
     component: 'Input',
-    labelWidth:150
+    labelWidth:150,
+    componentProps:{
+      AutoComplete:'off'
+    },
     //colProps: {span: 6},
   },
 	{
@@ -257,18 +269,27 @@ export const formSchema: FormSchema[] = [
     field: 'tenderCode',
     component: 'Input',
     labelWidth:220,
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '包号(packet number)',
     field: 'packetNumber',
     labelWidth:150,
     component: 'Input',
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '招标项目名称(tender name)',
     field: 'tenderName',
     component: 'Input',
     labelWidth:220,
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '投标时间(bid Time)',
@@ -295,6 +316,9 @@ export const formSchema: FormSchema[] = [
     labelWidth:150,
     field: 'totalMoney',
     component: 'InputNumber',
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '投标结果(tender result)',
@@ -310,18 +334,27 @@ export const formSchema: FormSchema[] = [
     field: 'winningBidder',
     labelWidth:150,
     component: 'Input',
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '中标价(bid price)',
     field: 'bidPrice',
     labelWidth:220,
     component: 'InputNumber',
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '备注(notes)',
     field: 'notes',
     labelWidth:150,
     component: 'Input',
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '附件(attachs)',

+ 28 - 0
src/views/saleCode/saleContract/SaleContract.data.ts

@@ -88,6 +88,9 @@ export const searchFormSchema: FormSchema[] = [
       field: "billCode",
       component: 'Input',
       labelWidth: 150,
+      componentProps:{
+        AutoComplete:'off'
+      },
         //colProps: {span: 6},
     },
     {
@@ -116,6 +119,9 @@ export const searchFormSchema: FormSchema[] = [
       field: "quotationCustomerName",
       labelWidth: 150,
       component: 'Input',
+      componentProps:{
+        AutoComplete:'off'
+      },
       //colProps: {span: 6},
  	},
   {
@@ -123,6 +129,9 @@ export const searchFormSchema: FormSchema[] = [
     field: "quotationProjectName",
     labelWidth: 150,
     component: 'Input',
+    componentProps:{
+      AutoComplete:'off'
+    },
     //colProps: {span: 6},
   },
 
@@ -173,6 +182,9 @@ export const searchFormSchema: FormSchema[] = [
       field: "maker",
       labelWidth: 150,
       component: 'Input',
+      componentProps:{
+        AutoComplete:'off'
+      },
       //colProps: {span: 6},
  	},
 	{
@@ -221,6 +233,7 @@ export const formSchema: FormSchema[] = [
     field: 'billCode',
     labelWidth: 200,
     component: 'Input',
+    dynamicDisabled:true,  
   },
   {
     label: '单据日期(bill date)',
@@ -250,6 +263,9 @@ export const formSchema: FormSchema[] = [
     field: 'quotationCustomerName',
     component: 'Input',
     dynamicDisabled:true,  
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '业务类型(busyness type)',
@@ -304,6 +320,9 @@ export const formSchema: FormSchema[] = [
     labelWidth: 200,
     field: 'maker',
     component: 'Input',
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '币种(currency)',
@@ -338,6 +357,9 @@ export const formSchema: FormSchema[] = [
     field: 'paymentInfo',
     labelWidth: 200,
     component: 'Input',
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '销售部门(sale department)',
@@ -362,12 +384,18 @@ export const formSchema: FormSchema[] = [
     field: 'exchangeRate',
     labelWidth: 200,
     component: 'Input',
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '备注(notes)',
     field: 'notes',
     labelWidth: 200,
     component: 'Input',
+    componentProps:{
+      AutoComplete:'off'
+    },
   },
   {
     label: '附件(attachs)',

+ 1 - 1
src/views/saleCode/saleContract/SaleContractList.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
     <!--引用表格-->
-   <BasicTable @register="registerTable" :rowSelection="rowSelection">
+   <BasicTable @register="registerTable" :rowSelection="rowSelection" size="small">
      <!--插槽:table标题-->
       <template #tableTitle>
           <a-button type="primary" v-auth="'saleCode:sale_contract:add'"  @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增(add)</a-button>

+ 1 - 1
src/views/saleCode/saleContract/components/SaleContractModal.vue

@@ -2,7 +2,7 @@
   <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" width="95%" @ok="handleSubmit">
     <BasicForm @register="registerForm" ref="formRef" name="SaleContractForm">
         <template #quotationProjectName="props">
-								<a-input-search v-model:value="props.values.quotationProjectName" :disabled="notAllowEdit"   allow-clear enter-button="Search" @search="onSearchProject( props)"></a-input-search>
+								<a-input-search v-model:value="props.values.quotationProjectName" :disabled="notAllowEdit" AutoComplete="off"   allow-clear enter-button="Search" @search="onSearchProject( props)"></a-input-search>
         </template>
     </BasicForm>
     <!-- 子表单区域 -->

+ 6 - 6
src/views/saleCode/saleInquiryForm/SaleInquiryFormList.vue

@@ -13,20 +13,20 @@
           <a-col :lg="8">
               <a-form-item name="billCode">
                 <template #label><span title="询价单号(bill code)">询价单号(bill code)</span></template>
-                <a-input placeholder="请输入询价单号(bill code)" v-model:value="queryParam.billCode" allow-clear ></a-input>
+                <a-input placeholder="请输入询价单号(bill code)" v-model:value="queryParam.billCode" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
           </a-col>          
           <template v-if="toggleSearchStatus">
             <a-col :lg="8">
               <a-form-item name="inquiryProject">
-                <template #label><span title="询价项目(inquiry project)">询价项目(inquiry project)</span></template>
+                <template #label><span title="询价项目(inquiry project)" AutoComplete="off">询价项目(inquiry project)</span></template>
                 <a-input v-model:value="queryParam.inquiryProject"/>
               </a-form-item>
             </a-col>
             <a-col :lg="8">
               <a-form-item name="inquiryCustomer">
                 <template #label><span title="询价客户(inquiry customer)">询价客户(inquiry customer)</span></template>
-                <a-input placeholder="请输入询价客户(inquiry customer)" v-model:value="queryParam.inquiryCustomer" allow-clear ></a-input>
+                <a-input placeholder="请输入询价客户(inquiry customer)" v-model:value="queryParam.inquiryCustomer" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
             </a-col>
             <a-col :lg="8">
@@ -56,13 +56,13 @@
             <a-col :lg="8">
               <a-form-item name="maker">
                 <template #label><span title="厂家(maker)">厂家(maker)</span></template>
-                <a-input placeholder="请输入厂家(maker)" v-model:value="queryParam.maker" allow-clear ></a-input>
+                <a-input placeholder="请输入厂家(maker)" v-model:value="queryParam.maker" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
             </a-col>
             <a-col :lg="8">
               <a-form-item name="inquiryPlatform">
                 <template #label><span title="询价平台(inquiry platform)">询价平台(inquiry platform)</span></template>
-                <a-input placeholder="请输入询价平台(inquiry platform)" v-model:value="queryParam.inquiryPlatform" allow-clear ></a-input>
+                <a-input placeholder="请输入询价平台(inquiry platform)" v-model:value="queryParam.inquiryPlatform" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
             </a-col>
 
@@ -106,7 +106,7 @@
             <a-col :lg="8">
               <a-form-item name="customerInquiryNumber" :label-col="labelCol1" :wrapper-col="wrapperCol1">
                 <template #label><span title="客户询价单号(customer inquiry number)">客户询价单号(customer inquiry number)</span></template>
-                <a-input placeholder="请输入客户询价单号(customer inquiry number)" v-model:value="queryParam.customerInquiryNumber" allow-clear ></a-input>
+                <a-input placeholder="请输入客户询价单号(customer inquiry number)" v-model:value="queryParam.customerInquiryNumber" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
             </a-col>
           </template>

+ 2 - 2
src/views/saleCode/saleInquiryForm/components/SaleInquiryFormForm.vue

@@ -62,7 +62,7 @@
 						</a-col>
 						<a-col :span="12">
 							<a-form-item label="厂家(maker)" v-bind="validateInfos.maker" id="SaleInquiryFormForm-maker" name="maker">
-								<a-input v-model:value="formData.maker" placeholder="请输入厂家(maker)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.maker" placeholder="请输入厂家(maker)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
 						<a-col :span="12">
@@ -88,7 +88,7 @@
 						
             <a-col :span="12">
 							<a-form-item label="询价备注(inquiry notes)" v-bind="validateInfos.inquiryNotes" id="SaleInquiryFormForm-inquiryNotes" name="inquiryNotes">
-								<a-input v-model:value="formData.inquiryNotes" placeholder="请输入询价备注(inquiry notes)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.inquiryNotes" placeholder="请输入询价备注(inquiry notes)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
 						<a-col :span="12">

+ 4 - 4
src/views/saleCode/salesOrder/SaleOrderFormList.vue

@@ -13,20 +13,20 @@
           <a-col :lg="8">
               <a-form-item name="billCode">
                 <template #label><span title="订单编号(bill code)">订单单号(bill code)</span></template>
-                <a-input placeholder="请输入订单编号(bill code)" v-model:value="queryParam.billCode" allow-clear ></a-input>
+                <a-input placeholder="请输入订单编号(bill code)" v-model:value="queryParam.billCode" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
           </a-col>          
           <template v-if="toggleSearchStatus">
             <a-col :lg="8">
               <a-form-item name="project">
                 <template #label><span title="系统项目(project)">系统项目(project)</span></template>
-                <a-input v-model:value="queryParam.project" placeholder="请选择"/>
+                <a-input v-model:value="queryParam.project" placeholder="请输入" AutoComplete="off"/>
               </a-form-item>
             </a-col>
             <a-col :lg="8">
               <a-form-item name="customerName">
                 <template #label><span title="客户(customer)">客户(customer)</span></template>
-                <a-input placeholder="请输入" v-model:value="queryParam.customerName" allow-clear ></a-input>
+                <a-input placeholder="请输入" v-model:value="queryParam.customerName" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
             </a-col>
             <a-col :lg="8">
@@ -50,7 +50,7 @@
             <a-col :lg="8">
               <a-form-item name="maker">
                 <template #label><span title="厂家(maker)">厂家(maker)</span></template>
-                <a-input placeholder="请输入厂家(maker)" v-model:value="queryParam.maker" allow-clear ></a-input>
+                <a-input placeholder="请输入厂家(maker)" v-model:value="queryParam.maker" allow-clear AutoComplete="off"></a-input>
               </a-form-item>
             </a-col>            
             <a-col :lg="8">

+ 2 - 0
src/views/saleCode/salesOrder/components/SelectSaleOrderModal.vue

@@ -212,6 +212,7 @@
   var mainId = ref('')
   const queryParams = ref({
       productionClass:'',
+      productClass:'',
       englishName:'',
       productCode:'',
       chineseName:'',
@@ -248,6 +249,7 @@
   function searchReset(){
       queryParams.value = {
         productionClass:'',
+        productClass:'',
         englishName:'',
         productCode:'',
         chineseName:'',

+ 13 - 13
src/views/saleCode/salesOrder/components/SlaeOrderFormForm.vue

@@ -17,7 +17,7 @@
 						
 						<a-col :span="12">
 							<a-form-item label="项目(project)" v-bind="validateInfos.projectName" id="SaleOrderForm-projectName" name="projectName" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input-search v-model:value="formData.projectName" placeholder="请输入项目(project)" :disabled="notAllowEdit"  allow-clear enter-button="Search" @search="onSearchProject"></a-input-search>
+								<a-input-search v-model:value="formData.projectName" placeholder="请输入项目(project)" :disabled="notAllowEdit"  allow-clear enter-button="Search" AutoComplete="off" @search="onSearchProject"></a-input-search>
 							</a-form-item>
 						</a-col>
 						<a-col :span="12">
@@ -66,7 +66,7 @@
 						</a-col>
 						<a-col :span="12">
 							<a-form-item label="汇率(exchange rate)" v-bind="validateInfos.exchangeRate" id="SaleOrderForm-exchangeRate" name="exchangeRate" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input v-model:value="formData.exchangeRate" placeholder="请输入"  allow-clear ></a-input>
+								<a-input v-model:value="formData.exchangeRate" placeholder="请输入"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
 						<a-col :span="12">
@@ -92,33 +92,33 @@
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="交货地点(delivery address)" v-bind="validateInfos.deliveryAddress" id="SaleOrderForm-deliveryAddress" name="deliveryAddress">
-                <a-input v-model:value="formData.deliveryAddress" placeholder="请输入"/>
+                <a-input v-model:value="formData.deliveryAddress" placeholder="请输入" AutoComplete="off"/>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="开票抬头(invoice header)" v-bind="validateInfos.invoiceHeader" id="SaleOrderForm-invoiceHeader" name="invoiceHeader" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-                <a-input v-model:value="formData.invoiceHeader" placeholder="请输入"/>
+                <a-input v-model:value="formData.invoiceHeader" placeholder="请输入" AutoComplete="off"/>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="质保期(warranty period)" v-bind="validateInfos.warrantyPeriod" id="SaleOrderForm-warrantyPeriod" name="warrantyPeriod">
-                <a-input v-model:value="formData.warrantyPeriod" placeholder="请输入" style="width: 85%;margin-right: 1%;"/>月(month)
+                <a-input v-model:value="formData.warrantyPeriod" placeholder="请输入" style="width: 85%;margin-right: 1%;" AutoComplete="off"/>月(month)
 							</a-form-item>
 						</a-col>
                
             <a-col :span="12">
 							<a-form-item label="包装要求(package requirement)" v-bind="validateInfos.packagebRequirement" id="SaleOrderForm-packagebRequirement" name="packagebRequirement" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input v-model:value="formData.packagebRequirement" placeholder="请输入包装要求(package requirement)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.packagebRequirement" placeholder="请输入包装要求(package requirement)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>   
             <a-col :span="12">
 							<a-form-item label="是否出口(export)" v-bind="validateInfos.isExport" id="SaleOrderForm-isExport" name="isExport">
-                <JDictSelectTag v-model:value="formData.isExport" placeholder="请选择" dictCode="yes_or_no" />
+                <JDictSelectTag v-model:value="formData.isExport" placeholder="请选择" dictCode="yes_or_no" AutoComplete="off"/>
 							</a-form-item>
 						</a-col> 
             <a-col :span="12">
 							<a-form-item label="销售部门(sale department)" v-bind="validateInfos.saleDepartment" id="SaleOrderForm-saleDepartment" name="saleDepartment" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input v-model:value="formData.saleDepartment" placeholder="请输入"  allow-clear disabled></a-input>
+								<a-input v-model:value="formData.saleDepartment" placeholder="请输入"  allow-clear disabled ></a-input>
 							</a-form-item>
 						</a-col>   
             <a-col :span="12">
@@ -128,12 +128,12 @@
 						</a-col> 
             <a-col :span="12">
 							<a-form-item label="客户订单号(custormer order)" v-bind="validateInfos.customerOrder" id="SaleOrderForm-customerOrder" name="customerOrder" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input v-model:value="formData.customerOrder" placeholder="请输入客户订单号(custormer order number)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.customerOrder" placeholder="请输入客户订单号(custormer order number)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col> 
             <a-col :span="12">
 							<a-form-item label="折上折(double discount)" v-bind="validateInfos.doubleDiscount" id="SaleOrderForm-doubleDiscount" name="doubleDiscount">
-								<a-input v-model:value="formData.doubleDiscount" placeholder="请输入折上折(double discount)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.doubleDiscount" placeholder="请输入折上折(double discount)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>     
             <a-col :span="12">
@@ -143,17 +143,17 @@
 						</a-col>     
             <a-col :span="12">
 							<a-form-item label="质保条款(warranty terms)" v-bind="validateInfos.warrantyTerms" id="SaleOrderForm-warrantyTerms" name="warrantyTerms">
-								<a-input v-model:value="formData.warrantyTerms" placeholder="请输入质保条款(warranty terms)"  allow-clear ></a-input>
+								<a-input v-model:value="formData.warrantyTerms" placeholder="请输入质保条款(warranty terms)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col> 
             <a-col :span="12">
 							<a-form-item label="预付比例(advance ratio)" v-bind="validateInfos.advanceRatio" id="SaleOrderForm-advanceRatio" name="advanceRatio" :labelCol="formItemLayout.labelCol1" :wrapperCol="formItemLayout.wrapperCol1">
-								<a-input v-model:value="formData.advanceRatio" placeholder="请输入"  allow-clear ></a-input>
+								<a-input v-model:value="formData.advanceRatio" placeholder="请输入"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
 						<a-col :span="12">
 							<a-form-item label="备注(notes)" v-bind="validateInfos.notes" id="SaleOrderForm-notes" name="notes">
-								<a-input v-model:value="formData.notes"></a-input>
+								<a-input v-model:value="formData.notes" AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">