소스 검색

预收款-输入框提示修改

jingbb 6 달 전
부모
커밋
e11ced0cc6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/saleCode/advancePayment/components/advancePaymentForm.vue

+ 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>