Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
a9785cea
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1440
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看板
提交
a9785cea
编写于
8月 02, 2023
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
供应商新增服务功能
上级
d01ec976
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
374 addition
and
5 deletion
+374
-5
crm/src/main/resources/template/js/customerManage/customerChoose.js
...in/resources/template/js/customerManage/customerChoose.js
+1
-3
erp/src/main/resources/template/js/supplier/supplierChoose.js
...src/main/resources/template/js/supplier/supplierChoose.js
+9
-2
erp/src/main/resources/template/js/supplier/supplierManage.js
...src/main/resources/template/js/supplier/supplierManage.js
+35
-0
erp/src/main/resources/template/js/supplierContract/supplierContractList.js
...rces/template/js/supplierContract/supplierContractList.js
+280
-0
erp/src/main/resources/template/tpl/supplier/supplierManage.html
.../main/resources/template/tpl/supplier/supplierManage.html
+22
-0
erp/src/main/resources/template/tpl/supplierContract/supplierContractList.html
...s/template/tpl/supplierContract/supplierContractList.html
+25
-0
web/src/main/resources/template/json/skyeyeClassEnum.json
web/src/main/resources/template/json/skyeyeClassEnum.json
+2
-0
未找到文件。
crm/src/main/resources/template/js/customerManage/customerChoose.js
浏览文件 @
a9785cea
...
...
@@ -29,9 +29,7 @@ layui.config({
cols
:
[[
{
type
:
'
radio
'
},
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
name
'
,
title
:
'
客户名称
'
,
align
:
'
left
'
,
width
:
200
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
name
+
'
</a>
'
;
}},
{
field
:
'
name
'
,
title
:
'
客户名称
'
,
align
:
'
left
'
,
width
:
200
},
{
field
:
'
typeId
'
,
title
:
'
客户分类
'
,
align
:
'
left
'
,
width
:
120
,
templet
:
function
(
d
)
{
return
sysDictDataUtil
.
getDictDataNameByCodeAndKey
(
"
CRM_CUSTOMER_TYPE
"
,
d
.
typeId
);
}},
...
...
erp/src/main/resources/template/js/supplier/supplierChoose.js
浏览文件 @
a9785cea
...
...
@@ -10,7 +10,10 @@ layui.config({
var
$
=
layui
.
$
,
form
=
layui
.
form
,
table
=
layui
.
table
;
// 加载列表数据权限
loadAuthBtnGroup
(
'
messageTable
'
,
'
1569132969654
'
);
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
...
...
@@ -58,7 +61,11 @@ layui.config({
click
.
find
(
"
input[type='radio']
"
).
prop
(
"
checked
"
,
true
);
form
.
render
();
}
})
});
initTableSearchUtil
.
initAdvancedSearch
(
this
,
res
.
searchFilter
,
form
,
"
请输入名称
"
,
function
()
{
table
.
reloadData
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
});
}
});
...
...
erp/src/main/resources/template/js/supplier/supplierManage.js
0 → 100644
浏览文件 @
a9785cea
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
extend
({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
index
=
parent
.
layer
.
getFrameIndex
(
window
.
name
);
var
$
=
layui
.
$
,
form
=
layui
.
form
;
var
objectId
=
GetUrlParam
(
"
objectId
"
);
var
objectKey
=
GetUrlParam
(
"
objectKey
"
);
tabPageUtil
.
init
({
id
:
'
tab
'
,
prefixData
:
[{
title
:
'
详情
'
,
pageUrl
:
systemCommonUtil
.
getUrl
(
'
FP2023080200005&id=
'
+
objectId
,
null
)
}],
suffixData
:
[{
title
:
'
团队
'
,
pageUrl
:
'
../../tpl/teamBusiness/teamBusinessDetails.html
'
}],
element
:
layui
.
element
,
objectType
:
"
2
"
,
object
:
{
objectId
:
objectId
,
objectKey
:
objectKey
,
}
});
form
.
render
();
});
\ No newline at end of file
erp/src/main/resources/template/js/supplierContract/supplierContractList.js
0 → 100644
浏览文件 @
a9785cea
var
objectKey
=
""
;
var
objectId
=
""
;
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
extend
({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
$
=
layui
.
$
,
form
=
layui
.
form
,
table
=
layui
.
table
;
objectKey
=
GetUrlParam
(
"
objectKey
"
);
objectId
=
GetUrlParam
(
"
objectId
"
);
if
(
isNull
(
objectKey
)
||
isNull
(
objectId
))
{
winui
.
window
.
msg
(
"
请传入适用对象信息
"
,
{
icon
:
2
,
time
:
2000
});
return
false
;
}
var
authPermission
=
teamObjectPermissionUtil
.
checkTeamBusinessAuthPermission
(
objectId
,
'
supplierContractAuthEnum
'
);
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
sysMainMation
.
erpBasePath
+
'
querySupplierContractList
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
title
'
,
title
:
'
合同名称
'
,
align
:
'
left
'
,
width
:
300
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
title
+
'
</a>
'
;
}},
{
field
:
'
oddNumber
'
,
title
:
'
合同编号
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
price
'
,
title
:
'
合同金额(元)
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
signingTime
'
,
title
:
'
签约日期
'
,
align
:
'
center
'
,
width
:
100
},
{
field
:
'
processInstanceId
'
,
title
:
'
流程ID
'
,
align
:
'
center
'
,
width
:
100
,
templet
:
function
(
d
)
{
return
'
<a lay-event="processDetails" class="notice-title-click">
'
+
d
.
processInstanceId
+
'
</a>
'
;
}},
{
field
:
'
state
'
,
title
:
'
状态
'
,
width
:
90
,
templet
:
function
(
d
)
{
return
skyeyeClassEnumUtil
.
getEnumDataNameByCodeAndKey
(
"
supplierContractStateEnum
"
,
'
id
'
,
d
.
state
,
'
name
'
);
}},
{
field
:
'
createName
'
,
title
:
systemLanguage
[
"
com.skyeye.createName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
field
:
'
lastUpdateName
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
lastUpdateTime
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
250
,
templet
:
function
(
d
)
{
var
str
=
''
;
if
(
d
.
editRow
==
1
)
{
if
(
authPermission
[
'
submitToApproval
'
])
{
str
+=
'
<a class="layui-btn layui-btn-xs" lay-event="subApproval">提交审批</a>
'
;
}
if
(
authPermission
[
'
edit
'
])
{
str
+=
'
<a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="edit"><language showName="com.skyeye.editBtn"></language></a>
'
;
}
if
(
authPermission
[
'
delete
'
])
{
str
+=
'
<a class="layui-btn layui-btn-xs layui-btn-danger" lay-event="del">删除</a>
'
;
}
if
(
authPermission
[
'
invalid
'
])
{
str
+=
'
<a class="layui-btn layui-btn-xs layui-btn-danger" lay-event="cancellation">作废</a>
'
;
}
}
if
(
d
.
editRow
==
2
&&
d
.
state
==
'
inExamine
'
)
{
if
(
authPermission
[
'
revoke
'
])
{
str
+=
'
<a class="layui-btn layui-btn-xs layui-btn-danger" lay-event="revoke">撤销</a>
'
;
}
}
if
(
d
.
state
==
'
pass
'
)
{
if
(
authPermission
[
'
perform
'
])
{
str
+=
'
<a class="layui-btn layui-btn-xs" lay-event="perform">执行</a>
'
;
}
}
if
(
d
.
state
==
'
executing
'
)
{
if
(
authPermission
[
'
close
'
])
{
str
+=
'
<a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="close">关闭</a>
'
;
}
if
(
authPermission
[
'
layAside
'
])
{
str
+=
'
<a class="layui-btn layui-btn-xs layui-btn-danger" lay-event="shelve">搁置</a>
'
;
}
}
if
(
d
.
state
==
'
layAside
'
)
{
if
(
authPermission
[
'
recovery
'
])
{
str
+=
'
<a class="layui-btn layui-btn-xs" lay-event="recovery">恢复</a>
'
;
}
}
return
str
;
}}
]],
done
:
function
(
json
)
{
matchingLanguage
();
initTableSearchUtil
.
initAdvancedSearch
(
this
,
json
.
searchFilter
,
form
,
"
请输入合同名称
"
,
function
()
{
table
.
reloadData
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
});
}
});
table
.
on
(
'
tool(messageTable)
'
,
function
(
obj
)
{
var
data
=
obj
.
data
;
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
edit
'
)
{
//编辑
edit
(
data
);
}
else
if
(
layEvent
===
'
details
'
){
//详情
details
(
data
);
}
else
if
(
layEvent
===
'
processDetails
'
)
{
//流程详情
activitiUtil
.
activitiDetails
(
data
);
}
else
if
(
layEvent
===
'
subApproval
'
)
{
//提交审批
subApproval
(
data
);
}
else
if
(
layEvent
===
'
del
'
)
{
//删除
del
(
data
);
}
else
if
(
layEvent
===
'
cancellation
'
)
{
//作废
cancellation
(
data
);
}
else
if
(
layEvent
===
'
perform
'
)
{
//执行
perform
(
data
);
}
else
if
(
layEvent
===
'
close
'
)
{
//关闭
close
(
data
);
}
else
if
(
layEvent
===
'
shelve
'
)
{
//搁置
shelve
(
data
);
}
else
if
(
layEvent
===
'
recovery
'
)
{
//恢复
recovery
(
data
);
}
else
if
(
layEvent
===
'
revoke
'
)
{
//撤销
revoke
(
data
);
}
});
// 新增
$
(
"
body
"
).
on
(
"
click
"
,
"
#addBean
"
,
function
()
{
parent
.
_openNewWindows
({
url
:
systemCommonUtil
.
getUrl
(
'
FP2023080200002&objectId=
'
+
objectId
+
'
&objectKey=
'
+
objectKey
,
null
),
title
:
systemLanguage
[
"
com.skyeye.addPageTitle
"
][
languageType
],
pageId
:
"
supplierContractAdd
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
// 编辑
function
edit
(
data
)
{
parent
.
_openNewWindows
({
url
:
systemCommonUtil
.
getUrl
(
'
FP2023080200003&objectId=
'
+
objectId
+
'
&objectKey=
'
+
objectKey
+
'
&id=
'
+
data
.
id
,
null
),
title
:
systemLanguage
[
"
com.skyeye.editPageTitle
"
][
languageType
],
pageId
:
"
supplierContractEdit
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
}
// 详情
function
details
(
data
)
{
parent
.
_openNewWindows
({
url
:
systemCommonUtil
.
getUrl
(
'
FP2023080200001&objectId=
'
+
objectId
+
'
&objectKey=
'
+
objectKey
+
'
&id=
'
+
data
.
id
,
null
),
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
supplierContractDetails
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
)
{
}});
}
// 提交审批
function
subApproval
(
data
)
{
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.approvalOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.approvalOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
close
(
index
);
activitiUtil
.
startProcess
(
data
.
serviceClassName
,
null
,
function
(
approvalId
)
{
var
params
=
{
id
:
data
.
id
,
approvalId
:
approvalId
};
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
mysuppliercontract009
"
,
params
:
params
,
type
:
'
json
'
,
method
:
'
POST
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
});
}
// 删除
function
del
(
data
,
obj
)
{
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.deleteOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.deleteOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
deleteSupplierContractById
"
,
params
:
{
id
:
data
.
id
},
type
:
'
json
'
,
method
:
'
DELETE
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.deleteOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
}
// 作废
function
cancellation
(
data
,
obj
)
{
var
msg
=
'
确认作废该条数据吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
作废操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
mysuppliercontract015
"
,
params
:
{
id
:
data
.
id
},
type
:
'
json
'
,
method
:
'
POST
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
}
// 执行
function
perform
(
data
)
{
var
msg
=
'
确认执行该合同吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
执行申请提交
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
mysuppliercontract010
"
,
params
:
{
id
:
data
.
id
},
type
:
'
json
'
,
method
:
'
POST
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
}
// 关闭
function
close
(
data
)
{
var
msg
=
'
确认关闭该合同吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
关闭申请提交
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
mysuppliercontract011
"
,
params
:
{
id
:
data
.
id
},
type
:
'
json
'
,
method
:
'
POST
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
}
// 搁置
function
shelve
(
data
)
{
var
msg
=
'
确认搁置该合同吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
搁置申请提交
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
mysuppliercontract012
"
,
params
:
{
id
:
data
.
id
},
type
:
'
json
'
,
method
:
'
POST
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
}
// 恢复
function
recovery
(
data
)
{
var
msg
=
'
确认恢复该合同吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
恢复申请提交
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
erpBasePath
+
"
mysuppliercontract013
"
,
params
:
{
id
:
data
.
id
},
type
:
'
json
'
,
method
:
'
POST
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
}
// 撤销
function
revoke
(
data
)
{
var
msg
=
'
确认撤销该合同吗?
'
;
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
});
loadTable
();
}});
});
}
form
.
render
();
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
()
{
loadTable
();
});
function
loadTable
()
{
table
.
reloadData
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
function
getTableParams
()
{
return
$
.
extend
(
true
,
{
objectKey
:
objectKey
,
objectId
:
objectId
},
initTableSearchUtil
.
getSearchValue
(
"
messageTable
"
));
}
exports
(
'
supplierContractList
'
,
{});
});
\ No newline at end of file
erp/src/main/resources/template/tpl/supplier/supplierManage.html
0 → 100644
浏览文件 @
a9785cea
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title></title>
<link
href=
"../../assets/lib/layui/css/layui.css"
rel=
"stylesheet"
/>
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
class=
"body-box"
>
<div
class=
"layui-col-xs12"
style=
"height: 100%"
id=
"tab"
>
</div>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/supplier/
'
}).
use
(
'
supplierManage
'
);
</script>
</body>
</html>
\ No newline at end of file
erp/src/main/resources/template/tpl/supplierContract/supplierContractList.html
0 → 100644
浏览文件 @
a9785cea
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title></title>
<link
href=
"../../assets/lib/layui/css/layui.css"
rel=
"stylesheet"
/>
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn search-table-btn-right"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
<button
id=
"addBean"
class=
"winui-toolbtn search-table-btn-right"
auth=
"add"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.addBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/supplierContract/
'
}).
use
(
'
supplierContractList
'
);
</script>
</body>
</html>
\ No newline at end of file
web/src/main/resources/template/json/skyeyeClassEnum.json
浏览文件 @
a9785cea
...
...
@@ -35,6 +35,8 @@
"materialInOrderType"
:
{
"name"
:
"商品在单据中的类型"
,
"className"
:
"skyeye-erp#com.skyeye.material.classenum.MaterialInOrderType"
},
"depotPutOutType"
:
{
"name"
:
"出入库类型"
,
"className"
:
"skyeye-erp#com.skyeye.depot.classenum.DepotPutOutType"
},
"erpOrderStateEnum"
:
{
"name"
:
"ERP单据状态"
,
"className"
:
"skyeye-erp#com.skyeye.classenum.ErpOrderStateEnum"
},
"supplierContractStateEnum"
:
{
"name"
:
"供应商合同状态"
,
"className"
:
"skyeye-erp#com.skyeye.contract.classenum.SupplierContractStateEnum"
},
"supplierContractAuthEnum"
:
{
"name"
:
"供应商合同权限"
,
"className"
:
"skyeye-erp#com.skyeye.contract.classenum.SupplierContractAuthEnum"
,
"pageUrl"
:
"../../tpl/supplierContract/supplierContractList.html"
},
"skyeyeView"
:
{
"name"
:
"视图类型"
,
"className"
:
"skyeye-pro#com.skyeye.common.SkyeyeViewEnum"
},
"widthScale"
:
{
"name"
:
"宽度比例"
,
"className"
:
"skyeye-pro#com.skyeye.attr.classenum.WidthScale"
},
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录