Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
b114f314
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看板
提交
b114f314
编写于
9月 25, 2022
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
部门领料单,退料单,物料单详情接口合并
上级
3db12c4c
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
14 addition
and
11 deletion
+14
-11
erp-produce/src/main/resources/template/js/erpPick/erpPatchDetails.js
...src/main/resources/template/js/erpPick/erpPatchDetails.js
+2
-1
erp-produce/src/main/resources/template/js/erpPick/erpPatchEdit.js
...ce/src/main/resources/template/js/erpPick/erpPatchEdit.js
+2
-2
erp-produce/src/main/resources/template/js/erpPick/erpRequisitionDetails.js
...in/resources/template/js/erpPick/erpRequisitionDetails.js
+2
-1
erp-produce/src/main/resources/template/js/erpPick/erpRequisitionEdit.js
.../main/resources/template/js/erpPick/erpRequisitionEdit.js
+1
-1
erp-produce/src/main/resources/template/js/erpPick/erpReturnDetails.js
...rc/main/resources/template/js/erpPick/erpReturnDetails.js
+2
-1
erp-produce/src/main/resources/template/js/erpPick/erpReturnEdit.js
...e/src/main/resources/template/js/erpPick/erpReturnEdit.js
+2
-2
erp-produce/src/main/resources/template/tpl/erpPick/erpPatchDetails.html
.../main/resources/template/tpl/erpPick/erpPatchDetails.html
+1
-1
erp-produce/src/main/resources/template/tpl/erpPick/erpRequisitionDetails.html
...resources/template/tpl/erpPick/erpRequisitionDetails.html
+1
-1
erp-produce/src/main/resources/template/tpl/erpPick/erpReturnDetails.html
...main/resources/template/tpl/erpPick/erpReturnDetails.html
+1
-1
未找到文件。
erp-produce/src/main/resources/template/js/erpPick/erpPatchDetails.js
浏览文件 @
b114f314
...
...
@@ -14,8 +14,9 @@ layui.config({
showGrid
({
id
:
"
showForm
"
,
url
:
flowableBasePath
+
"
erppick007
"
,
params
:
{
rowI
d
:
parent
.
rowId
},
params
:
{
i
d
:
parent
.
rowId
},
pagination
:
false
,
method
:
'
GET
'
,
template
:
$
(
"
#useTemplate
"
).
html
(),
ajaxSendLoadBefore
:
function
(
hdb
)
{
hdb
.
registerHelper
(
'
compare1
'
,
function
(
v1
,
v2
,
options
)
{
...
...
erp-produce/src/main/resources/template/js/erpPick/erpPatchEdit.js
浏览文件 @
b114f314
...
...
@@ -38,7 +38,7 @@ layui.config({
});
function
loadData
(){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
erppick0
10
"
,
params
:
{
rowId
:
parent
.
rowId
},
type
:
'
json
'
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
erppick0
07
"
,
params
:
{
id
:
parent
.
rowId
},
type
:
'
json
'
,
method
:
'
GET
'
,
callback
:
function
(
json
)
{
var
data
=
json
.
bean
;
if
(
!
isNull
(
data
.
machinId
)){
$
(
"
#machinOrder
"
).
val
(
data
.
machinNum
);
...
...
@@ -59,7 +59,7 @@ layui.config({
$
(
"
#unitId
"
+
(
rowNum
-
1
)).
html
(
getDataUseHandlebars
(
selOption
,
{
rows
:
item
.
unitList
}));
$
(
"
#unitId
"
+
(
rowNum
-
1
)).
val
(
item
.
normsId
);
//商品回显
$
(
"
#materialId
"
+
(
rowNum
-
1
)).
val
(
item
.
productName
+
"
(
"
+
item
.
product
Model
+
"
)
"
);
$
(
"
#materialId
"
+
(
rowNum
-
1
)).
val
(
item
.
materialName
+
"
(
"
+
item
.
material
Model
+
"
)
"
);
$
(
"
#currentTock
"
+
(
rowNum
-
1
)).
html
(
item
.
currentTock
);
//库存回显
//补充数量
$
(
"
#rkNum
"
+
(
rowNum
-
1
)).
val
(
item
.
needNumber
);
...
...
erp-produce/src/main/resources/template/js/erpPick/erpRequisitionDetails.js
浏览文件 @
b114f314
...
...
@@ -14,8 +14,9 @@ layui.config({
showGrid
({
id
:
"
showForm
"
,
url
:
flowableBasePath
+
"
erppick007
"
,
params
:
{
rowI
d
:
parent
.
rowId
},
params
:
{
i
d
:
parent
.
rowId
},
pagination
:
false
,
method
:
'
GET
'
,
template
:
$
(
"
#useTemplate
"
).
html
(),
ajaxSendLoadBefore
:
function
(
hdb
)
{
hdb
.
registerHelper
(
'
compare1
'
,
function
(
v1
,
v2
,
options
)
{
...
...
erp-produce/src/main/resources/template/js/erpPick/erpRequisitionEdit.js
浏览文件 @
b114f314
...
...
@@ -39,7 +39,7 @@ layui.config({
});
function
loadData
(){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
erppick00
5
"
,
params
:
{
id
:
parent
.
rowId
},
type
:
'
json
'
,
method
:
'
GET
'
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
erppick00
7
"
,
params
:
{
id
:
parent
.
rowId
},
type
:
'
json
'
,
method
:
'
GET
'
,
callback
:
function
(
json
)
{
var
data
=
json
.
bean
;
if
(
!
isNull
(
data
.
machinId
)){
$
(
"
#machinOrder
"
).
val
(
data
.
machinNum
);
...
...
erp-produce/src/main/resources/template/js/erpPick/erpReturnDetails.js
浏览文件 @
b114f314
...
...
@@ -14,8 +14,9 @@ layui.config({
showGrid
({
id
:
"
showForm
"
,
url
:
flowableBasePath
+
"
erppick007
"
,
params
:
{
rowI
d
:
parent
.
rowId
},
params
:
{
i
d
:
parent
.
rowId
},
pagination
:
false
,
method
:
'
GET
'
,
template
:
$
(
"
#useTemplate
"
).
html
(),
ajaxSendLoadBefore
:
function
(
hdb
)
{
hdb
.
registerHelper
(
'
compare1
'
,
function
(
v1
,
v2
,
options
)
{
...
...
erp-produce/src/main/resources/template/js/erpPick/erpReturnEdit.js
浏览文件 @
b114f314
...
...
@@ -36,7 +36,7 @@ layui.config({
});
function
loadData
(){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
erppick013
"
,
params
:
{
rowId
:
parent
.
rowId
},
type
:
'
json
'
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
erppick007
"
,
params
:
{
id
:
parent
.
rowId
},
type
:
'
json
'
,
method
:
'
GET
'
,
callback
:
function
(
json
)
{
var
data
=
json
.
bean
;
$
(
"
#depotId
"
).
val
(
data
.
depotId
);
$
(
"
#operTime
"
).
val
(
data
.
operTime
);
...
...
@@ -50,7 +50,7 @@ layui.config({
$
(
"
#unitId
"
+
(
rowNum
-
1
)).
html
(
getDataUseHandlebars
(
selOption
,
{
rows
:
item
.
unitList
}));
$
(
"
#unitId
"
+
(
rowNum
-
1
)).
val
(
item
.
normsId
);
//商品回显
$
(
"
#materialId
"
+
(
rowNum
-
1
)).
val
(
item
.
productName
+
"
(
"
+
item
.
product
Model
+
"
)
"
);
$
(
"
#materialId
"
+
(
rowNum
-
1
)).
val
(
item
.
materialName
+
"
(
"
+
item
.
material
Model
+
"
)
"
);
$
(
"
#currentTock
"
+
(
rowNum
-
1
)).
html
(
item
.
currentTock
);
//库存回显
//退料数量
$
(
"
#rkNum
"
+
(
rowNum
-
1
)).
val
(
item
.
needNumber
);
...
...
erp-produce/src/main/resources/template/tpl/erpPick/erpPatchDetails.html
浏览文件 @
b114f314
...
...
@@ -74,7 +74,7 @@
<
tbody
id
=
"
useTable
"
class
=
"
insurance-table
"
>
{{
#
each
items
}}
<
tr
>
<
td
>
{{
productName
}}({{
product
Model
}})
<
/td
>
<
td
>
{{
materialName
}}({{
material
Model
}})
<
/td
>
<
td
>
{{
unitName
}}
<
/td
>
<
td
>
{{
needNumber
}}
<
/td
>
<
td
>
{{
unitPrice
}}
<
/td
>
...
...
erp-produce/src/main/resources/template/tpl/erpPick/erpRequisitionDetails.html
浏览文件 @
b114f314
...
...
@@ -74,7 +74,7 @@
<
tbody
id
=
"
useTable
"
class
=
"
insurance-table
"
>
{{
#
each
items
}}
<
tr
>
<
td
>
{{
productName
}}({{
product
Model
}})
<
/td
>
<
td
>
{{
materialName
}}({{
material
Model
}})
<
/td
>
<
td
>
{{
unitName
}}
<
/td
>
<
td
>
{{
needNumber
}}
<
/td
>
<
td
>
{{
unitPrice
}}
<
/td
>
...
...
erp-produce/src/main/resources/template/tpl/erpPick/erpReturnDetails.html
浏览文件 @
b114f314
...
...
@@ -68,7 +68,7 @@
<
tbody
id
=
"
useTable
"
class
=
"
insurance-table
"
>
{{
#
each
items
}}
<
tr
>
<
td
>
{{
productName
}}({{
product
Model
}})
<
/td
>
<
td
>
{{
materialName
}}({{
material
Model
}})
<
/td
>
<
td
>
{{
unitName
}}
<
/td
>
<
td
>
{{
needNumber
}}
<
/td
>
<
td
>
{{
unitPrice
}}
<
/td
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录