Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
ad651e21
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1430
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看板
提交
ad651e21
编写于
10月 01, 2023
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
生产计划单修改
上级
0d956e80
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
14 addition
and
17 deletion
+14
-17
erp-produce/src/main/resources/template/js/erpProduction/erpProductionAdd.js
...n/resources/template/js/erpProduction/erpProductionAdd.js
+1
-1
erp-produce/src/main/resources/template/js/erpProduction/erpProductionList.js
.../resources/template/js/erpProduction/erpProductionList.js
+3
-3
erp-produce/src/main/resources/template/js/erpWayProcedure/erpWayProcedureChoose.js
...rces/template/js/erpWayProcedure/erpWayProcedureChoose.js
+1
-1
erp/src/main/resources/template/js/salesOrder/salesOrderChoose.js
...main/resources/template/js/salesOrder/salesOrderChoose.js
+9
-12
未找到文件。
erp-produce/src/main/resources/template/js/erpProduction/erpProductionAdd.js
浏览文件 @
ad651e21
...
...
@@ -86,7 +86,7 @@ layui.config({
loadChildProPosal
();
});
//加载建议采购数量
//
加载建议采购数量
function
loadChildProPosal
(){
//计划生产数量
var
number
=
parseInt
(
isNull
(
$
(
"
#number
"
).
val
())
?
'
0
'
:
$
(
"
#number
"
).
val
());
...
...
erp-produce/src/main/resources/template/js/erpProduction/erpProductionList.js
浏览文件 @
ad651e21
...
...
@@ -30,9 +30,9 @@ layui.config({
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
oddNumber
+
'
</a>
'
;
}},
{
field
:
'
salesOrderNum
'
,
width
:
200
,
title
:
'
关联销售单
'
,
align
:
'
center
'
},
{
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
isNull
(
d
.
materialMation
)
?
''
:
d
.
materialMation
.
name
}},
{
field
:
'
model
'
,
title
:
'
产品型号
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
isNull
(
d
.
materialMation
)
?
''
:
d
.
materialMation
.
model
}},
{
field
:
'
norms
'
,
title
:
'
产品规格
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
isNull
(
d
.
normsMation
)
?
''
:
d
.
normsMation
.
name
}},
{
field
:
'
number
'
,
width
:
100
,
title
:
'
计划生产数量
'
},
{
field
:
'
processInstanceId
'
,
title
:
'
流程ID
'
,
width
:
100
,
templet
:
function
(
d
)
{
return
'
<a lay-event="processDetails" class="notice-title-click">
'
+
d
.
processInstanceId
+
'
</a>
'
;
...
...
erp-produce/src/main/resources/template/js/erpWayProcedure/erpWayProcedureChoose.js
浏览文件 @
ad651e21
...
...
@@ -10,7 +10,7 @@ layui.config({
var
$
=
layui
.
$
,
form
=
layui
.
form
,
table
=
layui
.
table
;
// 组件使用
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
...
...
erp/src/main/resources/template/js/salesOrder/salesOrderChoose.js
浏览文件 @
ad651e21
var
rowId
=
""
;
layui
.
config
({
base
:
basePath
,
...
...
@@ -12,6 +11,7 @@ layui.config({
form
=
layui
.
form
,
table
=
layui
.
table
,
fsTree
=
layui
.
fsTree
;
// 组件使用
/********* tree 处理 start *************/
//初始销售单分类类型
var
materialCategoryType
;
...
...
@@ -74,11 +74,11 @@ layui.config({
cols
:
[[
{
type
:
'
radio
'
},
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
materialName
'
,
title
:
'
商品
'
,
align
:
'
left
'
,
width
:
150
},
{
field
:
'
materialModel
'
,
title
:
'
型号
'
,
align
:
'
left
'
,
width
:
150
},
{
field
:
'
materialUnitName
'
,
title
:
'
单位
'
,
align
:
'
left
'
,
width
:
70
},
{
field
:
'
operNum
'
,
title
:
'
数量
'
,
align
:
'
left
'
,
width
:
80
},
{
field
:
'
unitPrice
'
,
title
:
'
单价
'
,
align
:
'
left
'
,
width
:
8
0
},
{
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
:
'
operNumber
'
,
title
:
'
数量
'
,
align
:
'
left
'
,
width
:
80
},
{
field
:
'
unitPrice
'
,
title
:
'
单价
'
,
align
:
'
left
'
,
width
:
12
0
},
{
field
:
'
allPrice
'
,
title
:
'
金额
'
,
align
:
'
left
'
,
width
:
80
},
{
field
:
'
taxRate
'
,
title
:
'
税率(%)
'
,
align
:
'
left
'
,
width
:
80
},
{
field
:
'
taxMoney
'
,
title
:
'
税额
'
,
align
:
'
left
'
,
width
:
80
},
...
...
@@ -94,6 +94,7 @@ layui.config({
form
.
render
();
var
chooseIndex
=
JSON
.
stringify
(
dubClick
.
data
(
'
index
'
));
var
obj
=
res
.
rows
[
chooseIndex
];
obj
.
orderMation
=
res
.
bean
;
parent
.
salesOrder
=
obj
;
parent
.
refreshCode
=
'
0
'
;
...
...
@@ -111,19 +112,15 @@ layui.config({
}
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
()
{
load
Table
();
refresh
Table
();
});
function
loadTable
()
{
table
.
reloadData
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
function
refreshTable
(){
table
.
reloadData
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
}
function
getTableParams
()
{
return
{
orderI
d
:
salesOrderId
};
return
{
i
d
:
salesOrderId
};
}
exports
(
'
salesOrderChoose
'
,
{});
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录