Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
53710c4d
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1182
Star
154
Fork
127
代码
文件
提交
分支
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看板
提交
53710c4d
编写于
7月 20, 2024
作者:
L
LAPTOP-UV1MNL38\18023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat:修改bug
上级
a46ad351
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
12 addition
and
12 deletion
+12
-12
erp/src/main/resources/template/js/erpstatistics/incomingstatistics.js
...resources/template/js/erpstatistics/incomingstatistics.js
+3
-3
erp/src/main/resources/template/js/purchaseQualityInspection/purchaseQualityInspectionList.js
...urchaseQualityInspection/purchaseQualityInspectionList.js
+2
-2
erp/src/main/resources/template/js/purchaseRequest/purchaseRequestList.js
...ources/template/js/purchaseRequest/purchaseRequestList.js
+2
-2
erp/src/main/resources/template/js/supplierContract/supplierContractList.js
...rces/template/js/supplierContract/supplierContractList.js
+2
-2
erp/src/main/resources/template/tpl/materialCode/batchCopy.html
...c/main/resources/template/tpl/materialCode/batchCopy.html
+1
-1
member/src/main/resources/template/js/member/memberSearchChoose.js
...c/main/resources/template/js/member/memberSearchChoose.js
+1
-1
pro/src/main/resources/template/js/project/projectChooseList.js
...c/main/resources/template/js/project/projectChooseList.js
+1
-1
未找到文件。
erp/src/main/resources/template/js/erpstatistics/incomingstatistics.js
浏览文件 @
53710c4d
...
...
@@ -22,9 +22,9 @@ layui.config({
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
name
'
,
title
:
'
产品名称
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
materialMation
.
name
}},
{
field
:
'
model
'
,
title
:
'
产品型号
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
materialMation
.
model
}},
{
field
:
'
norms
'
,
title
:
'
产品规格
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
normsMation
.
name
}},
{
field
:
'
name
'
,
title
:
'
产品名称
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
getNotUndefinedVal
(
d
.
materialMation
?.
name
)
}},
{
field
:
'
model
'
,
title
:
'
产品型号
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
getNotUndefinedVal
(
d
.
materialMation
?.
model
)
}},
{
field
:
'
norms
'
,
title
:
'
产品规格
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
getNotUndefinedVal
(
d
.
normsMation
?.
name
)
}},
{
field
:
'
currentTock
'
,
title
:
'
进货数量
'
,
align
:
'
left
'
,
width
:
100
},
{
field
:
'
currentTockMoney
'
,
title
:
'
进货金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
returnCurrentTock
'
,
title
:
'
退货数量
'
,
align
:
'
left
'
,
width
:
100
},
...
...
erp/src/main/resources/template/js/purchaseQualityInspection/purchaseQualityInspectionList.js
浏览文件 @
53710c4d
...
...
@@ -135,7 +135,7 @@ layui.config({
approvalId
:
approvalId
};
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
submitQualityInspectionToApproval
"
,
params
:
params
,
type
:
'
json
'
,
method
:
'
POST
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
winui
.
window
.
msg
(
"
提交成功
。
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
...
...
@@ -158,7 +158,7 @@ layui.config({
layer
.
confirm
(
'
确认撤销该申请吗?
'
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
revokeQualityInspection
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
winui
.
window
.
msg
(
"
撤销成功。
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
...
...
erp/src/main/resources/template/js/purchaseRequest/purchaseRequestList.js
浏览文件 @
53710c4d
...
...
@@ -176,7 +176,7 @@ layui.config({
layer
.
confirm
(
'
确认撤销该申请吗?
'
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
revokePurchaseRequest
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
winui
.
window
.
msg
(
"
撤销成功。
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
...
...
@@ -192,7 +192,7 @@ layui.config({
approvalId
:
approvalId
};
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
submitPurchaseRequestToApproval
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
POST
"
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
winui
.
window
.
msg
(
"
提交成功
。
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
...
...
erp/src/main/resources/template/js/supplierContract/supplierContractList.js
浏览文件 @
53710c4d
...
...
@@ -209,7 +209,7 @@ layui.config({
approvalId
:
approvalId
};
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
mysuppliercontract009
"
,
params
:
params
,
type
:
'
json
'
,
method
:
'
POST
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
winui
.
window
.
msg
(
"
提交成功
。
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
...
...
@@ -293,7 +293,7 @@ layui.config({
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销申请提交
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
mysuppliercontract016
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
'
PUT
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
winui
.
window
.
msg
(
"
撤销成功。
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
...
...
erp/src/main/resources/template/tpl/materialCode/batchCopy.html
浏览文件 @
53710c4d
...
...
@@ -36,7 +36,7 @@
</div>
</div>
<div
class=
"layui-form-item layui-col-xs6"
>
<label
class=
"layui-form-label"
>
状态
<
i
class=
"red"
>
*
</i><
/label>
<label
class=
"layui-form-label"
>
状态
</label>
<div
class=
"layui-input-block"
id=
"inDepot"
>
</div>
...
...
member/src/main/resources/template/js/member/memberSearchChoose.js
浏览文件 @
53710c4d
...
...
@@ -70,7 +70,7 @@ layui.config({
}
})
initTableSearchUtil
.
initAdvancedSearch
(
this
,
res
.
searchFilter
,
form
,
"
请输入
名称
"
,
function
()
{
initTableSearchUtil
.
initAdvancedSearch
(
this
,
res
.
searchFilter
,
form
,
"
请输入
联系电话
"
,
function
()
{
table
.
reloadData
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
});
}
...
...
pro/src/main/resources/template/js/project/projectChooseList.js
浏览文件 @
53710c4d
...
...
@@ -42,7 +42,7 @@ layui.config({
]],
done
:
function
(
json
)
{
matchingLanguage
();
initTableSearchUtil
.
initAdvancedSearch
(
this
,
json
.
searchFilter
,
form
,
"
请输入单
号,项目名称
"
,
function
()
{
initTableSearchUtil
.
initAdvancedSearch
(
this
,
json
.
searchFilter
,
form
,
"
请输入单
据编号
"
,
function
()
{
table
.
reloadData
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
});
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录