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
547177f9
Commit
547177f9
authored
Jul 27, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
26c6d998
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
nonProdApplyNext.jsp
...n/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.jsp
+8
-7
nonProducePickDetail.js
...app/biz/topsun/sap/nonProducePick/nonProducePickDetail.js
+5
-5
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.jsp
View file @
547177f9
...
@@ -85,12 +85,13 @@
...
@@ -85,12 +85,13 @@
<div
class=
"hg-form-cols"
id=
"totalContentDiv"
>
<div
class=
"hg-form-cols"
id=
"totalContentDiv"
>
<div
class=
"hg-form-row"
>
<div
class=
"hg-form-row"
>
<x:inputC
name=
"genericName"
label=
"通用品名"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"genericName"
label=
"通用品名"
labelCol=
"1"
fieldCol=
"2"
/>
<c:if
test=
"
${
kind
==
'product'
}
"
>
<%-- <c:if test="${kind=='product'}">--%>
<x:inputC
name=
"applicableStandard"
label=
"适用标准(国标)"
labelCol=
"1"
fieldCol=
"2"
/>
<%-- <x:inputC name="applicableStandard" label="适用标准(国标)" labelCol="1" fieldCol="2"/>--%>
</c:if>
<%-- </c:if>--%>
<c:if
test=
"
${
kind
!=
'product'
}
"
>
<%-- <c:if test="${kind!='product'}">--%>
<x:inputC
name=
"applicableStandard"
label=
"适用行业标准"
labelCol=
"1"
fieldCol=
"2"
/>
<%-- <x:inputC name="applicableStandard" label="适用行业标准" labelCol="1" fieldCol="2"/>--%>
</c:if>
<%-- </c:if>--%>
<x:inputC
name=
"applicableStandard"
label=
"适用行业标准"
labelCol=
"1"
fieldCol=
"2"
/>
<x:hidden
name=
"baseUnit"
/>
<x:hidden
name=
"baseUnit"
/>
<x:inputC
name=
"baseUnitName"
label=
"基本计量单位"
labelCol=
"1"
fieldCol=
"2"
readonly=
"true"
/>
<x:inputC
name=
"baseUnitName"
label=
"基本计量单位"
labelCol=
"1"
fieldCol=
"2"
readonly=
"true"
/>
<x:inputC
name=
"specifications"
label=
"规格"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"specifications"
label=
"规格"
labelCol=
"1"
fieldCol=
"2"
/>
...
@@ -140,7 +141,7 @@
...
@@ -140,7 +141,7 @@
<x:inputC
name=
""
label=
"旧料号"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
""
label=
"旧料号"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"mhdrz"
label=
"最小货架寿命"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"mhdrz"
label=
"最小货架寿命"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"normt"
label=
"适用标准"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"normt"
label=
"适用
行业
标准"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"klart"
label=
"类型"
labelCol=
"1"
fieldCol=
"2"
readonly=
"true"
/>
<x:inputC
name=
"klart"
label=
"类型"
labelCol=
"1"
fieldCol=
"2"
readonly=
"true"
/>
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/nonProducePick/nonProducePickDetail.js
View file @
547177f9
...
@@ -156,13 +156,13 @@ function loadGrid() {
...
@@ -156,13 +156,13 @@ function loadGrid() {
editor
:
{
type
:
"text"
,
maxLength
:
500
}
editor
:
{
type
:
"text"
,
maxLength
:
500
}
},
},
{
{
display
:
"用途"
,
name
:
"used"
,
width
:
200
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
,
display
:
"
备注
用途"
,
name
:
"used"
,
width
:
200
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
,
editor
:
{
type
:
"text"
,
maxLength
:
500
}
editor
:
{
type
:
"text"
,
maxLength
:
500
}
},
},
{
//
{
display
:
"备注
"
,
name
:
"remark"
,
width
:
300
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
,
// display: "
", name: "remark", width: 300, minWidth: 60, type: "string", align: "left",
editor
:
{
type
:
"text"
,
maxLength
:
1000
}
//
editor: { type: "text",maxLength:1000 }
}
//
}
],
],
dataAction
:
"server"
,
dataAction
:
"server"
,
url
:
web_app
.
name
+
'/nonProducePickItem/queryNonProducePickItems.ajax'
,
url
:
web_app
.
name
+
'/nonProducePickItem/queryNonProducePickItems.ajax'
,
...
...
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