Parcourir la source

佣金预付款-输入框提示

jingbb il y a 4 mois
Parent
commit
5f3426d5fb

+ 1 - 1
src/views/purchase/commissionAdvancePay/commissionAdvancePayList.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 AutoComplete="off"></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/purchase/commissionAdvancePay/components/commissionAdvancePayForm.vue

@@ -51,8 +51,8 @@
 							</a-form-item>
 						</a-col>				
             <a-col :span="12">
-							<a-form-item label="备注(notes)" v-bind="validateInfos.quotationNotes" id="saleInvoiceForm-notes" name="notes" >
-								<a-input v-model:value="formData.notes" placeholder="请输入报价备注(quotation notes)"  allow-clear AutoComplete="off"></a-input>
+							<a-form-item label="备注(notes)" v-bind="validateInfos.notes" id="saleInvoiceForm-notes" name="notes" >
+								<a-input v-model:value="formData.notes" placeholder="请输入备注(notes)"  allow-clear AutoComplete="off"></a-input>
 							</a-form-item>
 						</a-col>
             <a-col :span="12">