Commit 04f39e9c by taojinrui

cptrep交易修改

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