ZaiZai před 1 rokem
rodič
revize
dcfbd09306

+ 4 - 4
src/views/debit-pay/material/order.vue

@@ -63,7 +63,7 @@
                         <tr>
                             <hc-info-table-td center is-title>单价:</hc-info-table-td>
                             <hc-info-table-td width="120px">{{ infoData?.price }}</hc-info-table-td>
-                            <hc-info-table-td center is-title>计量数量:</hc-info-table-td>
+                            <hc-info-table-td center is-title>数量:</hc-info-table-td>
                             <hc-info-table-td width="120px">{{ infoData?.meterAmount }}</hc-info-table-td>
                         </tr>
                         <tr>
@@ -73,9 +73,9 @@
                             <hc-info-table-td width="120px">{{ infoData?.contractStatedMoney }}</hc-info-table-td>
                         </tr>
                         <tr>
-                            <hc-info-table-td center is-title>备料堆放地点:</hc-info-table-td>
+                            <hc-info-table-td center is-title>进料发票(单据)号:</hc-info-table-td>
                             <hc-info-table-td width="120px">{{ infoData?.storagePlace }}</hc-info-table-td>
-                            <hc-info-table-td center is-title>存储情况:</hc-info-table-td>
+                            <hc-info-table-td center is-title>质保书编号:</hc-info-table-td>
                             <hc-info-table-td width="120px">{{ infoData?.storageStatus }}</hc-info-table-td>
                         </tr>
                         <tr>
@@ -87,7 +87,7 @@
                         <tr>
                             <hc-info-table-td center is-title>存储方法是否符合要求:</hc-info-table-td>
                             <hc-info-table-td width="120px">{{ infoData?.storageConformName }}</hc-info-table-td>
-                            <hc-info-table-td center is-title>合格证号:</hc-info-table-td>
+                            <hc-info-table-td center is-title>抽检报告编号:</hc-info-table-td>
                             <hc-info-table-td width="auto" colspan="3">{{ infoData?.certificate }}</hc-info-table-td>
                         </tr>
                         <tr>

+ 4 - 4
src/views/tasks/components/hc-data/material-form.vue

@@ -20,7 +20,7 @@
                     <hc-info-table-td v-loading="priceLoading" width="120px">
                         <el-input v-model="baseForm.price" :disabled="!isEdits || tableInfo.status === 2" @blur="priceInputBlur" />
                     </hc-info-table-td>
-                    <hc-info-table-td center is-title>计量数量:</hc-info-table-td>
+                    <hc-info-table-td center is-title>数量:</hc-info-table-td>
                     <hc-info-table-td v-loading="meterLoading" width="120px">
                         <el-input v-model="baseForm.meterAmount" :disabled="!isEdits || tableInfo.status === 2" @blur="meterAmountInputBlur" />
                     </hc-info-table-td>
@@ -28,11 +28,11 @@
                 <tr>
                     <hc-info-table-td center is-title>计量金额:</hc-info-table-td>
                     <hc-info-table-td width="120px">{{ baseForm?.meterMoney }}</hc-info-table-td>
-                    <hc-info-table-td center is-title>备料堆放地点:</hc-info-table-td>
+                    <hc-info-table-td center is-title>进料发票(单据)号:</hc-info-table-td>
                     <hc-info-table-td width="120px">{{ baseForm?.storagePlace }}</hc-info-table-td>
                 </tr>
                 <tr>
-                    <hc-info-table-td center is-title>存储情况:</hc-info-table-td>
+                    <hc-info-table-td center is-title>质保书编号:</hc-info-table-td>
                     <hc-info-table-td width="120px">{{ baseForm?.storageStatus }}</hc-info-table-td>
                     <hc-info-table-td center is-title>材料来源:</hc-info-table-td>
                     <hc-info-table-td width="120px">{{ baseForm?.materialSource }}</hc-info-table-td>
@@ -44,7 +44,7 @@
                     <hc-info-table-td width="120px">{{ baseForm?.storageConformName }}</hc-info-table-td>
                 </tr>
                 <tr>
-                    <hc-info-table-td center is-title>合格证号:</hc-info-table-td>
+                    <hc-info-table-td center is-title>抽检报告编号:</hc-info-table-td>
                     <hc-info-table-td width="120px">{{ baseForm?.certificate }}</hc-info-table-td>
                     <hc-info-table-td center is-title>合同规定预付款金额:</hc-info-table-td>
                     <hc-info-table-td width="120px">{{ baseForm?.contractStatedMoney }}</hc-info-table-td>