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
5f711a78
Commit
5f711a78
authored
Jan 15, 2025
by
1650842865
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建申请的单价调整整数位数9位;物料主数据的创建,修改物料类型为:ZGKL(客供料),字段mrp控制者(DISPO),改为默认并且只能是105
parent
8eba05c2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
3 deletions
+20
-3
materialApplyNext.js
...n/webapp/biz/topsun/sap/nonProdApply/materialApplyNext.js
+4
-0
nonProdApplyNext.js
...in/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.js
+13
-0
sapPurchaseDetail.js
.../main/webapp/biz/topsun/sap/purchase/sapPurchaseDetail.js
+1
-1
sapZNE1PurchaseDetail.js
...n/webapp/biz/topsun/sap/purchase/sapZNE1PurchaseDetail.js
+1
-1
sapZNE2PurchaseDetail.js
...n/webapp/biz/topsun/sap/purchase/sapZNE2PurchaseDetail.js
+1
-1
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/materialApplyNext.js
View file @
5f711a78
...
@@ -824,6 +824,10 @@ function bindEvent_mrp(mtart){
...
@@ -824,6 +824,10 @@ function bindEvent_mrp(mtart){
$
(
"#dismm"
).
val
(
"ND"
);
$
(
"#dismm"
).
val
(
"ND"
);
}
}
//物料主数据的创建,修改 物料类型为:ZGKL(客供料),字段mrp控制者(DISPO),改为默认并且只能是105
if
(
mtart
==
"ZKGL"
){
$
(
"#dispo"
).
val
(
"105"
);
//MRP控制者
}
if
(
mtart
!=
"ZSHB"
){
if
(
mtart
!=
"ZSHB"
){
$
(
"#sbdkz"
).
val
(
"2"
);
$
(
"#sbdkz"
).
val
(
"2"
);
}
}
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.js
View file @
5f711a78
...
@@ -28,6 +28,15 @@ function initializate() {
...
@@ -28,6 +28,15 @@ function initializate() {
storeDisplaySer
(
data
.
value
);
storeDisplaySer
(
data
.
value
);
getBklas
(
data
.
value
);
getBklas
(
data
.
value
);
initSale
(
data
.
value
);
initSale
(
data
.
value
);
//物料主数据的创建,修改 物料类型为:ZGKL(客供料),字段mrp控制者(DISPO),改为默认并且只能是105
if
(
data
.
value
==
"ZKGL"
){
$
(
"#dispo"
).
val
(
"105"
);
//MRP控制者
$
(
"#dispo_text"
).
val
(
"105-客供料"
);
//MRP控制者
}
else
{
$
(
"#dispo"
).
val
(
""
);
//MRP控制者
$
(
"#dispo_text"
).
val
(
""
);
//MRP控制者
}
}
}
});
});
//价格控制 控制财务核算的 不参与成本核算
//价格控制 控制财务核算的 不参与成本核算
...
@@ -459,6 +468,10 @@ function mrpMustInput(flag) { //MRP必输项
...
@@ -459,6 +468,10 @@ function mrpMustInput(flag) { //MRP必输项
if
(
mtart
==
"ZZCP"
){
if
(
mtart
==
"ZZCP"
){
UICtrl
.
setElRequiredFlag
(
"#lgproName"
,
flag
);
UICtrl
.
setElRequiredFlag
(
"#lgproName"
,
flag
);
}
}
if
(
mtart
==
"ZKGL"
){
$
(
"#dispo"
).
val
(
"105"
);
//MRP控制者
$
(
"#dispo_text"
).
val
(
"105-客供料"
);
//MRP控制者
}
werksMustInput
();
werksMustInput
();
mtvfpMustInput
();
mtvfpMustInput
();
}
}
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/purchase/sapPurchaseDetail.js
View file @
5f711a78
...
@@ -382,7 +382,7 @@ function getGridColumns() {
...
@@ -382,7 +382,7 @@ function getGridColumns() {
},);
},);
columns
.
push
({
columns
.
push
({
display
:
"预估单价"
,
name
:
"preis"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
display
:
"预估单价"
,
name
:
"preis"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
editor
:
{
type
:
'text'
,
mask
:
'9999999.99'
,
required
:
true
}
editor
:
{
type
:
'text'
,
mask
:
'9999999
99
.99'
,
required
:
true
}
},);
},);
columns
.
push
({
columns
.
push
({
display
:
"价格基数"
,
name
:
"ebanPeinh"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
display
:
"价格基数"
,
name
:
"ebanPeinh"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/purchase/sapZNE1PurchaseDetail.js
View file @
5f711a78
...
@@ -311,7 +311,7 @@ function getGridColumns() {
...
@@ -311,7 +311,7 @@ function getGridColumns() {
},);
},);
columns
.
push
({
columns
.
push
({
display
:
"预估单价"
,
name
:
"preis"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
display
:
"预估单价"
,
name
:
"preis"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
editor
:
{
type
:
'text'
,
mask
:
'9999999.99'
,
required
:
true
}
editor
:
{
type
:
'text'
,
mask
:
'9999999
99
.99'
,
required
:
true
}
},);
},);
columns
.
push
({
columns
.
push
({
display
:
"价格基数"
,
name
:
"ebanPeinh"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
display
:
"价格基数"
,
name
:
"ebanPeinh"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/purchase/sapZNE2PurchaseDetail.js
View file @
5f711a78
...
@@ -458,7 +458,7 @@ function getGridColumns() {
...
@@ -458,7 +458,7 @@ function getGridColumns() {
},);
},);
columns
.
push
({
columns
.
push
({
display
:
"预估单价"
,
name
:
"preis"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
display
:
"预估单价"
,
name
:
"preis"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
editor
:
{
type
:
'text'
,
mask
:
'9999999.99'
,
required
:
true
}
editor
:
{
type
:
'text'
,
mask
:
'9999999
99
.99'
,
required
:
true
}
},);
},);
columns
.
push
({
columns
.
push
({
display
:
"价格基数"
,
name
:
"ebanPeinh"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
display
:
"价格基数"
,
name
:
"ebanPeinh"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
,
...
...
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