|
@@ -86,13 +86,10 @@
|
|
|
</hc-info-table-td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <hc-info-table-td is-title width="10%">
|
|
|
- <span>调差数量:</span>
|
|
|
- <i class="i-iconoir-asterisk asterisk-icon" />
|
|
|
- </hc-info-table-td>
|
|
|
+ <hc-info-table-td is-title width="10%">调差数量:</hc-info-table-td>
|
|
|
<hc-info-table-td>
|
|
|
- <el-form-item prop="adjustTotal">
|
|
|
- <el-input v-model="formModel.adjustTotal" />
|
|
|
+ <el-form-item>
|
|
|
+ <el-input v-model="formModel.adjustTotal" disabled />
|
|
|
</el-form-item>
|
|
|
</hc-info-table-td>
|
|
|
<hc-info-table-td is-title width="10%">价差幅度:</hc-info-table-td>
|
|
@@ -544,6 +541,7 @@ const changeTotalBlur = (row) => {
|
|
|
|
|
|
//计算
|
|
|
const computationClick = async () => {
|
|
|
+ console.log('1111')
|
|
|
const isForm = await formValidate(formRef.value)
|
|
|
if (!isForm) return
|
|
|
if (tableData1.value.length <= 0) {
|