Commit d88b6df6 by wangyanjiao

bdtdck 页面优化,条件优化

parent 455ce23d
......@@ -90,7 +90,7 @@
<c-row>
<c-col :span="24">
<el-form-item label="收到的通知类" prop="bddgrp.rec.advtyp">
<c-select v-model="model.bddgrp.rec.advtyp" style="width:100%" placeholder="请选择Type of Advice Received">
<c-select v-model="model.bddgrp.rec.advtyp" style="width:100%" placeholder="请选择Type of Advice Received" :disabled="true">
</c-select>
</el-form-item>
</c-col>
......@@ -104,7 +104,7 @@
<c-col :span="24">
<el-form-item label="不符点通知日期" prop="bddgrp.rec.disdat">
<c-date-picker type="date" v-model="model.bddgrp.rec.disdat" style="width:100%" placeholder="请选择不符点通知日期">
<c-date-picker type="date" v-model="model.bddgrp.rec.disdat" style="width:100%" placeholder="请选择不符点通知日期" :disabled="true">
</c-date-picker>
</el-form-item>
</c-col>
......@@ -113,11 +113,11 @@
<c-checkbox v-model="model.bddgrp.rec.approvcod">议付行担保议付</c-checkbox>
</c-col>
<c-col :span="24" :offset="8">
<c-col :span="24" :offset="8" v-if="false">
<c-checkbox v-model="model.bdtp.cre752flg">Create 752</c-checkbox>
</c-col>
<c-col :span="24">
<c-col :span="24" v-if="false">
<el-form-item label="Further Identification" prop="bdtp.furide">
<c-select v-model="model.bdtp.furide" style="width:100%" placeholder="请选择Further Identification">
</c-select>
......@@ -125,7 +125,7 @@
</c-col>
<c-col :span="24" :offset="8">
<c-checkbox v-model="model.bdtp.cre732flg">Create MT 732</c-checkbox>
<c-checkbox v-model="model.bdtp.cre732flg" :disabled="!model.bddgrp.rec.acpnowflg != ''">Create MT 732</c-checkbox>
</c-col>
</c-row>
</c-col>
......
......@@ -167,7 +167,7 @@
</template>
</el-table-column>
<el-table-column label="2st" width="auto">
<el-table-column label="2nd" width="auto">
<template slot-scope="scope">
<c-input v-model="scope.row.cmail2"></c-input>
</template>
......@@ -277,18 +277,18 @@ export default {
{ label: "Shipment Advice", value: "Shipment Advice" },
{ label: "Weight List", value: "Weight List" },
],
TableValue: [
{
id: 0,
cmail1: "",
cmail2: "",
docnam: "",
description: "",
serialNum: "",
tableName: "",
tcddoc: "",
},
],
// TableValue: [
// {
// id: 0,
// cmail1: "",
// cmail2: "",
// docnam: "",
// description: "",
// serialNum: "",
// tableName: "",
// tcddoc: "",
// },
// ],
newValue: {
id: 0,
cmail1: "",
......
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