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