Commit 34ed56e3 by 1377875331@qq.com

label修改

parent 29dac2e6
...@@ -156,7 +156,7 @@ function defaultDitpLcrgodButtxmsel() { ...@@ -156,7 +156,7 @@ function defaultDitpLcrgodButtxmsel() {
function defaultDidgrpRecOpndat() { function defaultDidgrpRecOpndat() {
const that = this; const that = this;
that.executeDefault("didgrp.rec.opndat").then(res => { that.executeDefault("didgrp.rec.opndat").then(res => {
//TODO that.model.didgrp.rec.opndat = res.data.didgrp_rec_opndat
}) })
} }
function defaultLiaallLimmodWrkpDet() { function defaultLiaallLimmodWrkpDet() {
...@@ -184,10 +184,6 @@ function defaultLitameadv() { ...@@ -184,10 +184,6 @@ function defaultLitameadv() {
}) })
} }
function defaultDidgrpBlkAdlcnd() { function defaultDidgrpBlkAdlcnd() {
const that = this;
that.executeDefault("didgrp.blk.adlcnd").then(res => {
that.model.didgrp.blk.adlcnd = res.data.didgrp_blk_adlcnd;
})
} }
function defaultDidgrpAplPtsRef() { function defaultDidgrpAplPtsRef() {
...@@ -315,16 +311,8 @@ function defaultDidgrpBlkLcrgod() { ...@@ -315,16 +311,8 @@ function defaultDidgrpBlkLcrgod() {
function defaultDidgrpRecAutdat() { function defaultDidgrpRecAutdat() {
} }
function defaultDidgrpRecIdcode() { function defaultDidgrpRecIdcode() {
const that = this;
that.executeDefault("didgrp.rec.idcode").then(res => {
that.model.didgrp.rec.idcode = res.data.didgrp_rec_idcode;
})
} }
function defaultDidgrpRecDkflg() { function defaultDidgrpRecDkflg() {
const that = this;
that.executeDefault("didgrp.rec.dkflg").then(res => {
that.model.didgrp.rec.dkflg = res.data.didgrp_rec_dkflg;
})
} }
function defaultDidgrpRmbPtsAdrblk() { function defaultDidgrpRmbPtsAdrblk() {
} }
......
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="金额总和"> <el-form-item label="Amount Covered">
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<c-input type="text" :disable="true" value="CNY"></c-input> <c-input type="text" :disable="true" value="CNY"></c-input>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</el-col> </el-col>
--> -->
<el-col :span="8"> <el-col :span="8">
<el-form-item label="参考号" prop="didgrp.rec.ownref"> <el-form-item label="国内证编号" prop="didgrp.rec.ownref">
<c-input v-model="model.didgrp.rec.ownref" maxlength="16" placeholder="请输入Reference"></c-input> <c-input v-model="model.didgrp.rec.ownref" maxlength="16" placeholder="请输入Reference"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -214,8 +214,7 @@ ...@@ -214,8 +214,7 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="开证日期" prop="didgrp.rec.opndat"> <el-form-item label="开证日期" prop="didgrp.rec.opndat">
<!-- <c-date-picker type="date" v-model="model.didgrp.rec.opndat" style="width:45%" placeholder="请选择Date L/C Opened/Issued"></c-date-picker> --> <c-date-picker type="date" v-model="model.didgrp.rec.opndat" style="width:45%" placeholder="请选择Date L/C Opened/Issued"></c-date-picker>
<!-- <el-date-picker type="date" v-model="model.trncorco.inidatfro" style="width:45%" placeholder="请选择Date of entry of Transaction"></el-date-picker> -->
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -236,7 +235,7 @@ ...@@ -236,7 +235,7 @@
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="Extkey" prop="didgrp.ben.pts.extkey"> <el-form-item label="客户编号" prop="didgrp.ben.pts.extkey">
<c-input v-model="model.didgrp.ben.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input> <c-input v-model="model.didgrp.ben.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</el-col> </el-col>
--> -->
<el-col :span="24"> <el-col :span="24">
<el-form-item label="货物描述" prop="didgrp.blk.lcrgod"> <el-form-item label="货物/服务描述" prop="didgrp.blk.lcrgod">
<c-input type="textarea" v-model="model.didgrp.blk.lcrgod" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入Description of Goods" ></c-input> <c-input type="textarea" v-model="model.didgrp.blk.lcrgod" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入Description of Goods" ></c-input>
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrgodButtxmsel"> <c-button size="small" type="primary" icon="el-icon-search" @click="onLcrgodButtxmsel">
... ...
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<el-col :span="24"> <el-col :span="24">
<el-form-item label="附加条款" prop="didgrp.blk.adlcnd"> <el-form-item label="附加条款" prop="didgrp.blk.adlcnd">
<c-input type="textarea" v-model="model.didgrp.blk.adlcnd" style="width:70%;margin-right:20px;" maxlength="390" show-word-limit placeholder="请输入附加条款" ></c-input> <c-input type="textarea" :autosize="{ minRows: 4, maxRows: 8}" v-model="model.didgrp.blk.adlcnd" style="width:70%;margin-right:20px;" maxlength="390" show-word-limit placeholder="请输入附加条款" ></c-input>
<c-button size="small" type="primary" icon="el-icon-search" @click="onAdlcndButtxmsel"> <c-button size="small" type="primary" icon="el-icon-search" @click="onAdlcndButtxmsel">
... ...
</c-button> </c-button>
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
</el-col> </el-col>
<el-col :span="24"> <el-col :span="24">
<el-form-item label="给付款、承兑、议付行的指示" prop="didgrp.blk.insbnk"> <el-form-item label="其他条款" prop="didgrp.blk.insbnk">
<c-input type="textarea" v-model="model.didgrp.blk.insbnk" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入付行的指示" ></c-input> <c-input type="textarea" :autosize="{ minRows: 4, maxRows: 8}" v-model="model.didgrp.blk.insbnk" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入付行的指示" ></c-input>
<c-button size="small" type="primary" icon="el-icon-search" @click="onInsbnkButtxmsel"> <c-button size="small" type="primary" icon="el-icon-search" @click="onInsbnkButtxmsel">
... ...
</c-button> </c-button>
......
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