Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
5db0f31d
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1434
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看板
提交
5db0f31d
编写于
2月 03, 2022
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
供应商信息整改
上级
75699b2d
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
1 addition
and
15 deletion
+1
-15
erp/src/main/resources/template/js/erpstatistics/outgoingdetails.js
...in/resources/template/js/erpstatistics/outgoingdetails.js
+1
-3
erp/src/main/resources/template/js/erpstatistics/warehousingdetails.js
...resources/template/js/erpstatistics/warehousingdetails.js
+0
-2
erp/src/main/resources/template/js/material/materialstocklist.js
.../main/resources/template/js/material/materialstocklist.js
+0
-1
erp/src/main/resources/template/tpl/erpstatistics/outgoingdetails.html
...resources/template/tpl/erpstatistics/outgoingdetails.html
+0
-4
erp/src/main/resources/template/tpl/erpstatistics/warehousingdetails.html
...ources/template/tpl/erpstatistics/warehousingdetails.html
+0
-4
ifs/src/main/resources/template/js/account/accountItem.js
ifs/src/main/resources/template/js/account/accountItem.js
+0
-1
未找到文件。
erp/src/main/resources/template/js/erpstatistics/outgoingdetails.js
浏览文件 @
5db0f31d
...
...
@@ -85,7 +85,6 @@ layui.config({
{
field
:
'
unitPrice
'
,
title
:
'
单价
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
operNumber
'
,
title
:
'
出库数量
'
,
align
:
'
left
'
,
width
:
100
},
{
field
:
'
allPrice
'
,
title
:
'
金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
supplierName
'
,
title
:
'
供应商/客户/会员
'
,
align
:
'
left
'
,
width
:
140
},
{
field
:
'
depotName
'
,
title
:
'
仓库
'
,
align
:
'
left
'
,
width
:
140
},
{
field
:
'
operTime
'
,
title
:
'
出库日期
'
,
align
:
'
center
'
,
width
:
140
}
]],
...
...
@@ -142,11 +141,10 @@ layui.config({
return
{
materialName
:
$
(
"
#materialName
"
).
val
(),
depotId
:
$
(
"
#depotId
"
).
val
(),
customerName
:
$
(
"
#customerName
"
).
val
(),
startTime
:
startTime
,
endTime
:
endTime
};
}
exports
(
'
warehous
ingdetails
'
,
{});
exports
(
'
outgo
ingdetails
'
,
{});
});
erp/src/main/resources/template/js/erpstatistics/warehousingdetails.js
浏览文件 @
5db0f31d
...
...
@@ -94,7 +94,6 @@ layui.config({
{
field
:
'
unitPrice
'
,
title
:
'
单价
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
operNumber
'
,
title
:
'
入库数量
'
,
align
:
'
left
'
,
width
:
100
},
{
field
:
'
allPrice
'
,
title
:
'
金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
supplierName
'
,
title
:
'
供应商/客户/会员
'
,
align
:
'
left
'
,
width
:
140
},
{
field
:
'
depotName
'
,
title
:
'
仓库
'
,
align
:
'
left
'
,
width
:
140
},
{
field
:
'
operTime
'
,
title
:
'
入库日期
'
,
align
:
'
center
'
,
width
:
140
}
]],
...
...
@@ -162,7 +161,6 @@ layui.config({
return
{
materialName
:
$
(
"
#materialName
"
).
val
(),
depotId
:
$
(
"
#depotId
"
).
val
(),
organName
:
$
(
"
#organName
"
).
val
(),
startTime
:
startTime
,
endTime
:
endTime
};
...
...
erp/src/main/resources/template/js/material/materialstocklist.js
浏览文件 @
5db0f31d
...
...
@@ -34,7 +34,6 @@ layui.config({
return
str
;
}},
{
field
:
'
subTypeName
'
,
title
:
'
单据类型
'
,
align
:
'
left
'
,
width
:
100
},
{
field
:
'
supplierName
'
,
title
:
'
供应商
'
,
align
:
'
left
'
,
width
:
150
},
{
field
:
'
unitPrice
'
,
title
:
'
单价(元)
'
,
align
:
'
left
'
,
width
:
100
},
{
field
:
'
operNumber
'
,
title
:
'
数量
'
,
align
:
'
left
'
,
width
:
80
,
templet
:
function
(
d
){
if
(
d
.
subType
==
12
){
//拆分单
...
...
erp/src/main/resources/template/tpl/erpstatistics/outgoingdetails.html
浏览文件 @
5db0f31d
...
...
@@ -15,10 +15,6 @@
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"materialName"
name=
"materialName"
placeholder=
"请输入名称"
class=
"layui-input"
/>
</div>
<label
class=
"layui-form-label"
>
供应商/客户/会员
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"customerName"
name=
"customerName"
placeholder=
"请输入供应商/客户/会员名称"
class=
"layui-input"
/>
</div>
<label
class=
"layui-form-label"
>
仓库
</label>
<div
class=
"layui-input-inline"
>
<select
id=
"depotId"
lay-search
></select>
...
...
erp/src/main/resources/template/tpl/erpstatistics/warehousingdetails.html
浏览文件 @
5db0f31d
...
...
@@ -15,10 +15,6 @@
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"materialName"
name=
"materialName"
placeholder=
"请输入名称"
class=
"layui-input"
/>
</div>
<label
class=
"layui-form-label"
>
供应商
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"organName"
name=
"organName"
placeholder=
"请输入供应商"
class=
"layui-input"
/>
</div>
<label
class=
"layui-form-label"
>
仓库
</label>
<div
class=
"layui-input-inline"
>
<select
id=
"depotId"
lay-search
></select>
...
...
ifs/src/main/resources/template/js/account/accountItem.js
浏览文件 @
5db0f31d
...
...
@@ -48,7 +48,6 @@ layui.config({
}
}},
{
field
:
'
totalPrice
'
,
title
:
'
合计金额
'
,
align
:
'
left
'
,
width
:
100
},
{
field
:
'
supplierName
'
,
title
:
'
供应商/客户/会员
'
,
align
:
'
left
'
,
width
:
140
},
{
field
:
'
payType
'
,
title
:
'
付款类型
'
,
align
:
'
center
'
,
width
:
80
,
templet
:
function
(
d
)
{
if
(
d
.
payType
==
1
){
return
"
<span class='state-up'>现金</span>
"
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录