Commit ba43d9fa by nanrui

Infbod测试bug下拉框显示数据修改

parent 1c7cc9a7
......@@ -66,8 +66,8 @@
</c-col>
<c-col :span="8">
<el-form-item label="Role" prop="infcon.searol" style="width: 100%">
<c-select v-model="model.infcon.payrol" style="width: 100%" placeholder="请选择Role">
<el-option v-for="item in codes.payrol" :key="item.value" :label="item.label" :value="item.value">
<c-select v-model="model.infcon.searol" style="width: 100%" placeholder="请选择Role">
<el-option v-for="item in codes.searol1" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
......@@ -243,7 +243,7 @@
<m-busbtn ref="childs" :ownref="ownref" :model="BotselModel" ownrefPath="bodgrp" trnCode="botsel"
@onChoose="onChoose">11</m-busbtn>
</div>
</template>
<script>
import Api from "~/service/Api";
......@@ -281,23 +281,23 @@ export default {
stmData: {
columns: [
'1 1 "Reference" 150',
'2 2 "Resp. User" 100',
'2 2 "Resp. User" 120',
'3 3 "Opened" 150 4 7',
'4 4 "Closed" 150 4 7',
'5 5 "分行名称" 200',
'6 6 "Drawee Party Number" 150',
'6 6 "Drawee Party Number" 170',
'7 7 "Drawee" 133',
'8 8 "PTA NO." 100',
'9 9 "Drawer Party Number" 150',
'9 9 "Drawer Party Number" 170',
'10 10 "Drawer" 300',
'11 11 "Invoice No." 133',
'12 12 "Drawer CN" 150',
'13 13 "Collecting Party Number" 200',
'14 14 "Collecting Bank" 200',
'15 15 "Doc.Amount Cur" 130',
'16 16 "Doc.Amount" 100 2 8 1 15',
'17 17 "Open Amount Cur" 130',
'18 18 "Open Amount" 100 2 8 1 -1'
'15 15 "Doc.Amount Cur" 150',
'16 16 "Doc.Amount" 120 2 8 1 15',
'17 17 "Open Amount Cur" 150',
'18 18 "Open Amount" 130 2 8 1 -1'
],
data: [],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment