Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bdcac3f6
authored
2018-04-10 11:55:24 +0800
by
Zelig
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
电核
1 parent
ea8683df
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
76 additions
and
59 deletions
application/views/work/审批/电核.php
application/views/work/审批/电核结果.php
application/views/work/审批/电核.php
View file @
bdcac3f
...
...
@@ -102,48 +102,46 @@
{},
{},
],
"hasProvidentFund":0,
"hasSocialInsurance":0,
"housingValuation":0,
"housingValuation": "",
"id":0,
"idCard":"",
"identityInformationOptions":
0
,
"identityInformationOptions":
""
,
"identityInformationRemark":"",
"incomeCertifies":"",
"incomeCertifiesJobTitle":"",
"jianAnValuation":
0
,
"jianAnValuation":
""
,
"jobTitle":"",
"liveYears":
0
,
"livingCondition":
0
,
"loanMonthRepayAmount":
0
,
"loanPeriod":
0
,
"liveYears":
""
,
"livingCondition":
""
,
"loanMonthRepayAmount":
""
,
"loanPeriod":
""
,
"loanUse":"",
"maritalRemark":"",
"maritalStatus":
0
,
"monthlyIncome":
0
,
"maritalStatus":
""
,
"monthlyIncome":
""
,
"name":"",
"nowAddress":"",
"operateInformationOptions":
0
,
"operateInformationOptions":
""
,
"operateInformationRemark":"",
"orderId":
0
,
"orderId":
<?=
$id
?>
,
"otherAssets":"",
"otherAssetsDetail":"",
"otherAssetsValuation":
0
,
"otherAssetsValuation":
""
,
"overdueReasons":"",
"permanentPopulation":
0
,
"permanentPopulation":
""
,
"populationComposition":"",
"providentFundAmount":
0
,
"realEstateAmount":
0
,
"salaryPaymentForm":
0
,
"socialInsuranceAmount":
0
,
"totalAssetsAmount":
0
,
"totalCreditLiabilityAmount":
0
,
"totalNoneCreditLiabilityAmount":
0
,
"vehicleBrands":"
string
",
"vehicleNumber":
0
,
"vehicleValuation":
0
,
"whetherLongResidence":
0
,
"workingYears":
0
"providentFundAmount":
""
,
"realEstateAmount":
""
,
"salaryPaymentForm":
""
,
"socialInsuranceAmount":
""
,
"totalAssetsAmount":
""
,
"totalCreditLiabilityAmount":
""
,
"totalNoneCreditLiabilityAmount":
""
,
"vehicleBrands":"",
"vehicleNumber":
""
,
"vehicleValuation":
""
,
"whetherLongResidence":
""
,
"workingYears":
""
},
records: {},
...
...
application/views/work/审批/电核结果.php
View file @
bdcac3f
...
...
@@ -108,6 +108,10 @@
<label>
地址
</label>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"familyMember.address"
>
</div>
<div
class=
"form-group col-sm-1"
>
<label>
</label>
<button>
aoeu
<button>
</div>
</div>
<div
class=
"row cl"
>
...
...
@@ -320,52 +324,57 @@
</div>
</div>
<
!-- <
div class="panel panel-default mb-20">
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
经营财务数据(可选)
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
经营年限
</label>
<input type="text" class="form-control input-text" v
alue="" disabled
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.operatingYears"
>
<span
class=
"glyphicon form-control-feedback"
>
年
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
期初投入
</label>
<input type="text" class="form-control input-text" v
alue="" disabled
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.initialInvestment"
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
年产值/年营收入
</label>
<input type="text" class="form-control input-text" v
alue="" disabled
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.annualOperatingIncome"
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>员工</label>
<input type="text" class="form-control input-text" v
alue="" disabled
>
<label>
员工
人数
</label>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.employeeNumber"
>
<span
class=
"glyphicon form-control-feedback"
>
人
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
缴纳社保
</label>
<span class="form-control select-box
disabled
">
<select class="select" size="1"
disabled
>
<option value="">是</option>
<option value="">否</option>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
v-model=
"phoneAudit.hasEmployeeSocialInsurance"
>
<option
value=
"
1
"
>
是
</option>
<option
value=
"
0
"
>
否
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
社保金额成本
</label>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"phoneAudit.employeeSocialInsuranceAmount"
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
人力成本
</label>
<input type="text" class="form-control input-text" v
alue="" disabled
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.laborCosts"
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
水电费
</label>
<input type="text" class="form-control input-text" v
alue="" disabled
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.utilities"
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
经营利润
</label>
<input type="text" class="form-control input-text" v
alue="" disabled
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.operatingProfit"
>
<span
class=
"glyphicon form-control-feedback"
>
%
</span>
</div>
</div>
...
...
@@ -373,68 +382,72 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
经营地性质
</label>
<span class="form-control select-box
disabled
">
<select class="select" size="1"
disabled
>
<option value="">租凭</option>
<option value="">自有</option>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
v-model=
"phoneAudit.operationNature"
>
<option
value=
"
0
"
>
租凭
</option>
<option
value=
"
1
"
>
自有
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
</label>
<input type="text" class="form-control input-text" v
alue="" disabled placeholder="租金/价值
">
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.rentOrAssetsAmount
"
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
库存
</label>
<input type="text" class="form-control input-text" v
alue="" disabled
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.inventoryValue"
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
应收
</label>
<input type="text" class="form-control input-text" v
alue="" disabled
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.receivableAmount"
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
账期
</label>
<input type="text" class="form-control input-text" v
alue="" disabled
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.accountPeriod"
>
<span
class=
"glyphicon form-control-feedback"
>
天
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
应付
</label>
<input type="text" class="form-control input-text" v
alue="" disabled
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"phoneAudit.payableAmount"
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>长期合作单位</label>
<input type="text" class="form-control input-text" value="" disabled>
<label>
长期合作上游单位
</label>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"phoneAudit.upstreamCooperation"
>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
长期合作下游单位
</label>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"phoneAudit.downstreamCooperation"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
财务结算方式
</label>
<span class="form-control select-box
disabled
">
<select class="select" size="1"
disabled
>
<option value="">对公</option>
<option value="">对私</option>
<option value="">现金</option>
<option value="">承诺</option>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
v-model=
"phoneAudit.accountingSettlementMethod"
>
<option
value=
"
0
"
>
对公
</option>
<option
value=
"
1
"
>
对私
</option>
<option
value=
"
2
"
>
现金
</option>
<option
value=
"
3
"
>
承诺
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-4 col-md-2"
>
<label>
</label>
<input type="text" class="form-control input-text"
value="" disabled placeholder="备注: 对公/对私(什么银行)
">
<input
type=
"text"
class=
"form-control input-text"
placeholder=
"备注: 对公/对私(什么银行)"
v-model=
"phoneAudit.accountingSettlementRemark
"
>
</div>
</div>
</div>
</div>
-->
</div>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
资产信息
</div>
...
...
@@ -532,6 +545,12 @@
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-12"
>
<label>
逾期原因
</label>
<textarea
class=
"textarea"
v-model=
"phoneAudit.overdueReasons"
></textarea>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment