Commit 6d896804 by lsk

界面效果调整

parent d33fcb8f
...@@ -520,7 +520,9 @@ export default { ...@@ -520,7 +520,9 @@ export default {
return { return {
}; };
}, },
methods: { ...Event }, methods: { ...Event ,
onSeainf(){}
},
created: function () {}, created: function () {},
}; };
</script> </script>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-input <c-input
v-model="model.cptp.recget.sdamod.dadsnd" v-model="model.cptp.recget.sdamod.dadsnd"
placeholder="" placeholder=""
readonly disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
v-model="model.cpdgrp.rec.nam" v-model="model.cpdgrp.rec.nam"
maxlength="16" maxlength="16"
placeholder="" placeholder=""
readonly disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
v-model="model.cpdgrp.rec.othbch" v-model="model.cpdgrp.rec.othbch"
maxlength="8" maxlength="8"
placeholder="" placeholder=""
readonly disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -165,6 +165,7 @@ ...@@ -165,6 +165,7 @@
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
style="width: 100%" style="width: 100%"
placeholder="" placeholder=""
disabled
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -322,12 +323,7 @@ ...@@ -322,12 +323,7 @@
style="width: 100%" style="width: 100%"
placeholder="" placeholder=""
v-model="model.cpdgrp.rec.swftyp" v-model="model.cpdgrp.rec.swftyp"
:disabled=" :disabled="model.cptp.liqtyp!='C' && model.cptp.liqtyp!='S'"
model.cpdgrp.cbs.nom1.amt === '0.000' ||
model.cptp.liqtyp==='B' ||
model.cptp.liqtyp==='O' ||
model.cpdgrp.cbs.nom1.amt === ''
"
> >
<el-option <el-option
v-for="item in codes.swftyp" v-for="item in codes.swftyp"
...@@ -372,10 +368,7 @@ ...@@ -372,10 +368,7 @@
style="width: 100%" style="width: 100%"
placeholder="请选择清算模式" placeholder="请选择清算模式"
:disabled=" :disabled="
model.cpdgrp.cbs.nom1.amt === '0.000' || model.cpdgrp.cbs.nom1.amt === '0.000' "
model.cpdgrp.cbs.nom1.amt === '0' ||
model.cpdgrp.cbs.nom1.amt === ''
"
> >
<el-option <el-option
v-for="item in liqtypOptions" v-for="item in liqtypOptions"
...@@ -414,7 +407,7 @@ ...@@ -414,7 +407,7 @@
style="width: 90%" style="width: 90%"
maxlength="16" maxlength="16"
placeholder="" placeholder=""
readonly disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -422,7 +415,7 @@ ...@@ -422,7 +415,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="17"> <c-col :span="17">
<el-form-item label=""> <el-form-item label="">
<c-input placeholder="" readonly></c-input> <c-input placeholder="" disabled></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="7"> <c-col :span="7">
...@@ -442,7 +435,7 @@ ...@@ -442,7 +435,7 @@
<c-input <c-input
type="textarea" type="textarea"
placeholder="" placeholder=""
readonly disabled
rows="9" rows="9"
style="width: 90%" style="width: 90%"
></c-input> ></c-input>
...@@ -456,7 +449,7 @@ ...@@ -456,7 +449,7 @@
style="width: 90%" style="width: 90%"
maxlength="16" maxlength="16"
placeholder="" placeholder=""
readonly disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -468,7 +461,6 @@ ...@@ -468,7 +461,6 @@
style="width: 90%" style="width: 90%"
maxlength="35" maxlength="35"
placeholder="" placeholder=""
readonly
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -476,7 +468,7 @@ ...@@ -476,7 +468,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="17"> <c-col :span="17">
<el-form-item label=""> <el-form-item label="">
<c-input placeholder="" readonly></c-input> <c-input placeholder="" disabled></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="7"> <c-col :span="7">
...@@ -496,7 +488,7 @@ ...@@ -496,7 +488,7 @@
<c-input <c-input
type="textarea" type="textarea"
placeholder="" placeholder=""
readonly disabled
rows="9" rows="9"
style="width: 90%" style="width: 90%"
></c-input> ></c-input>
...@@ -509,7 +501,7 @@ ...@@ -509,7 +501,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="17"> <c-col :span="17">
<el-form-item label="发报行"> <el-form-item label="发报行">
<c-input placeholder="" readonly></c-input> <c-input placeholder="" disabled></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="7"> <c-col :span="7">
...@@ -525,7 +517,7 @@ ...@@ -525,7 +517,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label=""> <el-form-item label="">
<c-input placeholder="" readonly style="width: 90%"></c-input> <c-input placeholder="" disabled style="width: 90%"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -2313,7 +2305,6 @@ export default { ...@@ -2313,7 +2305,6 @@ export default {
mixins: [CommonProcess], mixins: [CommonProcess],
data() { data() {
return { return {
model3: "",
trntyp: [ trntyp: [
{ value: "0", label: "贸易" }, { value: "0", label: "贸易" },
{ value: "1", label: "非贸易" }, { value: "1", label: "非贸易" },
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</c-col> </c-col>
<c-col :span="7" :offset="1"> <c-col :span="7" :offset="1">
<c-checkbox v-model="model.bopmod.basflg">基础数据</c-checkbox> <c-checkbox v-model="model.bopmod.basflg" :disabled="model.bopmod.szflg==='3'||model.bopmod.szflg===''">基础数据</c-checkbox>
</c-col> </c-col>
<c-col :span="16"> <c-col :span="16">
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
v-model="model.bopmod.acttyp" v-model="model.bopmod.acttyp"
style="width: 100%" style="width: 100%"
placeholder="请选择" placeholder="请选择"
:disabled="model.bopmod.szflg==='2'"
> >
<el-option <el-option
v-for="item in codes.acttyp" v-for="item in codes.acttyp"
......
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