Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
15085de5
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看板
提交
15085de5
编写于
7月 28, 2024
作者:
L
LAPTOP-UV1MNL38\18023
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'company_server' of
https://gitee.com/doc_wei01/skyeye
into company_server
上级
a3da0ade
829d0e99
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
45 addition
and
32 deletion
+45
-32
erp-produce/src/main/resources/template/js/processAcceptance/machiningWarehouseCheck.js
.../template/js/processAcceptance/machiningWarehouseCheck.js
+44
-31
web/src/main/resources/template/assets/lib/layui/layui.js
web/src/main/resources/template/assets/lib/layui/layui.js
+1
-1
未找到文件。
erp-produce/src/main/resources/template/js/processAcceptance/machiningWarehouseCheck.js
浏览文件 @
15085de5
...
...
@@ -14,37 +14,50 @@ layui.config({
var
index
=
parent
.
layer
.
getFrameIndex
(
window
.
name
);
var
$
=
layui
.
$
;
var
id
=
GetUrlParam
(
"
id
"
);
let
initFirst
=
false
// 工序验收
// 工序验收的【编辑布局】
dsFormUtil
.
initEditPageForStatic
(
'
content
'
,
'
FP2024071500001
'
,
{},
{
savePreParams
:
function
(
params
)
{
},
saveData
:
function
(
params
)
{
// 保存数据
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
writeMachinProcedureAccept
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
POST
"
,
callback
:
function
(
json
)
{
parent
.
layer
.
close
(
index
);
parent
.
refreshCode
=
'
0
'
;
}});
},
// loadComponentCallback: function () {
// $("div[controlType='supplier']").remove();
// $("div[controlType='purchaseDeliveryFromType']").remove();
// },
// tableAddRowCallback: function (tableId) {
// // $("#addRow" + tableId).remove();
// $("div[controlType='simpleTable']").find(".unitPrice").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".amountOfMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxRate").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxUnitPrice").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxLastMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".chooseProductBtn").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".normsId").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".qualityInspection").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxLastinspectionRatio").prop('disabled', true);
//
// }
});
// 工序验收的【编辑布局】
dsFormUtil
.
initEditPageForStatic
(
'
content
'
,
'
FP2024071500001
'
,
{},
{
savePreParams
:
function
(
params
)
{
params
.
machinProcedureFarmId
=
id
},
saveData
:
function
(
params
)
{
// 保存数据
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
writeMachinProcedureAccept
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
POST
"
,
callback
:
function
(
json
)
{
parent
.
layer
.
close
(
index
);
parent
.
refreshCode
=
'
0
'
;
}});
},
// loadComponentCallback: function () {
// $("div[controlType='supplier']").remove();
// $("div[controlType='purchaseDeliveryFromType']").remove();
// },
// tableAddRowCallback: function (tableId) {
// // $("#addRow" + tableId).remove();
// $("div[controlType='simpleTable']").find(".unitPrice").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".amountOfMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxRate").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxUnitPrice").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxLastMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".chooseProductBtn").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".normsId").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".qualityInspection").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxLastinspectionRatio").prop('disabled', true);
//
// }
tableDeleteRowCallback
:
function
(
tableId
)
{
if
(
!
initFirst
)
{
if
(
!
isNull
(
tableId
))
{
initFirst
=
true
;
$
(
"
#addRow
"
+
tableId
).
click
();
}
// initFirst = false;
}
}
});
});
\ No newline at end of file
web/src/main/resources/template/assets/lib/layui/layui.js
浏览文件 @
15085de5
...
...
@@ -150,7 +150,7 @@ var skyeyeClassEnum = getAndWriteLocal('skyeyeClassEnum');
function
getSysServiceMationAppIdByClassName
(
className
)
{
let
appId
=
""
;
$
.
each
(
sysServiceMation
,
function
(
key
,
value
)
{
if
(
value
.
className
==
className
)
{
if
(
value
.
key
==
className
)
{
appId
=
value
.
appId
;
}
});
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录