Browse Source

付款申请单-筛选条件修改

jingbb 4 months ago
parent
commit
8a6f093567
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/purchase/purPaymentRequest/purPaymentRequesttList.vue

+ 2 - 2
src/views/purchase/purPaymentRequest/purPaymentRequesttList.vue

@@ -6,13 +6,13 @@
           <a-row :gutter="24">
             <a-col :lg="8">
                 <a-form-item name="billDate">
-                  <template #label><span title="收款日期(bill date)">申请日期(bill date)</span></template>
+                  <template #label><span title="申请日期(bill date)">申请日期(bill date)</span></template>
                   <a-range-picker value-format="YYYY-MM-DD"  v-model:value="queryParam.billDate" class="query-group-cust"/>
                 </a-form-item>
             </a-col> 
             <a-col :lg="8">
                 <a-form-item name="billCode">
-                  <template #label><span title="收款编码(bill code)">付款申请编码(bill code)</span></template>
+                  <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-form-item>
             </a-col>