ZaiZai 1 gadu atpakaļ
vecāks
revīzija
745442e625

+ 3 - 3
src/views/debit-pay/material/components/order/dataModal.vue

@@ -62,12 +62,12 @@
                                 </el-form-item>
                             </el-col>
                             <el-col :span="8">
-                                <el-form-item label="备料堆放地点:">
+                                <el-form-item label="进料发票(单据)号:">
                                     <el-input v-model="baseForm.storagePlace" />
                                 </el-form-item>
                             </el-col>
                             <el-col :span="8">
-                                <el-form-item label="存储情况:">
+                                <el-form-item label="质保书编号:">
                                     <el-input v-model="baseForm.storageStatus" />
                                 </el-form-item>
                             </el-col>
@@ -80,7 +80,7 @@
                                 </el-form-item>
                             </el-col>
                             <el-col :span="8">
-                                <el-form-item label="合格证号:">
+                                <el-form-item label="抽检报告编号:">
                                     <el-input v-model="baseForm.certificate" />
                                 </el-form-item>
                             </el-col>

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

@@ -64,11 +64,11 @@
                         <tr>
                             <hc-info-table-td center is-title>计量金额:</hc-info-table-td>
                             <hc-info-table-td width="120px">{{ infoData?.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">{{ infoData?.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">{{ infoData?.storageStatus }}</hc-info-table-td>
                             <hc-info-table-td center is-title>材料来源:</hc-info-table-td>
                             <hc-info-table-td width="120px">{{ infoData?.materialSource }}</hc-info-table-td>
@@ -80,7 +80,7 @@
                             <hc-info-table-td width="120px">{{ infoData?.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="auto" colspan="3">{{ infoData?.certificate }}</hc-info-table-td>
                         </tr>
                         <tr>