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
ce840b0a
Commit
ce840b0a
authored
Dec 18, 2023
by
wanghang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申请改
parent
0ffe5060
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
62 additions
and
25 deletions
+62
-25
proofingMakeList.js
...t/src/main/webapp/biz/topsun/proofing/proofingMakeList.js
+1
-2
workInstructionApplyList.js
...in/webapp/biz/topsun/proofing/workInstructionApplyList.js
+3
-11
workInstructionList.js
...rc/main/webapp/biz/topsun/proofing/workInstructionList.js
+5
-5
ProofingMakeApplicationImpl.java
...roofing/application/impl/ProofingMakeApplicationImpl.java
+3
-2
WorkInstructionApplicationImpl.java
...fing/application/impl/WorkInstructionApplicationImpl.java
+14
-1
WorkInstructionApplyApplicationImpl.java
...application/impl/WorkInstructionApplyApplicationImpl.java
+9
-2
ProofingMakeBaseInfo.java
...ofing/domain/proofingMake/model/ProofingMakeBaseInfo.java
+11
-0
WorkInstructionApply.java
...main/workInstructionApply/model/WorkInstructionApply.java
+8
-0
easy-search-product.xml
...sources/config/content/easysearch/easy-search-product.xml
+2
-1
easy-search-proofing.xml
...ources/config/content/easysearch/easy-search-proofing.xml
+2
-1
proofingMake.xml
...rc/main/resources/config/topsun/proofing/proofingMake.xml
+1
-0
workInstructionApply.xml
...resources/config/topsun/proofing/workInstructionApply.xml
+3
-0
No files found.
topsun-xt/src/main/webapp/biz/topsun/proofing/proofingMakeList.js
View file @
ce840b0a
...
@@ -14,8 +14,7 @@ function loadProofingMakeListGrid() {
...
@@ -14,8 +14,7 @@ function loadProofingMakeListGrid() {
updateHandler
:
function
(){
updateHandler
:
function
(){
updateHandler
()
updateHandler
()
},
},
deleteHandler
:
deleteHandler
// deleteHandler: deleteHandler
});
});
gridManager
=
UICtrl
.
grid
(
"#proofingMakeTableGrid"
,
{
gridManager
=
UICtrl
.
grid
(
"#proofingMakeTableGrid"
,
{
columns
:
[
columns
:
[
...
...
topsun-xt/src/main/webapp/biz/topsun/proofing/workInstructionApplyList.js
View file @
ce840b0a
var
gridManager
=
null
;
var
gridManager
=
null
;
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
debugger
initializateUI
();
initializateUI
();
loadWorkInstructionApplyListGrid
();
loadWorkInstructionApplyListGrid
();
});
});
...
@@ -22,13 +21,14 @@ function loadWorkInstructionApplyListGrid() {
...
@@ -22,13 +21,14 @@ function loadWorkInstructionApplyListGrid() {
{
display
:
"规格书编号"
,
name
:
"specificationNo"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"规格书编号"
,
name
:
"specificationNo"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"换算值"
,
name
:
"matrixingValue"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"换算值"
,
name
:
"matrixingValue"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"尺码组"
,
name
:
"sizeGroup"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"尺码组"
,
name
:
"sizeGroup"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否禁用"
,
name
:
"isDisable
"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否禁用"
,
name
:
"isDisable
TextView"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
}
],
],
dataAction
:
"server"
,
dataAction
:
"server"
,
url
:
web_app
.
name
+
'/workInstructionApply/slicedQueryWorkInstructionApplyList.ajax'
,
url
:
web_app
.
name
+
'/workInstructionApply/slicedQueryWorkInstructionApplyList.ajax'
,
pageSize
:
10
,
pageSize
:
10
,
usePager
:
true
,
usePager
:
true
,
toolbar
:
toolbarOptions
,
toolbar
:
toolbarOptions
,
enabledEdit
:
true
,
width
:
"100%"
,
width
:
"100%"
,
height
:
"100%"
,
height
:
"100%"
,
heightDiff
:
-
8
,
heightDiff
:
-
8
,
...
@@ -88,14 +88,6 @@ function updateHandler(row) {
...
@@ -88,14 +88,6 @@ function updateHandler(row) {
});
});
}
}
//重写DataUtil的getUpdateRowId函数、它默认取行的id列
// DataUtil.getUpdateRowId = function (gridManager) {
// var result = DataUtil.getUpdateRow(gridManager);
// if (result) {
// return result.proofingMakeId;
// }
// return result;
// }
//删除按钮
//删除按钮
function
deleteHandler
()
{
function
deleteHandler
()
{
...
...
topsun-xt/src/main/webapp/biz/topsun/proofing/workInstructionList.js
View file @
ce840b0a
...
@@ -23,11 +23,11 @@ function loadWorkInstructionListGrid() {
...
@@ -23,11 +23,11 @@ function loadWorkInstructionListGrid() {
{
display
:
"产品类别"
,
name
:
"productType"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"产品类别"
,
name
:
"productType"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"产品单位"
,
name
:
"productUnit"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"产品单位"
,
name
:
"productUnit"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"尺码组id"
,
name
:
"sizeGroupId"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"尺码组id"
,
name
:
"sizeGroupId"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否为唯一码产品"
,
name
:
"isOnlyCode"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否为唯一码产品"
,
name
:
"isOnlyCode
TextView
"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否不考虑形体配色"
,
name
:
"isBodyColor"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否不考虑形体配色"
,
name
:
"isBodyColor
TextView
"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否禁用"
,
name
:
"isDisable"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否禁用"
,
name
:
"isDisable
TextView
"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否创建新规格书"
,
name
:
"isNewSpecification"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否创建新规格书"
,
name
:
"isNewSpecification
TextView
"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否建立bom表"
,
name
:
"isBuildBom"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"是否建立bom表"
,
name
:
"isBuildBom
TextView
"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"确认日期"
,
name
:
"confirmDate"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"确认日期"
,
name
:
"confirmDate"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"确认人"
,
name
:
"comfirmPerson"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"确认人"
,
name
:
"comfirmPerson"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"样品单号"
,
name
:
"sampleOrderNo"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"样品单号"
,
name
:
"sampleOrderNo"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
...
...
topsun/src/main/java/com/huigou/topsun/proofing/application/impl/ProofingMakeApplicationImpl.java
View file @
ce840b0a
...
@@ -183,8 +183,9 @@ public class ProofingMakeApplicationImpl extends BaseApplication implements Proo
...
@@ -183,8 +183,9 @@ public class ProofingMakeApplicationImpl extends BaseApplication implements Proo
@Override
@Override
@Transactional
(
propagation
=
Propagation
.
REQUIRES_NEW
)
@Transactional
(
propagation
=
Propagation
.
REQUIRES_NEW
)
public
void
deleteProofingMakeById
(
String
id
)
{
public
void
deleteProofingMakeById
(
String
id
)
{
ProofingMakeBaseInfo
proofingMakeBaseInfo
=
proofingMakeRepository
.
findOne
(
id
);
proofingMakeBaseInfo
.
setIsDelete
(
"1"
);
proofingMakeRepository
.
save
(
proofingMakeBaseInfo
);
}
}
@Override
@Override
...
...
topsun/src/main/java/com/huigou/topsun/proofing/application/impl/WorkInstructionApplicationImpl.java
View file @
ce840b0a
package
com
.
huigou
.
topsun
.
proofing
.
application
.
impl
;
package
com
.
huigou
.
topsun
.
proofing
.
application
.
impl
;
import
com.huigou.cache.DictUtil
;
import
com.huigou.data.query.model.QueryDescriptor
;
import
com.huigou.data.query.model.QueryDescriptor
;
import
com.huigou.data.query.model.QueryModel
;
import
com.huigou.topsun.proofing.application.WorkInstructionApplication
;
import
com.huigou.topsun.proofing.application.WorkInstructionApplication
;
import
com.huigou.topsun.proofing.domain.vo.WorkInstructionVo
;
import
com.huigou.topsun.proofing.domain.vo.WorkInstructionVo
;
import
com.huigou.topsun.proofing.domain.workInstruction.model.*
;
import
com.huigou.topsun.proofing.domain.workInstruction.model.*
;
import
com.huigou.topsun.proofing.domain.workInstruction.query.WorkInstructionBaseInfoQueryRequest
;
import
com.huigou.topsun.proofing.domain.workInstruction.query.WorkInstructionBaseInfoQueryRequest
;
import
com.huigou.topsun.proofing.domain.workInstructionApply.model.WorkInstructionApply
;
import
com.huigou.topsun.proofing.repository.workInstruction.*
;
import
com.huigou.topsun.proofing.repository.workInstruction.*
;
import
com.huigou.topsun.util.MyBaseUtil
;
import
com.huigou.topsun.util.MyBaseUtil
;
import
com.huigou.uasp.bmp.common.application.BaseApplication
;
import
com.huigou.uasp.bmp.common.application.BaseApplication
;
...
@@ -72,7 +75,14 @@ public class WorkInstructionApplicationImpl extends BaseApplication implements W
...
@@ -72,7 +75,14 @@ public class WorkInstructionApplicationImpl extends BaseApplication implements W
@Override
@Override
public
Map
<
String
,
Object
>
slicedWorkInstructionBaseInfoList
(
WorkInstructionBaseInfoQueryRequest
queryRequest
)
{
public
Map
<
String
,
Object
>
slicedWorkInstructionBaseInfoList
(
WorkInstructionBaseInfoQueryRequest
queryRequest
)
{
QueryDescriptor
queryDescriptor
=
this
.
sqlExecutorDao
.
getQuery
(
QUERY_XML_FILE_PATH
,
"slicedWorkInstructionBaseInfoList"
);
QueryDescriptor
queryDescriptor
=
this
.
sqlExecutorDao
.
getQuery
(
QUERY_XML_FILE_PATH
,
"slicedWorkInstructionBaseInfoList"
);
return
this
.
sqlExecutorDao
.
executeSlicedQuery
(
queryDescriptor
,
queryRequest
);
QueryModel
model
=
this
.
sqlExecutorDao
.
getQueryModel
(
queryDescriptor
,
queryRequest
);
model
.
putDictionary
(
"isOnlyCode"
,
DictUtil
.
getDictionary
(
"yesorno"
));
model
.
putDictionary
(
"isBodyColor"
,
DictUtil
.
getDictionary
(
"yesorno"
));
model
.
putDictionary
(
"isDisable"
,
DictUtil
.
getDictionary
(
"yesorno"
));
model
.
putDictionary
(
"isNewSpecification"
,
DictUtil
.
getDictionary
(
"yesorno"
));
model
.
putDictionary
(
"isBuildBom"
,
DictUtil
.
getDictionary
(
"yesorno"
));
return
this
.
sqlExecutorDao
.
executeSlicedQuery
(
model
);
}
}
@Override
@Override
...
@@ -99,6 +109,9 @@ public class WorkInstructionApplicationImpl extends BaseApplication implements W
...
@@ -99,6 +109,9 @@ public class WorkInstructionApplicationImpl extends BaseApplication implements W
workInstructionPrdLookedRepository
.
deleteByWorkInstructionBaseInfoId
(
id
);
workInstructionPrdLookedRepository
.
deleteByWorkInstructionBaseInfoId
(
id
);
workInstructionProductLossRepository
.
deleteByWorkInstructionBaseInfoId
(
id
);
workInstructionProductLossRepository
.
deleteByWorkInstructionBaseInfoId
(
id
);
workInstructionRepository
.
delete
(
id
);
workInstructionRepository
.
delete
(
id
);
// WorkInstructionBaseInfo workInstructionBaseInfo = workInstructionRepository.findOne(id);
// workInstructionBaseInfo.setIsDelete("1");
// workInstructionRepository.save(workInstructionBaseInfo);
}
}
@Override
@Override
...
...
topsun/src/main/java/com/huigou/topsun/proofing/application/impl/WorkInstructionApplyApplicationImpl.java
View file @
ce840b0a
package
com
.
huigou
.
topsun
.
proofing
.
application
.
impl
;
package
com
.
huigou
.
topsun
.
proofing
.
application
.
impl
;
import
com.huigou.cache.DictUtil
;
import
com.huigou.data.query.model.QueryDescriptor
;
import
com.huigou.data.query.model.QueryDescriptor
;
import
com.huigou.data.query.model.QueryModel
;
import
com.huigou.topsun.proofing.application.WorkInstructionApplyApplication
;
import
com.huigou.topsun.proofing.application.WorkInstructionApplyApplication
;
import
com.huigou.topsun.proofing.domain.workInstructionApply.model.WorkInstructionApply
;
import
com.huigou.topsun.proofing.domain.workInstructionApply.model.WorkInstructionApply
;
import
com.huigou.topsun.proofing.domain.workInstructionApply.query.WorkInstructionApplyQueryRequest
;
import
com.huigou.topsun.proofing.domain.workInstructionApply.query.WorkInstructionApplyQueryRequest
;
...
@@ -28,7 +30,9 @@ public class WorkInstructionApplyApplicationImpl extends BaseApplication impleme
...
@@ -28,7 +30,9 @@ public class WorkInstructionApplyApplicationImpl extends BaseApplication impleme
@Override
@Override
public
Map
<
String
,
Object
>
slicedWorkInstructionApplyList
(
WorkInstructionApplyQueryRequest
query
)
{
public
Map
<
String
,
Object
>
slicedWorkInstructionApplyList
(
WorkInstructionApplyQueryRequest
query
)
{
QueryDescriptor
queryDescriptor
=
this
.
sqlExecutorDao
.
getQuery
(
QUERY_XML_FILE_PATH
,
"slicedWorkInstructionApplyList"
);
QueryDescriptor
queryDescriptor
=
this
.
sqlExecutorDao
.
getQuery
(
QUERY_XML_FILE_PATH
,
"slicedWorkInstructionApplyList"
);
return
this
.
sqlExecutorDao
.
executeSlicedQuery
(
queryDescriptor
,
query
);
QueryModel
model
=
this
.
sqlExecutorDao
.
getQueryModel
(
queryDescriptor
,
query
);
model
.
putDictionary
(
"isDisable"
,
DictUtil
.
getDictionary
(
"yesorno"
));
return
this
.
sqlExecutorDao
.
executeSlicedQuery
(
model
);
}
}
@Override
@Override
...
@@ -39,7 +43,10 @@ public class WorkInstructionApplyApplicationImpl extends BaseApplication impleme
...
@@ -39,7 +43,10 @@ public class WorkInstructionApplyApplicationImpl extends BaseApplication impleme
@Override
@Override
@Transactional
(
propagation
=
Propagation
.
REQUIRES_NEW
)
@Transactional
(
propagation
=
Propagation
.
REQUIRES_NEW
)
public
void
deleteWorkInstructionById
(
String
id
)
{
public
void
deleteWorkInstructionById
(
String
id
)
{
workInstructionApplyRepository
.
delete
(
id
);
// workInstructionApplyRepository.delete(id);
WorkInstructionApply
workInstructionApply
=
workInstructionApplyRepository
.
findOne
(
id
);
workInstructionApply
.
setIsDelete
(
"1"
);
workInstructionApplyRepository
.
save
(
workInstructionApply
);
}
}
@Override
@Override
...
...
topsun/src/main/java/com/huigou/topsun/proofing/domain/proofingMake/model/ProofingMakeBaseInfo.java
View file @
ce840b0a
...
@@ -15,6 +15,8 @@ import java.util.Date;
...
@@ -15,6 +15,8 @@ import java.util.Date;
@Entity
@Entity
@Data
@Data
public
class
ProofingMakeBaseInfo
implements
Serializable
{
public
class
ProofingMakeBaseInfo
implements
Serializable
{
/**
/**
* 制作单id
* 制作单id
*/
*/
...
@@ -196,5 +198,14 @@ public class ProofingMakeBaseInfo implements Serializable {
...
@@ -196,5 +198,14 @@ public class ProofingMakeBaseInfo implements Serializable {
@Column
(
name
=
"standard_color"
)
@Column
(
name
=
"standard_color"
)
private
String
standardColor
;
private
String
standardColor
;
/**
* 是否删除
*/
@Column
(
name
=
"is_delete"
)
private
String
isDelete
;
public
ProofingMakeBaseInfo
(){
this
.
isDelete
=
"0"
;
}
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
}
}
\ No newline at end of file
topsun/src/main/java/com/huigou/topsun/proofing/domain/workInstructionApply/model/WorkInstructionApply.java
View file @
ce840b0a
...
@@ -129,5 +129,13 @@ public class WorkInstructionApply implements Serializable {
...
@@ -129,5 +129,13 @@ public class WorkInstructionApply implements Serializable {
@Column
(
name
=
"is_body_color"
)
@Column
(
name
=
"is_body_color"
)
private
String
isBodyColor
;
private
String
isBodyColor
;
/**
* 是否删除
*/
@Column
(
name
=
"is_delete"
)
private
String
isDelete
;
public
WorkInstructionApply
(){
this
.
isDelete
=
"0"
;
}
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
}
}
\ No newline at end of file
topsun/src/main/resources/config/content/easysearch/easy-search-product.xml
View file @
ce840b0a
...
@@ -63,6 +63,7 @@
...
@@ -63,6 +63,7 @@
inner JOIN proofing_make_pd_published_conf pc ON pc.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 p on pi.product_code=p.product_code
inner join product_detail pd on pd.product_id=p.product_id
inner join product_detail pd on pd.product_id=p.product_id
where pi.is_delete=0 and wa.is_delete=0
</sql>
</sql>
<field
name=
"产品id"
title=
"产品id"
code=
"productId"
width=
"200"
/>
<field
name=
"产品id"
title=
"产品id"
code=
"productId"
width=
"200"
/>
<field
name=
"产品编号"
title=
"产品编号"
code=
"productCode"
width=
"200"
/>
<field
name=
"产品编号"
title=
"产品编号"
code=
"productCode"
width=
"200"
/>
...
@@ -84,7 +85,7 @@
...
@@ -84,7 +85,7 @@
<field
name=
"制造单号"
title=
"制造单号"
code=
"proofingMakeNo"
width=
"200"
/>
<field
name=
"制造单号"
title=
"制造单号"
code=
"proofingMakeNo"
width=
"200"
/>
<field
name=
"指导申请书单号"
title=
"指导申请书单号"
code=
"workInstruction
BaseInfo
Id"
width=
"200"
/>
<field
name=
"指导申请书单号"
title=
"指导申请书单号"
code=
"workInstruction
Apply
Id"
width=
"200"
/>
<field
name=
"长;单位cm"
title=
"长;单位cm"
code=
"productLength"
width=
"200"
type=
'hidden'
/>
<field
name=
"长;单位cm"
title=
"长;单位cm"
code=
"productLength"
width=
"200"
type=
'hidden'
/>
<field
name=
"宽;单位cm"
title=
"宽;单位cm"
code=
"productWidth"
width=
"200"
type=
'hidden'
/>
<field
name=
"宽;单位cm"
title=
"宽;单位cm"
code=
"productWidth"
width=
"200"
type=
'hidden'
/>
<field
name=
"高;单位cm"
title=
"高;单位cm"
code=
"productHeight"
width=
"200"
type=
'hidden'
/>
<field
name=
"高;单位cm"
title=
"高;单位cm"
code=
"productHeight"
width=
"200"
type=
'hidden'
/>
...
...
topsun/src/main/resources/config/content/easysearch/easy-search-proofing.xml
View file @
ce840b0a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
select pa.proofing_apply_no,pa.proofing_apply_id,pa.product_id,p.product_code
select pa.proofing_apply_no,pa.proofing_apply_id,pa.product_id,p.product_code
from proofing_apply_base_info pa
from proofing_apply_base_info pa
inner join product p on(pa.product_id=p.product_id)
inner join product p on(pa.product_id=p.product_id)
where pa.proofing_apply_application_status != 2
where pa.proofing_apply_application_status != 2
and pa.status =3
</sql>
</sql>
<field
name=
"申请单号"
title=
"申请单号"
code=
"proofingApplyNo"
width=
"200"
/>
<field
name=
"申请单号"
title=
"申请单号"
code=
"proofingApplyNo"
width=
"200"
/>
<field
name=
"申请Id"
title=
"申请Id"
code=
"proofingApplyId"
width=
"200"
/>
<field
name=
"申请Id"
title=
"申请Id"
code=
"proofingApplyId"
width=
"200"
/>
...
@@ -47,6 +47,7 @@
...
@@ -47,6 +47,7 @@
proofing_make_base_info pm
proofing_make_base_info pm
inner join product p on(pm.product_id=p.product_id)
inner join product p on(pm.product_id=p.product_id)
<!-- where pm.proofing_make_application_status ="normal"-->
<!-- where pm.proofing_make_application_status ="normal"-->
where pm.is_delete = 0
</sql>
</sql>
<field
name=
"产品Id"
title=
"产品Id"
code=
"productId"
width=
"200"
/>
<field
name=
"产品Id"
title=
"产品Id"
code=
"productId"
width=
"200"
/>
<field
name=
"产品编号"
title=
"产品编号"
code=
"productCode"
width=
"200"
/>
<field
name=
"产品编号"
title=
"产品编号"
code=
"productCode"
width=
"200"
/>
...
...
topsun/src/main/resources/config/topsun/proofing/proofingMake.xml
View file @
ce840b0a
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
pm.*
pm.*
FROM
FROM
proofing_make_base_info pm
proofing_make_base_info pm
where pm.is_delete = 0
</sql-query>
</sql-query>
</query>
</query>
<query
name=
"slicedProofingMakeTechnology"
table=
"proofing_Make_technology"
>
<query
name=
"slicedProofingMakeTechnology"
table=
"proofing_Make_technology"
>
...
...
topsun/src/main/resources/config/topsun/proofing/workInstructionApply.xml
View file @
ce840b0a
...
@@ -7,6 +7,9 @@
...
@@ -7,6 +7,9 @@
wa.*
wa.*
FROM
FROM
work_instruction_apply wa
work_instruction_apply wa
inner join proofing_make_base_info pi
on wa.proofing_make_id= pi.proofing_make_id
where wa.is_delete = 0 and pi.is_delete=0
</sql-query>
</sql-query>
</query>
</query>
</query-mappings>
</query-mappings>
\ No newline at end of file
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