Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
鲁鑫
topsun-bpm
Commits
8821acb1
Commit
8821acb1
authored
Jul 10, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商在申请人阶段填写全部信息
parent
e1bc5c8b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
58 deletions
+26
-58
suppliersDataDetail.js
...in/webapp/biz/topsun/sap/suppliers/suppliersDataDetail.js
+13
-30
suppliersDataDetail.jsp
...n/webapp/biz/topsun/sap/suppliers/suppliersDataDetail.jsp
+6
-8
suppliersExtendDataDetail.js
...app/biz/topsun/sap/suppliers/suppliersExtendDataDetail.js
+0
-14
suppliersExtendDataDetail.jsp
...pp/biz/topsun/sap/suppliers/suppliersExtendDataDetail.jsp
+7
-6
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/suppliers/suppliersDataDetail.js
View file @
8821acb1
...
@@ -10,7 +10,6 @@ $(document).ready(function () {
...
@@ -10,7 +10,6 @@ $(document).ready(function () {
loadSuppliersBuyerListGrid
();
loadSuppliersBuyerListGrid
();
loadSuppliersBankListGrid
();
loadSuppliersBankListGrid
();
bindEvent
();
bindEvent
();
controlCashierGrid
();
});
});
function
initialize
(){
function
initialize
(){
UICtrl
.
layout
(
"#layout"
,
{
leftWidth
:
3
});
UICtrl
.
layout
(
"#layout"
,
{
leftWidth
:
3
});
...
@@ -592,7 +591,6 @@ function checkConstraints(){
...
@@ -592,7 +591,6 @@ function checkConstraints(){
return
false
;
return
false
;
}
}
}
}
if
(
"cashier"
==
getSubProcUnitId
()
||
"finance"
==
getSubProcUnitId
()){
//付款信息
//付款信息
var
pay_grid
=
UICtrl
.
getGridManager
(
'#sapSuppliersPayGrid'
);
var
pay_grid
=
UICtrl
.
getGridManager
(
'#sapSuppliersPayGrid'
);
if
(
pay_grid
)
{
if
(
pay_grid
)
{
...
@@ -608,7 +606,6 @@ function checkConstraints(){
...
@@ -608,7 +606,6 @@ function checkConstraints(){
return
false
;
return
false
;
}
}
}
}
}
return
true
;
return
true
;
}
}
...
@@ -668,17 +665,3 @@ function reloadGrid() {
...
@@ -668,17 +665,3 @@ function reloadGrid() {
sapSuppliersBuyerGridManager
.
loadData
();
sapSuppliersBuyerGridManager
.
loadData
();
sapSuppliersBankGridManager
.
loadData
();
sapSuppliersBankGridManager
.
loadData
();
}
}
\ No newline at end of file
function
controlCashierGrid
(){
var
status
=
$
(
"#statusId"
).
val
();
if
(
status
==
0
||
status
==
1
){
$
(
"#cashierGrid"
).
hide
();
}
let
subProcUnitId
=
getSubProcUnitId
();
if
(
"cashier"
==
subProcUnitId
){
$
(
"#cashierGrid"
).
show
();
}
if
(
"finance"
==
subProcUnitId
){
$
(
"#cashierGrid"
).
show
();
}
}
\ No newline at end of file
topsun-xt/src/main/webapp/biz/topsun/sap/suppliers/suppliersDataDetail.jsp
View file @
8821acb1
...
@@ -98,14 +98,12 @@
...
@@ -98,14 +98,12 @@
<div
class=
"blank_div clearfix"
></div>
<div
class=
"blank_div clearfix"
></div>
<x:title
title=
"供应商采购组织信息"
name=
"group"
/>
<x:title
title=
"供应商采购组织信息"
name=
"group"
/>
<div
id=
"sapSuppliersBuyerGrid"
style=
"margin: 2px;"
></div>
<div
id=
"sapSuppliersBuyerGrid"
style=
"margin: 2px;"
></div>
<div
id=
"cashierGrid"
>
<div
class=
"blank_div clearfix"
></div>
<div
class=
"blank_div clearfix"
></div>
<x:title
title=
"供应商公司信息"
name=
"group"
/>
<x:title
title=
"供应商公司信息"
name=
"group"
/>
<div
id=
"sapSuppliersPayGrid"
style=
"margin: 2px;"
></div>
<div
id=
"sapSuppliersPayGrid"
style=
"margin: 2px;"
></div>
<div
class=
"blank_div clearfix"
></div>
<div
class=
"blank_div clearfix"
></div>
<x:title
title=
"供应商银行银行信息"
name=
"group"
/>
<x:title
title=
"供应商银行银行信息"
name=
"group"
/>
<div
id=
"sapSuppliersBankGrid"
style=
"margin: 2px;"
></div>
<div
id=
"sapSuppliersBankGrid"
style=
"margin: 2px;"
></div>
</div>
</form>
</form>
</body>
</body>
</html>
</html>
topsun-xt/src/main/webapp/biz/topsun/sap/suppliers/suppliersExtendDataDetail.js
View file @
8821acb1
...
@@ -608,20 +608,6 @@ function reloadGrid() {
...
@@ -608,20 +608,6 @@ function reloadGrid() {
sapSuppliersBankGridManager
.
loadData
();
sapSuppliersBankGridManager
.
loadData
();
}
}
function
controlCashierGrid
(){
var
status
=
$
(
"#statusId"
).
val
();
if
(
status
==
0
||
status
==
1
){
$
(
"#cashierGrid"
).
hide
();
}
let
subProcUnitId
=
getSubProcUnitId
();
if
(
"cashier"
==
subProcUnitId
){
$
(
"#cashierGrid"
).
show
();
}
if
(
"finance"
==
subProcUnitId
){
$
(
"#cashierGrid"
).
show
();
}
}
function
initNowData
(){
function
initNowData
(){
var
partner
=
$
(
"#partner"
).
val
();
var
partner
=
$
(
"#partner"
).
val
();
Public
.
ajax
(
web_app
.
name
+
"/sapSuppliersData/getSupplierNowItemList.ajax"
,{
partner
:
partner
},
function
(
data
){
Public
.
ajax
(
web_app
.
name
+
"/sapSuppliersData/getSupplierNowItemList.ajax"
,{
partner
:
partner
},
function
(
data
){
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/suppliers/suppliersExtendDataDetail.jsp
View file @
8821acb1
...
@@ -88,13 +88,14 @@
...
@@ -88,13 +88,14 @@
<x:fileList
bizCode=
"supplier"
bizId=
"attbizId"
id=
"supplierList"
title=
"营业执照/开票资料"
/>
<x:fileList
bizCode=
"supplier"
bizId=
"attbizId"
id=
"supplierList"
title=
"营业执照/开票资料"
/>
</div>
</div>
<div
class=
"blank_div clearfix"
></div>
<div
class=
"blank_div clearfix"
></div>
<x:title
title=
"供应商采购组织信息"
name=
"group"
/>
<div
id=
"sapSuppliersBuyerGrid"
style=
"margin: 2px;"
></div>
<div
id=
"sapSuppliersBuyerGrid"
style=
"margin: 2px;"
></div>
<div
id=
"cashierGrid"
>
<div
class=
"blank_div clearfix"
></div>
<div
class=
"blank_div clearfix"
></div>
<x:title
title=
"供应商公司信息"
name=
"group"
/>
<div
id=
"sapSuppliersPayGrid"
style=
"margin: 2px;"
></div>
<div
id=
"sapSuppliersPayGrid"
style=
"margin: 2px;"
></div>
<div
class=
"blank_div clearfix"
></div>
<div
class=
"blank_div clearfix"
></div>
<x:title
title=
"供应商银行银行信息"
name=
"group"
/>
<div
id=
"sapSuppliersBankGrid"
style=
"margin: 2px;"
></div>
<div
id=
"sapSuppliersBankGrid"
style=
"margin: 2px;"
></div>
</div>
</form>
</form>
</body>
</body>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment