Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
119bf35c
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1431
Star
162
Fork
130
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
119bf35c
编写于
3月 20, 2023
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
凭证组件修改
上级
0c60bb9e
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
9 addition
and
8 deletion
+9
-8
crm/src/main/resources/template/js/customerManage/customerChoose.js
...in/resources/template/js/customerManage/customerChoose.js
+1
-2
ifs/src/main/resources/template/js/income/incomeList.js
ifs/src/main/resources/template/js/income/incomeList.js
+3
-1
web/src/main/resources/template/assets/lib/layui/customer/voucher/voucherUtil.js
...template/assets/lib/layui/customer/voucher/voucherUtil.js
+5
-5
未找到文件。
crm/src/main/resources/template/js/customerManage/customerChoose.js
浏览文件 @
119bf35c
...
...
@@ -50,8 +50,7 @@ layui.config({
form
.
render
();
var
id
=
JSON
.
stringify
(
dubClick
.
data
(
'
index
'
));
parent
.
customerMation
=
res
.
rows
[
id
];
parent
.
sysCustomerUtil
.
customerMation
=
customerMation
;
parent
.
sysCustomerUtil
.
customerMation
=
res
.
rows
[
id
];
parent
.
layer
.
close
(
index
);
parent
.
refreshCode
=
'
0
'
;
});
...
...
ifs/src/main/resources/template/js/income/incomeList.js
浏览文件 @
119bf35c
...
...
@@ -50,7 +50,9 @@ layui.config({
{
field
:
'
holderKey
'
,
title
:
'
往来单位类型
'
,
align
:
'
left
'
,
width
:
100
,
templet
:
function
(
d
)
{
return
skyeyeClassEnumUtil
.
getEnumDataNameByCodeAndKey
(
"
correspondentEnterEnum
"
,
'
id
'
,
d
.
holderKey
,
'
name
'
);
}},
{
field
:
'
supplierName
'
,
title
:
'
往来单位
'
,
align
:
'
left
'
,
width
:
150
},
{
field
:
'
holderMation
'
,
title
:
'
往来单位
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
holderMation
.
name
;
}},
{
field
:
'
totalPrice
'
,
title
:
'
合计金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
handsPersonName
'
,
title
:
'
经手人
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
operTime
'
,
title
:
'
单据日期
'
,
align
:
'
center
'
,
width
:
120
},
...
...
web/src/main/resources/template/assets/lib/layui/customer/voucher/voucherUtil.js
浏览文件 @
119bf35c
...
...
@@ -64,10 +64,10 @@ var voucherUtil = {
_this
.
find
(
"
.col_summary
"
).
find
(
"
textarea
"
).
val
(
data
[
i
].
remark
);
// 摘要
_this
.
find
(
"
.col_voucher
"
).
find
(
"
.cell_val
"
).
attr
(
"
dataId
"
,
data
[
i
].
voucherId
);
// 凭证
_this
.
find
(
"
.col_voucher
"
).
find
(
"
.cell_val
"
).
html
(
data
[
i
].
voucher
N
ame
);
_this
.
find
(
"
.col_voucher
"
).
find
(
"
.cell_val
"
).
html
(
data
[
i
].
voucher
Mation
.
n
ame
);
_this
.
find
(
"
.col_subject
"
).
find
(
"
.cell_val
"
).
attr
(
"
dataId
"
,
data
[
i
].
subjectId
);
// 会计科目
_this
.
find
(
"
.col_subject
"
).
find
(
"
.cell_val
"
).
html
(
data
[
i
].
subject
N
ame
);
_this
.
find
(
"
.col_subject
"
).
find
(
"
.cell_val
"
).
html
(
data
[
i
].
subject
Mation
.
n
ame
);
if
(
data
[
i
].
directionType
==
1
){
_this
.
find
(
"
.col_debite
"
).
find
(
"
.cell_val
"
).
html
(
data
[
i
].
eachAmount
);
// 借方金额
...
...
@@ -90,9 +90,9 @@ var voucherUtil = {
_this
.
find
(
"
.col_summary
"
).
find
(
"
textarea
"
).
val
(
data
[
i
].
remark
);
// 摘要
_this
.
find
(
"
.col_summary
"
).
find
(
"
textarea
"
).
attr
(
"
disabled
"
,
true
);
_this
.
find
(
"
.col_voucher
"
).
find
(
"
.cell_val
"
).
html
(
data
[
i
].
voucher
N
ame
);
// 凭证
_this
.
find
(
"
.col_voucher
"
).
find
(
"
.cell_val
"
).
html
(
data
[
i
].
voucher
Mation
.
n
ame
);
// 凭证
_this
.
find
(
"
.col_subject
"
).
find
(
"
.cell_val
"
).
html
(
data
[
i
].
subject
N
ame
);
// 会计科目
_this
.
find
(
"
.col_subject
"
).
find
(
"
.cell_val
"
).
html
(
data
[
i
].
subject
Mation
.
n
ame
);
// 会计科目
if
(
data
[
i
].
directionType
==
1
){
_this
.
find
(
"
.col_debite
"
).
find
(
"
.cell_val
"
).
html
(
data
[
i
].
eachAmount
);
// 借方金额
...
...
@@ -116,7 +116,7 @@ var voucherUtil = {
_this
.
find
(
"
.cell_val
"
).
show
();
sysIfsUtil
.
openIfsVoucherChoosePage
(
function
(
chooseVoucherMation
){
_this
.
find
(
"
.cell_val
"
).
attr
(
"
dataId
"
,
chooseVoucherMation
.
id
);
_this
.
find
(
"
.cell_val
"
).
html
(
chooseVoucherMation
.
fileN
ame
);
_this
.
find
(
"
.cell_val
"
).
html
(
chooseVoucherMation
.
n
ame
);
});
break
;
case
'
subject
'
:
// 会计科目
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录