Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
ab16030e
Commit
ab16030e
authored
Mar 26, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
guojihua
parent
9d6500b2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
166 additions
and
128 deletions
+166
-128
zh.js
src/assets/common/lang/zh.js
+31
-1
CapitalAllocation.vue
src/components/FinancialModule/CapitalAllocation.vue
+23
-21
CapitalAllocationDetail.vue
src/components/FinancialModule/CapitalAllocationDetail.vue
+66
-66
addCapitalAllocation.vue
src/components/FinancialModule/addCapitalAllocation.vue
+43
-40
busStatistics.vue
src/components/busManagement/busStatistics.vue
+3
-0
No files found.
src/assets/common/lang/zh.js
View file @
ab16030e
...
...
@@ -1088,6 +1088,35 @@ export const fnc = {
yjyriqi
:
'原交易日期'
,
cwbaobiao
:
'财务报表'
,
shuoming
:
'说明'
,
djbianhao
:
'单据编号'
,
cjshijian
:
'创建时间'
,
xiangqing
:
'详情'
,
zjdbbiao
:
'资金调拨报表'
,
zongbu
:
'总部'
,
fgongsi
:
'分公司'
,
zjdbodan
:
'资金调拨单'
,
skduixiang
:
'收款对象'
,
skfangshi
:
'收款方式'
,
dkzhanghu
:
'到款账户'
,
bwyue
:
'本位金额'
,
dbriqi
:
'调拨日期'
,
qingkong
:
'清空'
,
bnshanchu
:
'不能删除了!'
,
zhibiao
:
'制表'
,
bwbjine
:
'本位币金额'
,
shliucheng
:
'审核流程'
,
shouqi
:
'收起'
,
zhankai
:
'展开'
,
faqi
:
'发起'
,
daishen
:
'待审'
,
bohui
:
'驳回'
,
you
:
'由'
,
gei
:
'给'
,
zjbeizhu
:
'转交备注'
,
jieshu
:
'结束'
,
ljhaoshi
:
'累计耗时'
,
xsfujian
:
'显示附件'
,
ycfujian
:
'隐藏附件'
,
}
export
const
tips
=
{
tips
:
'提示'
,
...
...
@@ -1256,7 +1285,8 @@ export const rule = {
qtxzjbeizhu
:
'请填写转交备注'
,
qxztzhdjyriqi
:
'请选择调整后的交易日期'
,
qtxshuoming
:
'请填写说明'
,
qxzygxytjddanju
:
'请选择一个需要提交的单据!'
qxzygxytjddanju
:
'请选择一个需要提交的单据!'
,
qxzbmen
:
'请选择部门'
,
}
export
const
adm
=
{
...
...
src/components/FinancialModule/CapitalAllocation.vue
View file @
ab16030e
...
...
@@ -60,13 +60,13 @@
<el-form
label-width=
"100px"
class=
"form"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"单据编号
"
>
<el-form-item
:label=
"$t('fnc.djbianhao')
"
>
<el-input
v-model=
"msg.FrID"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"公司
"
>
<el-select
v-model=
"msg.RB_Branch_Id"
placeholder=
"请选择公司
"
@
change=
"getDepartmentMsg.RB_Branch_Id = msg.RB_Branch_Id, getDepartment(),msg.RB_Depart_Id = -2"
>
<el-form-item
:label=
"$t('system.table_company')
"
>
<el-select
v-model=
"msg.RB_Branch_Id"
:placeholder=
"$t('rule.company')
"
@
change=
"getDepartmentMsg.RB_Branch_Id = msg.RB_Branch_Id, getDepartment(),msg.RB_Depart_Id = -2"
>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in CompanyList'
:label=
'item.BName'
...
...
@@ -77,8 +77,8 @@
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"部门
"
>
<el-select
v-model=
"msg.RB_Depart_Id"
placeholder=
"请选择部门
"
@
change=
"employeeMsg.DepartmentId = msg.RB_Depart_Id, getEmployee(), msg.UpdateBy='-1'"
>
<el-form-item
:label=
"$t('admin.admin_Department')
"
>
<el-select
v-model=
"msg.RB_Depart_Id"
:placeholder=
"$t('rule.qxzbmen')
"
@
change=
"employeeMsg.DepartmentId = msg.RB_Depart_Id, getEmployee(), msg.UpdateBy='-1'"
>
<el-option
:value=
"-2"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in DepartmentList'
:label=
'item.DepartmentName'
...
...
@@ -89,7 +89,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"制单人
"
>
<el-form-item
:label=
"$t('fnc.zhidanren')
"
>
<el-select
filterable
v-model=
'msg.UpdateBy'
>
<el-option
value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in EmployeeList'
...
...
@@ -101,13 +101,13 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"制单日期
"
>
<el-form-item
:label=
"$t('fnc.zdriqi')
"
>
<el-date-picker
@
change=
"timeAdd(1)"
v-model=
"productionDate"
type=
"daterange"
value-format=
"yyyy-MM-dd"
range-separator=
"至
"
>
:range-separator=
"$t('restaurant.res_To')
"
>
</el-date-picker>
</el-form-item>
</el-col>
...
...
@@ -126,13 +126,13 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"交易日期
"
>
<el-form-item
:label=
"$t('fnc.jiaoyiriqi')
"
>
<el-date-picker
@
change=
"timeAdd(2)"
v-model=
"productionDate2"
type=
"daterange"
value-format=
"yyyy-MM-dd"
range-separator=
"至
"
>
:range-separator=
"$t('restaurant.res_To')
"
>
</el-date-picker>
</el-form-item>
</el-col>
...
...
@@ -141,13 +141,13 @@
<div
class=
"page_CapitalAllocation_list"
>
<table
class=
"singeRowTable"
style=
"border:1px solid #E6E6E6;"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<th>
单号
</th>
<th>
金额
</th>
<th>
{{
$t
(
'fnc.danhao'
)
}}
</th>
<th>
{{
$t
(
'fnc.jine'
)
}}
</th>
<!--
<th>
实付
</th>
-->
<!--
<th>
原币金额
</th>
-->
<!--
<th>
交易日期
</th>
-->
<th>
创建时间
</th>
<th>
创建人
</th>
<th>
{{
$t
(
'fnc.cjshijian'
)
}}
</th>
<th>
{{
$t
(
'active.cl_addPp'
)
}}
</th>
<!--
<th>
备注
</th>
-->
<th>
{{
$t
(
'admin.admin_status'
)
}}
</th>
<th>
{{
$t
(
'system.table_operation'
)
}}
</th>
...
...
@@ -173,7 +173,7 @@
trigger=
"click"
>
<div
class=
"InfoChangeLog"
>
<div
class=
"changLog"
>
<p
class=
"_log_t"
>
流程日志
</p>
<p
class=
"_log_t"
>
{{
$t
(
'fnc.lcrizhi'
)
}}
</p>
<ul
class=
"changLogList"
v-if=
"GetFinancLogList"
v-loading=
'LogLoading'
>
<li
class=
"changLogList_l"
v-for=
"(log,li) in GetFinancLogList"
>
<span
style=
"background-color: #47BF8C"
class=
"_radius_green"
></span>
...
...
@@ -182,7 +182,7 @@
</li>
</ul>
<ul
v-else
>
<li>
暂无修改日志
</li>
<li>
{{
$t
(
'hotel.hotel_zanwu'
)
}}
</li>
</ul>
</div>
</div>
...
...
@@ -190,16 +190,16 @@
</el-popover>
</td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top"
v-if=
"item.Status===1 && item.CreateBy===EmId && item.InOrNotProcess===-1"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top"
v-if=
"item.Status===1 && item.CreateBy===EmId && item.InOrNotProcess===-1"
>
<i
class=
"edit el-icon-edit"
@
click=
"goURL('addCapitalAllocation', 1, item.FrID)"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"详情
"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.xiangqing')
"
placement=
"top"
>
<i
class=
"iconfont icon-sousuo"
@
click=
"goDetail('CapitalAllocationDetail', item.FrID)"
></i>
</el-tooltip>
</td>
</tr>
</table>
<div
class=
"noDataNotice"
v-if=
"dataList.length
<1
"
><i
class=
"iconfont icon-kong"
></i>
<p>
没有找到你需要的数据
</p></div>
<div
class=
"noDataNotice"
v-if=
"dataList.length
<1
"
><i
class=
"iconfont icon-kong"
></i>
<p>
{{
$t
(
'active.ld_noData'
)
}}
</p></div>
<div>
<el-pagination
background
...
...
@@ -259,7 +259,9 @@ export default {
GetFinancLogList
:
[],
loading
:
true
,
LogLoading
:
true
,
EmId
:
0
EmId
:
0
,
total
:
0
,
currentPage
:
0
,
}
},
created
(){
...
...
@@ -304,7 +306,7 @@ export default {
if
(
!
this
.
msg
.
Status
)
this
.
msg
.
Status
=
0
;
if
(
!
this
.
msg
.
FrID
)
this
.
msg
.
FrID
=
0
;
this
.
msg
.
EmployeeId
=
this
.
EmId
;
this
.
GetLocalFile
(
"Financial_get_OutToFundTransfer"
,
this
.
msg
,
"资金调拨报表.xls"
);}
,
this
.
GetLocalFile
(
"Financial_get_OutToFundTransfer"
,
this
.
msg
,
this
.
$t
(
'fnc.zjdbbiao'
)
+
".xls"
);}
,
getCompanyList
:
function
()
{
//获取公司列表
this
.
apipost
(
'admin_get_BranchGetList'
,
this
.
getCompanyMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
...
...
src/components/FinancialModule/CapitalAllocationDetail.vue
View file @
ab16030e
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/addCapitalAllocation.vue
View file @
ab16030e
This diff is collapsed.
Click to expand it.
src/components/busManagement/busStatistics.vue
View file @
ab16030e
...
...
@@ -165,6 +165,9 @@
<div
v-show=
"item.DMCRemark!=''"
class=
"colorE95252"
>
地接备注:
{{
item
.
DMCRemark
}}
</div>
<div
v-show=
"item.OPRemark!=''"
class=
"colorE95252"
>
OP备注(对外):
{{
item
.
OPRemark
}}
</div>
<div
v-show=
"item.OPInnerRemark!=''"
class=
"colorE95252"
>
OP备注(对内):
{{
item
.
OPInnerRemark
}}
</div>
</div>
</td>
</tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment