|
|
|
|
@ -257,11 +257,12 @@
|
|
|
|
|
<template v-slot:is_simple>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;font-size: 11px;">*是否为简易流程(水电煤、报刊订阅、网络通讯、车辆使用等费用付款)</span>
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*是否为简易流程</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-switch v-model="form.is_simple" active-text="是" inactive-text="否" :active-value="1" :inactive-value="0"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div>(水电煤、报刊订阅、网络通讯、车辆使用等费用付款)</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:supply v-if="form.is_simple">
|
|
|
|
|
@ -342,7 +343,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:is_substitute>
|
|
|
|
|
<template v-slot:is_substitute v-if="!form.is_simple">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label" style="width: 200px;">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>是否为代建项目
|
|
|
|
|
|