Commit 04f39e9c by taojinrui

cptrep交易修改

parent 57bd2710
......@@ -12,7 +12,7 @@
>i</span
></c-button
>
<c-button type="primary">获取</c-button>
<c-button type="primary" disabled>获取</c-button>
</template>
</c-fullbox>
</el-form-item>
......@@ -30,7 +30,7 @@
</c-col>
</c-col>
<c-col :span="24" style="height: 0px">
<c-col :span="24" style="height: 0px;margin-bottom: 10px">
<el-divider></el-divider>
</c-col>
<!-- -----------中------------- -->
......@@ -329,7 +329,7 @@
</c-col>
</c-col>
<c-col :span="24" style="height: 0px; margin-bottom: 5px">
<c-col :span="24" style="height: 0px; margin-bottom: 10px">
<el-divider></el-divider>
</c-col>
......@@ -352,17 +352,17 @@
label="Ordering institution"
prop="cpdgrp.ori.pts.ref"
>
<c-input v-model="model.cpdgrp.ori.pts.ref"></c-input>
<c-input v-model="model.cpdgrp.ori.pts.ref" disabled></c-input>
</el-form-item>
</c-col>
<!-- 第八行 -->
<c-col :span="24">
<el-form-item label="" prop="">
<c-fullbox>
<c-input v-model="model.cpdgrp.ori.pts.extkey"></c-input>
<c-input v-model="model.cpdgrp.ori.pts.extkey" disabled></c-input>
<template slot="footer">
<c-button type="primary"><span>i</span></c-button>
<c-button type="primary">details</c-button>
<c-button type="primary" disabled>details</c-button>
</template>
</c-fullbox>
</el-form-item>
......@@ -373,13 +373,14 @@
<c-input
type="textarea"
v-model="model.cpdgrp.ori.pts.adrblk"
disabled
></c-input>
</el-form-item>
</c-col>
<!-- 第十行 -->
<c-col :span="24">
<el-form-item label="汇款人" prop="cpdgrp.orc.pts.ref">
<c-input v-model="model.cpdgrp.orc.pts.ref"></c-input>
<c-input v-model="model.cpdgrp.orc.pts.ref" disabled></c-input>
</el-form-item>
</c-col>
</c-col>
......@@ -616,7 +617,7 @@
<!-- 第九行 -->
<c-col :span="24">
<el-form-item label="" prop="cpdgrp.snd.pts.adrblk">
<c-input v-model="model.cpdgrp.snd.pts.adrblk"></c-input>
<c-input v-model="model.cpdgrp.snd.pts.adrblk" disabled></c-input>
</el-form-item>
</c-col>
......@@ -647,7 +648,7 @@
<c-col :span="24">
<el-form-item label="" prop="">
<c-fullbox>
<c-input v-model="model.cpdgrp.pye.pts.extkey"></c-input>
<c-input v-model="model.cpdgrp.pye.pts.extkey" disabled></c-input>
<template slot="footer">
<c-button type="primary"
><span style="font-family: '宋体'; font-weight: bold"
......@@ -665,6 +666,7 @@
<c-input
type="textarea"
v-model="model.cpdgrp.pye.pts.adrblk"
disabled
></c-input>
</el-form-item>
</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