ZaiZai 8 months ago
parent
commit
01b1a3adaf

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240624155913"
+  "value": "20240624164403"
 }

+ 0 - 6
src/views/debit-pay/admin/periods.vue

@@ -52,7 +52,6 @@
                         <hc-table-input
                             v-model="row.periodNumber"
                             :disabled="row?.dataStatus === 1 || row?.citeStatus === 1"
-                            @blur="periodNumberBlur(row)"
                         />
                     </template>
                     <template #payNumber="{ row }">
@@ -191,11 +190,6 @@ const getContractNumber = async () => {
     contractNumber.value = isNullES(data) ? '' : data
 }
 
-//失去焦点
-const periodNumberBlur = (row) => {
-    row.payNumber = contractNumber.value + '-00' + row.periodNumber
-}
-
 const curIndex = ref(0)
 const curRow = ref({})
 const hangeRow = ({ row }) => {

+ 1 - 1
src/views/debit-pay/material/periods.vue

@@ -47,7 +47,7 @@
                         <hc-table-input v-model="row.periodNumber" is-new :index-style="{ width: 60 }" :disabled="row.isLock === 1 || row?.citeStatus === 1" />
                     </template>
                     <template #payNumber="{ row }">
-                        <hc-table-input v-model="row.payNumber" is-new :index-style="{ width: 60 }" :disabled="row.isLock === 1 || row?.citeStatus === 1" />
+                        <hc-table-input v-model="row.payNumber" is-new :index-style="{ width: 60 }" disabled />
                     </template>
                     <template #periodName="{ row }">
                         <hc-table-input v-model="row.periodName" is-new :index-style="{ width: 60 }" :disabled="row.isLock === 1 || row?.citeStatus === 1" />

+ 1 - 1
src/views/debit-pay/start-work/period.vue

@@ -47,7 +47,7 @@
                         <hc-table-input v-model="row.periodNumber" is-new :index-style="{ width: 60 }" :disabled="row.isLock === 1 || row?.citeStatus === 1" />
                     </template>
                     <template #payNumber="{ row }">
-                        <hc-table-input v-model="row.payNumber" is-new :index-style="{ width: 60 }" :disabled="row.isLock === 1 || row?.citeStatus === 1" />
+                        <hc-table-input v-model="row.payNumber" is-new :index-style="{ width: 60 }" disabled />
                     </template>
                     <template #periodName="{ row }">
                         <hc-table-input v-model="row.periodName" is-new :index-style="{ width: 60 }" :disabled="row.isLock === 1 || row?.citeStatus === 1" />