Commit 41d8b69f by 李少勇

修改码表排序字段

parent 8139c3e4
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<el-row> <el-row>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="bsnp.msgtyp"> <el-form-item label="报文标准" prop="bsnp.msgtyp">
<c-select v-model="model.bsnp.msgtyp" style="width:100%" dbCode="MSGTP3" @change="getSubtyp(model.bsnp.msgtyp, 'bsnp.subtyp')"> <c-select v-model="model.bsnp.msgtyp" style="width:100%" dbCode="MSGTP3" sort="SRT" @change="getSubtyp(model.bsnp.msgtyp, 'bsnp.subtyp')">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="wlzp.msgtyp" style="width: 100%"> <el-form-item label="报文标准" prop="wlzp.msgtyp" style="width: 100%">
<c-select v-model="model.wlzp.msgtyp" style="width: 100%" dbCode="MSGTP3"> <c-select v-model="model.wlzp.msgtyp" style="width: 100%" dbCode="MSGTP3" sort="SRT">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
:min-width="item.width"> :min-width="item.width">
<template slot-scope="scope"> <template slot-scope="scope">
<c-select-value-to-label v-if="item.prop == 'msgtyp'" v-model="scope.row.msgtyp" <c-select-value-to-label v-if="item.prop == 'msgtyp'" v-model="scope.row.msgtyp"
dbCode="MSGTP3"></c-select-value-to-label> dbCode="MSGTP3" sort="SRT"></c-select-value-to-label>
<c-select-value-to-label v-if="item.prop == 'rspsta'" v-model="scope.row.rspsta" <c-select-value-to-label v-if="item.prop == 'rspsta'" v-model="scope.row.rspsta"
dbCode="RSPSTA"></c-select-value-to-label> dbCode="RSPSTA"></c-select-value-to-label>
<c-select-value-to-label v-if="item.prop == 'chnipt'" v-model="scope.row.chnipt" <c-select-value-to-label v-if="item.prop == 'chnipt'" v-model="scope.row.chnipt"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="BIC" prop="ktlp.ptpmod.pty.extkey" style="width: 100%"> <el-form-item label="BIC" prop="ktlp.ptpmod.pty.extkey" style="width: 100%">
<c-select v-model="model.ktlp.ptpmod.pty.extkey" style="width: 100%" dbCode="MSGTP3"> <c-select v-model="model.ktlp.ptpmod.pty.extkey" style="width: 100%" dbCode="MSGTP3" sort="SRT">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="账户行" prop="ptpmod.pty.extkey" style="width: 100%"> <el-form-item label="账户行" prop="ptpmod.pty.extkey" style="width: 100%">
<c-input v-model="model.ptpmod.pty.extkey" style="width: 100%" dbCode="MSGTP3"> <c-input v-model="model.ptpmod.pty.extkey" style="width: 100%" dbCode="MSGTP3" sort="SRT">
</c-input> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="sndp.msgtyp" style="width: 100%"> <el-form-item label="报文标准" prop="sndp.msgtyp" style="width: 100%">
<c-select v-model="model.sndp.msgtyp" style="width: 100%" placeholder="请选择货押标识" dbCode="MSGTP3"> <c-select v-model="model.sndp.msgtyp" style="width: 100%" placeholder="请选择货押标识" dbCode="MSGTP3" sort="SRT">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="msgtyp" style="width: 100%"> <el-form-item label="报文标准" prop="msgtyp" style="width: 100%">
<c-select v-model="model.sndp.msgtyp" style="width: 100%" placeholder="请选择货押标识" dbCode="MSGTP3" <c-select v-model="model.sndp.msgtyp" style="width: 100%" placeholder="请选择货押标识" dbCode="MSGTP3" sort="SRT"
@change="getSubtyp(model.sndp.msgtyp, 'sndp.subtyp')"> @change="getSubtyp(model.sndp.msgtyp, 'sndp.subtyp')">
</c-select> </c-select>
</el-form-item> </el-form-item>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="sndp.msgtyp" style="width: 100%"> <el-form-item label="报文标准" prop="sndp.msgtyp" style="width: 100%">
<c-select v-model="model.sndp.msgtyp" style="width: 100%" dbCode="MSGTP3" @change="getSubtyp(model.sndp.msgtyp, 'sndp.subtyp')" /> <c-select v-model="model.sndp.msgtyp" style="width: 100%" dbCode="MSGTP3" sort="SRT" @change="getSubtyp(model.sndp.msgtyp, 'sndp.subtyp')" />
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="sndp.msgtyp" style="width: 100%"> <el-form-item label="报文标准" prop="sndp.msgtyp" style="width: 100%">
<c-select v-model="model.sndp.msgtyp" style="width: 100%" placeholder="请选择货押标识" dbCode="MSGTP3" <c-select v-model="model.sndp.msgtyp" style="width: 100%" placeholder="请选择货押标识" dbCode="MSGTP3" sort="SRT"
@change="getSubtyp(model.sndp.msgtyp, 'sndp.subtyp')"> @change="getSubtyp(model.sndp.msgtyp, 'sndp.subtyp')">
</c-select> </c-select>
</el-form-item> </el-form-item>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="" style="width: 100%"> <el-form-item label="报文标准" prop="" style="width: 100%">
<c-select v-model="model.msgp.typ" style="width: 100%" dbCode="MSGTP3"/> <c-select v-model="model.msgp.typ" style="width: 100%" dbCode="MSGTP3" sort="SRT"/>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="账户行BIC" prop="oftp.ptpmod.pty.extkey" style="width: 100%"> <el-form-item label="账户行BIC" prop="oftp.ptpmod.pty.extkey" style="width: 100%">
<c-input v-model="model.oftp.ptpmod.pty.extkey" style="width: 100%" dbCode="MSGTP3"> <c-input v-model="model.oftp.ptpmod.pty.extkey" style="width: 100%" dbCode="MSGTP3" sort="SRT">
</c-input> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文类型" prop="oftgrp.dot.mty" style="width: 100%"> <el-form-item label="报文类型" prop="oftgrp.dot.mty" style="width: 100%">
<c-select v-model="model.oftgrp.dot.mty" style="width: 100%" placeholder="请选择报文类型" dbCode="MSGTP3"> <c-select v-model="model.oftgrp.dot.mty" style="width: 100%" placeholder="请选择报文类型" dbCode="MSGTP3" sort="SRT">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" style="width: 100%"> <el-form-item label="报文标准" style="width: 100%">
<c-select v-model="model.oftp.rel.msgtyp" style="width: 100%" dbCode="MSGTP3" @change="getSubtyp(model.oftp.rel.msgtyp, 'oftp.rel.mty')" /> <c-select v-model="model.oftp.rel.msgtyp" style="width: 100%" dbCode="MSGTP3" sort="SRT" @change="getSubtyp(model.oftp.rel.msgtyp, 'oftp.rel.mty')" />
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" style="width: 100%"> <el-form-item label="报文标准" style="width: 100%">
<c-select v-model="model.oftp.rel.msgtyp" style="width: 100%" dbCode="MSGTP3" <c-select v-model="model.oftp.rel.msgtyp" style="width: 100%" dbCode="MSGTP3" sort="SRT"
@change="getSubtyp(model.oftp.rel.msgtyp, 'oftp.rel.mty')" /> @change="getSubtyp(model.oftp.rel.msgtyp, 'oftp.rel.mty')" />
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文类型" prop="qrdgrp.rec.msgtyp" style="width: 100%"> <el-form-item label="报文类型" prop="qrdgrp.rec.msgtyp" style="width: 100%">
<c-select v-model="model.qrdgrp.rec.msgtyp" style="width: 100%" placeholder="请选择报文类型" dbCode="MSGTP3" /> <c-select v-model="model.qrdgrp.rec.msgtyp" style="width: 100%" placeholder="请选择报文类型" dbCode="MSGTP3" sort="SRT" />
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="rcvp.msgtyp" style="width: 100%"> <el-form-item label="报文标准" prop="rcvp.msgtyp" style="width: 100%">
<c-select v-model="model.rcvp.msgtyp" style="width: 100%" placeholder="请选择报文标准" dbCode="MSGTP3" @change="getSubtyp(model.rcvp.msgtyp, 'rcvp.subtyp')"> <c-select v-model="model.rcvp.msgtyp" style="width: 100%" placeholder="请选择报文标准" dbCode="MSGTP3" sort="SRT" @change="getSubtyp(model.rcvp.msgtyp, 'rcvp.subtyp')">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="rcvp.msgtyp" style="width: 100%"> <el-form-item label="报文标准" prop="rcvp.msgtyp" style="width: 100%">
<c-select v-model="model.rcvp.msgtyp" style="width: 100%" placeholder="请选择报文标准" dbCode="MSGTP3" @change="getSubtyp(model.rcvp.msgtyp, 'rcvp.subtyp')"> <c-select v-model="model.rcvp.msgtyp" style="width: 100%" placeholder="请选择报文标准" dbCode="MSGTP3" sort="SRT" @change="getSubtyp(model.rcvp.msgtyp, 'rcvp.subtyp')">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="rcvp.msgtyp" style="width: 100%"> <el-form-item label="报文标准" prop="rcvp.msgtyp" style="width: 100%">
<c-select v-model="model.rcvp.msgtyp" style="width: 100%" placeholder="请选择报文标准" dbCode="MSGTP3" @change="getSubtyp(model.rcvp.msgtyp, 'rcvp.subtyp')"> <c-select v-model="model.rcvp.msgtyp" style="width: 100%" placeholder="请选择报文标准" dbCode="MSGTP3" sort="SRT" @change="getSubtyp(model.rcvp.msgtyp, 'rcvp.subtyp')">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="sndp.msgtyp" style="width: 100%"> <el-form-item label="报文标准" prop="sndp.msgtyp" style="width: 100%">
<c-select v-model="model.sndp.msgtyp" style="width: 100%" placeholder="请选择报文标准" dbCode="MSGTP3" <c-select v-model="model.sndp.msgtyp" style="width: 100%" placeholder="请选择报文标准" dbCode="MSGTP3" sort="SRT"
@change="getSubtyp(model.sndp.msgtyp, 'sndp.subtyp')"> @change="getSubtyp(model.sndp.msgtyp, 'sndp.subtyp')">
</c-select> </c-select>
</el-form-item> </el-form-item>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="报文标准" prop="sndp.msgtyp" style="width: 100%"> <el-form-item label="报文标准" prop="sndp.msgtyp" style="width: 100%">
<c-select v-model="model.sndp.msgtyp" style="width: 100%" placeholder="请选择报文标准" dbCode="MSGTP3" @change="getSubtyp(model.sndp.msgtyp, 'sndp.subtyp')"> <c-select v-model="model.sndp.msgtyp" style="width: 100%" placeholder="请选择报文标准" dbCode="MSGTP3" sort="SRT" @change="getSubtyp(model.sndp.msgtyp, 'sndp.subtyp')">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
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