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
0ffe5060
Commit
0ffe5060
authored
Dec 18, 2023
by
wanghang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申请改
parent
56d3a331
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
21 deletions
+16
-21
proofingMake.js
...un-xt/src/main/webapp/biz/topsun/proofing/proofingMake.js
+5
-10
workInstruction.js
...xt/src/main/webapp/biz/topsun/proofing/workInstruction.js
+3
-3
workInstructionApply.js
...c/main/webapp/biz/topsun/proofing/workInstructionApply.js
+3
-3
workInstructionApplyList.js
...in/webapp/biz/topsun/proofing/workInstructionApplyList.js
+1
-1
easy-search-product.xml
...sources/config/content/easysearch/easy-search-product.xml
+4
-4
No files found.
topsun-xt/src/main/webapp/biz/topsun/proofing/proofingMake.js
View file @
0ffe5060
...
...
@@ -12,16 +12,11 @@ function initialize() {
*/
let
isDetailPage
=
(
$
(
"#isDetailPage"
).
val
()
===
"true"
);
if
(
isDetailPage
)
{
let
proofingApplyNo
=
$
(
"#proofingApplyNo"
).
val
();
if
(
proofingApplyNo
!=
null
&&
proofingApplyNo
!==
''
)
{
// ajaxRenderDataGoForm(proofingApplyNo);
debugger
showTable
({
proofingMakeId
:
$
(
"#proofingMakeId"
).
val
()});
}
// if($("#proofingMakeNo").prop("readonly")){
// $("#formButton").hide();
// }
$
(
"#jobPageTop"
).
hide
();
if
(
$
(
"#jobPageTop"
).
length
>
0
){
$
(
"#formButton"
).
hide
();
}
}
}
...
...
@@ -42,7 +37,7 @@ function bindQueryEvent() {
* @returns {boolean}
*/
function
saveForm
()
{
debugger
let
extendedData
=
getTableResult
();
if
(
!
extendedData
)
return
false
;
...
...
topsun-xt/src/main/webapp/biz/topsun/proofing/workInstruction.js
View file @
0ffe5060
...
...
@@ -13,10 +13,10 @@
debugger
let
isDetailPage
=
(
$
(
"#isDetailPage"
).
val
()
===
"true"
);
if
(
isDetailPage
)
{
// if($("#productCode").prop("readonly")){
// $("#formButton").hide();
// }
$
(
"#jobPageTop"
).
hide
();
if
(
$
(
"#jobPageTop"
).
length
>
0
){
$
(
"#formButton"
).
hide
();
}
}
}
...
...
topsun-xt/src/main/webapp/biz/topsun/proofing/workInstructionApply.js
View file @
0ffe5060
...
...
@@ -12,10 +12,10 @@ function initialize() {
*/
let
isDetailPage
=
(
$
(
"#isDetailPage"
).
val
()
===
"true"
);
if
(
isDetailPage
)
{
// if($("#productCode").prop("readonly")){
// $("#formButton").hide();
// }
$
(
"#jobPageTop"
).
hide
();
if
(
$
(
"#jobPageTop"
).
length
>
0
){
$
(
"#formButton"
).
hide
();
}
}
}
...
...
topsun-xt/src/main/webapp/biz/topsun/proofing/workInstructionApplyList.js
View file @
0ffe5060
...
...
@@ -83,7 +83,7 @@ function updateHandler(row) {
}
UICtrl
.
addTabItem
({
tabid
:
'updateWorkInstructionApply'
+
row
.
workInstructionApplyId
,
text
:
"
作业申请书详情
"
,
text
:
"
修改作业申请书
"
,
url
:
web_app
.
name
+
'/workInstructionApply/forwardDetailsWorkInstructionApply.do?id='
+
row
.
workInstructionApplyId
});
}
...
...
topsun/src/main/resources/config/content/easysearch/easy-search-product.xml
View file @
0ffe5060
...
...
@@ -59,10 +59,10 @@
pc.print_opposite_color
FROM proofing_make_base_info pi
inner JOIN work_instruction_apply wa ON wa.proofing_make_id = pi.proofing_make_id
LEFT
JOIN proofing_make_looked pl ON pl.proofing_make_id = pi.proofing_make_id
LEFT
JOIN proofing_make_pd_published_conf pc ON pc.proofing_make_id = pi.proofing_make_id
left
join product p on pi.product_code=p.product_code
left
join product_detail pd on pd.product_id=p.product_id
inner
JOIN proofing_make_looked pl ON pl.proofing_make_id = pi.proofing_make_id
inner
JOIN proofing_make_pd_published_conf pc ON pc.proofing_make_id = pi.proofing_make_id
inner
join product p on pi.product_code=p.product_code
inner
join product_detail pd on pd.product_id=p.product_id
</sql>
<field
name=
"产品id"
title=
"产品id"
code=
"productId"
width=
"200"
/>
<field
name=
"产品编号"
title=
"产品编号"
code=
"productCode"
width=
"200"
/>
...
...
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