瀏覽代碼

库存管理-清除输入框历史记录

jingbb 4 月之前
父節點
當前提交
7ed218acbf

+ 1 - 1
src/views/inventiry/defectiveProducts/defectiveProductsList.vue

@@ -13,7 +13,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>          
             <template v-if="toggleSearchStatus">

+ 2 - 2
src/views/inventiry/existingQuantity/existingQuantityList.vue

@@ -20,7 +20,7 @@
               <a-col :lg="8">
                 <a-form-item name="projectName">
                   <template #label><span title="项目(project)">项目(project)</span></template>
-                  <a-input v-model:value="queryParam.projectName" placeholder="请选择"/>
+                  <a-input v-model:value="queryParam.projectName" placeholder="请选择" AutoComplete="off"/>
                 </a-form-item>
               </a-col>
               <a-col :lg="8">
@@ -56,7 +56,7 @@
               <a-col :lg="8">
                 <a-form-item name="batchCode">
                   <template #label><span title="批号(batchCode)">批号(batchCode)</span></template>
-                  <a-input placeholder="请输" v-model:value="queryParam.batchCode" allow-clear ></a-input>
+                  <a-input placeholder="请输" v-model:value="queryParam.batchCode" allow-clear AutoComplete="off"></a-input>
                 </a-form-item>
               </a-col>
             </template>

+ 2 - 2
src/views/inventiry/inventoryCheck/components/inventoryCheckForm.vue

@@ -26,12 +26,12 @@
 						</a-col>
             <a-col :span="12">
 							<a-form-item label="项目(project)" v-bind="validateInfos.projectName" id="SaleOrderForm-projectName" name="projectName">
-								<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)"  allow-clear enter-button="Search" @search="onSearchProject" AutoComplete="off"></a-input-search>
 							</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-row>

+ 1 - 1
src/views/inventiry/inventoryCheck/inventoryCheckList.vue

@@ -13,7 +13,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>          
             <template v-if="toggleSearchStatus">

+ 2 - 2
src/views/inventiry/otherIn/components/otherInForm.vue

@@ -16,7 +16,7 @@
 						</a-col>		
 						<a-col :span="12">
 							<a-form-item label="项目(project)" v-bind="validateInfos.projectName" id="SaleOrderForm-projectName" name="projectName">
-								<a-input-search v-model:value="formData.projectName" placeholder="请输入项目(project)"   allow-clear enter-button="Search" @search="onSearchProject"></a-input-search>
+								<a-input-search v-model:value="formData.projectName" placeholder="请输入项目(project)" AutoComplete="off"  allow-clear enter-button="Search" @search="onSearchProject"></a-input-search>
 							</a-form-item>
 						</a-col>
 						<a-col :span="12">
@@ -51,7 +51,7 @@
 						</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">

+ 3 - 3
src/views/inventiry/otherIn/othernList.vue

@@ -13,7 +13,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>          
             <template v-if="toggleSearchStatus">
@@ -44,13 +44,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="productCode">
                   <template #label><span title="产品编号(productCode)">产品编号(productCode)</span></template>
-                  <a-input placeholder="请输入产品编号(productCode)" v-model:value="queryParam.productCode" allow-clear ></a-input>
+                  <a-input placeholder="请输入产品编号(productCode)" v-model:value="queryParam.productCode" allow-clear AutoComplete="off"></a-input>
                 </a-form-item>
               </a-col> 
               <a-col :lg="8">

+ 1 - 1
src/views/inventiry/otherOut/components/otherOutForm.vue

@@ -36,7 +36,7 @@
 						</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-row>

+ 2 - 2
src/views/inventiry/otherOut/otherOutList.vue

@@ -13,7 +13,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>          
             <template v-if="toggleSearchStatus">
@@ -44,7 +44,7 @@
               <a-col :lg="8">
                 <a-form-item name="productCode">
                   <template #label><span title="产品编号(productCode)">产品编号(productCode)</span></template>
-                  <a-input placeholder="请输入产品编号(productCode)" v-model:value="queryParam.productCode" allow-clear ></a-input>
+                  <a-input placeholder="请输入产品编号(productCode)" v-model:value="queryParam.productCode" allow-clear AutoComplete="off"></a-input>
                 </a-form-item>
               </a-col> 
              

+ 2 - 2
src/views/inventiry/purInAbnormal/purInAbnormalList.vue

@@ -13,7 +13,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>          
             <template v-if="toggleSearchStatus">
@@ -44,7 +44,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">

+ 1 - 1
src/views/inventiry/purchaseIn/components/purchaseInForm.vue

@@ -65,7 +65,7 @@
 						</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">

+ 2 - 2
src/views/inventiry/purchaseIn/purchaseInList.vue

@@ -13,7 +13,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>          
             <template v-if="toggleSearchStatus">
@@ -44,7 +44,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">

+ 1 - 1
src/views/inventiry/salesOutbound/components/salesOutForm.vue

@@ -46,7 +46,7 @@
 						</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-row>

+ 2 - 2
src/views/inventiry/salesOutbound/salesOutboundList.vue

@@ -13,7 +13,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>          
             <template v-if="toggleSearchStatus">
@@ -44,7 +44,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">