| src/view/accessReport/reportParams.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/view/chengtou/zoneAnalyse.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/view/diligenceTools/receivablesMarket.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/view/diligenceTools/rentMarket.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/view/diligenceTools/trustMarket.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/view/reportForms/reportFormsManage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/view/accessReport/reportParams.vue
@@ -68,10 +68,10 @@ </div> </template> <template slot="courseTitle" slot-scope="params"> <span>{{params.row.DebInfo.CourseTitle}}</span> <span v-if="params.row.DebInfo">{{params.row.DebInfo.CourseTitle}}</span> </template> <template slot="includeCourse" slot-scope="params"> <div style="padding: 10px 0"> <div style="padding: 10px 0" v-if="params.row.DebInfo"> <span v-for="item in params.row.DebInfo.Children" style="display: inline-block;background: #ccc;margin: 2px;padding: 0 5px;background: #fff;box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); border-color: #eee;"> {{item.CourseTitle}} </span> @@ -577,7 +577,7 @@ }) columns.push({ title: '负债类别', key: 'CourseTitle', key: 'CourseTitles', align: 'center', slot: 'courseTitle' }) src/view/chengtou/zoneAnalyse.vue
@@ -34,7 +34,7 @@ placeholder="请选择口径" > <Option value="全口径" label="全口径">全口径</Option> <Option value="本地口径" label="本地口径">本地口径</Option> <Option value="本级口径" label="本地口径">本级口径</Option> </Select> </div> <div style="position: absolute;right: 12px;"> src/view/diligenceTools/receivablesMarket.vue
@@ -161,7 +161,7 @@ <span>高级搜索</span> </p> <Form class="rentTableClass" :model="seniorSearch" :show-message="false" ref="seniorSearch" :rules="seniorSearchValidate" style="margin-bottom: 12px"> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">出质人/出让人</label> <FormItem style="width:calc(100% - 150px)!important;" class="receivablesmanClass"> <!-- <Input size="large" v-model="seniorSearch.NameOfTransferor" placeholder="请输入出质人/出让人" class="ipt_width" />--> @@ -183,7 +183,7 @@ </Poptip> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">质权人/受让人</label> <FormItem style="width:calc(100% - 150px)!important;" class="receivablesmanClass"> <!-- <Input size="large" v-model="seniorSearch.NameOfPledgor" placeholder="请输入质权人/受让人" class="ipt_width" />--> @@ -205,7 +205,7 @@ </Poptip> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">融资类型</label> <FormItem prop="LoanTypeInfo" style="width:calc(100% - 150px)!important;"> <!-- <Input size="large" v-model="seniorSearch.LoanTypeInfo" placeholder="请输入融资类型" class="ipt_width" />--> @@ -216,7 +216,7 @@ </Select> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">入合同金额/融资金额</label> <FormItem prop="PriContractAmount" style="width:calc(100% - 150px)!important;"> <!-- <Input size="large" v-model="CustomMethods.numTo$(seniorSearch.financingAmount)" placeholder="请输入融资金额" class="ipt_width" />--> @@ -230,7 +230,7 @@ </cashInput> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">质押/转让财产价值</label> <FormItem prop="ValueOfPledgedPro" style="width:calc(100% - 150px)!important;"> <!-- <Input size="large" v-model="CustomMethods.numTo$(seniorSearch.financingAmount)" placeholder="请输入融资金额" class="ipt_width" />--> @@ -244,7 +244,7 @@ </cashInput> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">登记时间</label> <FormItem prop="RegistrationTime" style="width:calc(100% - 150px)!important;"> <Col span="24"> @@ -252,7 +252,7 @@ </Col> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:150px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">到期时间</label> <FormItem prop="DateOfRegistration" style="width:calc(100% - 150px)!important;"> <Col span="24"> src/view/diligenceTools/rentMarket.vue
@@ -154,7 +154,7 @@ <span>高级搜索</span> </p> <Form class="rentTableClass" :model="seniorSearch" :show-message="false" ref="seniorSearch" :rules="seniorSearchValidate" style="margin-bottom: 12px"> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">承租人</label> <FormItem prop="rentMan" style="width:calc(100% - 100px)!important;" class="rentmanClass"> <!-- <Input size="large" v-model="seniorSearch.rentMan" placeholder="请输入承租人" class="ipt_width" />--> @@ -176,7 +176,7 @@ </Poptip> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">出租人</label> <FormItem prop="leaser" style="width:calc(100% - 100px)!important;" class="rentmanClass"> <!-- <Input size="large" v-model="seniorSearch.leaser" placeholder="请输入出租人" class="ipt_width" />--> @@ -198,7 +198,7 @@ </Poptip> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">融资金额</label> <FormItem prop="financingAmount" style="width:calc(100% - 100px)!important;"> <Select v-model="seniorSearch.financingAmount" size="large" class="ipt_width" placeholder="请输入融资金额(元)"> @@ -211,7 +211,7 @@ </Select> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">登记类型</label> <FormItem prop="boardingSize" style="width:calc(100% - 100px)!important;"> <Select v-model="seniorSearch.boardingSize" class="ipt_width" size="large" placeholder="请输入登记类型"> @@ -223,7 +223,7 @@ </Select> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">租赁开始时间</label> <FormItem prop="boardingTime2" style="width:calc(100% - 100px)!important;"> <Col span="24"> src/view/diligenceTools/trustMarket.vue
@@ -138,7 +138,7 @@ <span>高级搜索</span> </p> <Form class="rentTableClass" :model="seniorSearch" :show-message="false" ref="seniorSearch" :rules="seniorSearchValidate" style="margin-bottom: 12px"> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">融资人</label> <FormItem prop="rentMan" style="width:calc(100% - 100px)!important;" class="rentmanClass"> <Poptip trigger="focus" placement="bottom-start" transfer> @@ -159,7 +159,7 @@ </Poptip> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">信托公司</label> <FormItem prop="leaser" style="width:calc(100% - 100px)!important;" class="rentmanClass"> <Poptip trigger="focus" placement="bottom-start" transfer> @@ -180,7 +180,7 @@ </Poptip> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">担保人</label> <FormItem prop="Surety" style="width:calc(100% - 100px)!important;" class="rentmanClass"> <Poptip trigger="focus" placement="bottom-start" transfer> @@ -201,7 +201,7 @@ </Poptip> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">融资金额(万元)</label> <FormItem prop="financingAmount" style="width:calc(100% - 100px)!important;"> <Select v-model="seniorSearch.financingAmount" size="large" class="ipt_width" placeholder="请输入融资金额(元)"> @@ -214,7 +214,7 @@ </Select> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">登记类型</label> <FormItem prop="boardingSize" style="width:calc(100% - 100px)!important;"> <Select v-model="seniorSearch.boardingSize" class="ipt_width" size="large" placeholder="请输入登记类型"> @@ -226,7 +226,7 @@ </Select> </FormItem> </div> <div style="display: flex;align-items: center;margin-bottom: 24px"> <div style="display: flex;align-items: center;margin-bottom: 12px"> <label style="width:100px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap">成立日期</label> <FormItem prop="expirationTime2" style="width:calc(100% - 100px)!important;"> <Col span="24"> src/view/reportForms/reportFormsManage.vue
@@ -3131,6 +3131,9 @@ .reportAddList .ipt_form_style { display: flex; } .ipt_form_style .ivu-form-item{ margin-bottom: 12px; } .assetsDate .ivu-date-picker{ width: 100%; }