Commit d2e93721 by lsk

select,button替换为全局组件

parent f556a043
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
</c-col> </c-col>
<c-col :span="13"> <c-col :span="13">
<el-form-item label="解付日期" prop="cpdgrp.rec.paydat"> <el-form-item label="解付日期">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.cpdgrp.rec.paydat" v-model="model.cpdgrp.rec.paydat"
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<el-form-item label="起息日" label-width="40%" prop="cpdgrp.rec.valdat"> <el-form-item label="起息日" label-width="40%">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.cpdgrp.rec.valdat" v-model="model.cpdgrp.rec.valdat"
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</c-col> </c-col>
<!-- ------------------Right------------------> <!-- ------------------Right------------------>
<c-col :span="11"> <c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="Account with Institution/Account(Tag 54a)" label="Account with Institution/Account(Tag 54a)"
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<m-AdditionalInfo :model="model" :codes="codes" /> <m-AdditionalInfo :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="账务" name="setpan"> <el-tab-pane label="费用及账务" name="setpan">
<!--PD000000 --> <!--PD000000 -->
<m-setpan :model="model" :codes="codes" /> <m-setpan :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
......
...@@ -114,6 +114,7 @@ export default { ...@@ -114,6 +114,7 @@ export default {
this.navcode.splice(i,0,newList) this.navcode.splice(i,0,newList)
} }
this.navcode.push({code:"",label:"退汇",isDis:"N",title:""})
}else{ }else{
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
</el-table-column> </el-table-column>
<el-table-column label="操作" width="115px" fixed="right"> <el-table-column label="操作" width="115px" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <c-button
type="primary" type="primary"
size="small" size="small"
:disabled=" :disabled="
...@@ -139,15 +139,15 @@ ...@@ -139,15 +139,15 @@
@click="handleDisplay(scope.row.index, scope.row,model.trnmod.trndoc.doceot[scope.row.index])" @click="handleDisplay(scope.row.index, scope.row,model.trnmod.trndoc.doceot[scope.row.index])"
icon="el-icon-search" icon="el-icon-search"
style="margin-left:0" style="margin-left:0"
></el-button ></c-button
> >
<el-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-edit" icon="el-icon-edit"
style="margin-left:0" style="margin-left:0"
@click="handleDetail(scope.row.index, scope.row)" @click="handleDetail(scope.row.index, scope.row)"
></el-button ></c-button
> >
</template> </template>
</el-table-column> </el-table-column>
...@@ -374,17 +374,17 @@ ...@@ -374,17 +374,17 @@
/></el-form-item> /></el-form-item>
</c-col> </c-col>
<c-col :span="2"> <c-col :span="2">
<el-button size="mini">... </el-button> <c-button size="mini">... </c-button>
</c-col> </c-col>
</c-row> </c-row>
</el-form> </el-form>
<template #footer> <template #footer>
<span class="dialog-footer"> <span class="dialog-footer">
<el-button type="primary" @click="saveDialog" <c-button type="primary" @click="saveDialog"
>确 定</el-button >确 定</c-button
> >
<el-button @click="centerDialogVisible = false" <c-button @click="centerDialogVisible = false"
>取 消</el-button >取 消</c-button
> >
</span> </span>
</template> </template>
......
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