Explorar o código

预收款-输入框提示修改

jingbb hai 4 meses
pai
achega
e11ced0cc6

+ 2 - 2
src/views/saleCode/advancePayment/components/advancePaymentForm.vue

@@ -45,8 +45,8 @@
 							</a-form-item>
 						</a-col>						
             <a-col :span="24">
-							<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-row>