md
This commit is contained in:
parent
86351f9cd8
commit
eb019fe55f
@ -1016,7 +1016,22 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-col>
|
||||
|
||||
<!-- v-if="applyType&&applyTypeArr.includes('12')" -->
|
||||
<el-col :span="24" v-if="applyType&&applyTypeArr.includes('9')||applyType&&applyTypeArr.includes('12')">
|
||||
<el-row :gutter="0" class="md-row">
|
||||
<el-col :span="3" class="md-title">
|
||||
<span>费用备注调整</span>
|
||||
</el-col>
|
||||
<el-col :span="7" class="md-value">
|
||||
<span >{{billDetail.feeRemark}}</span>
|
||||
</el-col>
|
||||
<el-col :span="14">
|
||||
<el-form-item :label="$t('费用备注')" prop="feeRemark" >
|
||||
<el-input v-model="form.feeRemark" type="textarea" placeholder=""/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-col>
|
||||
<el-col :span="24" v-if="applyType&&applyTypeArr.length>0">
|
||||
<el-row :gutter="0" class="md-row">
|
||||
<el-col :span="3" class="md-title">
|
||||
@ -1039,22 +1054,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-col>
|
||||
<!-- v-if="applyType&&applyTypeArr.includes('12')" -->
|
||||
<el-col :span="24" v-if="applyType&&applyTypeArr.length>0||applyType&&applyTypeArr.includes('12')">
|
||||
<el-row :gutter="0" class="md-row">
|
||||
<el-col :span="3" class="md-title">
|
||||
<span>费用备注调整</span>
|
||||
</el-col>
|
||||
<el-col :span="7" class="md-value">
|
||||
<span >{{billDetail.feeRemark}}</span>
|
||||
</el-col>
|
||||
<el-col :span="14">
|
||||
<el-form-item :label="$t('费用备注')" prop="feeRemark" >
|
||||
<el-input v-model="form.feeRemark" type="textarea" placeholder=""/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-col>
|
||||
|
||||
|
||||
</el-row>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user