9/9 查看常用业务

20240912_adapter_z
wangwei 7 months ago
parent 98dc1e8104
commit efd874ce32

@ -167,8 +167,8 @@
<el-row :gutter="24" class="el-row">
<el-col :span="12" class="el-col">
<el-form-item label="单据完成校验:" prop="monopoly" class="query-form-item">
<el-select v-model="formData.orderFinishVerify" style="width: 80%" placeholder="单据完成校验" >
<el-form-item label="单据完成条件:" prop="monopoly" class="query-form-item">
<el-select v-model="formData.orderFinishVerify" style="width: 80%" placeholder="单据完成条件" >
<el-option label="完全赋码" :value="0"></el-option>
<el-option label="部分赋码" :value="1"></el-option>
</el-select>

@ -210,7 +210,7 @@
</template>
</el-table-column>
<el-table-column label="单据类型" prop="thrBusName" width="140"></el-table-column>
<el-table-column label="单据完成校验" prop="orderFinishVerify" width="120">
<el-table-column label="单据完成条件" prop="orderFinishVerify" width="120">
<template slot-scope="scope">
<span>{{ orderFinishVerifys[scope.row.orderFinishVerify] }}</span>
</template>

@ -154,8 +154,8 @@
<el-row :gutter="24">
<el-col :span="24" style="display: flex; justify-content: flex-end;">
<el-button @click="toggleContent" type="primary" style="margin-right: 20px;">
<span v-if="!isContentVisible"></span>
<span v-if="isContentVisible"></span>
<span v-if="!isContentVisible"></span>
<span v-if="isContentVisible"></span>
<i :class="{'el-icon-caret-right': !isContentVisible, 'el-icon-caret-bottom': isContentVisible}"> </i>
<!-- 这里原本想用大括号图标但Font Awesome默认没有所以用了上下箭头代替 -->
</el-button>

Loading…
Cancel
Save