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
9fa1499a
Commit
9fa1499a
authored
Dec 22, 2023
by
覃振观
👶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
777 js BUG
parent
a847a051
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
listeningFromData.js
...xt/src/main/webapp/biz/topsun/common/listeningFromData.js
+6
-0
productDetail.jsp
...n-xt/src/main/webapp/biz/topsun/product/productDetail.jsp
+1
-1
No files found.
topsun-xt/src/main/webapp/biz/topsun/common/listeningFromData.js
View file @
9fa1499a
/**
* 监听页面动作,维护数据映射及数据集
* 当前主要使用遍历实现。
* @createDate 2019-04-12
*/
/**
* 遍历映射配置,构建映射关系
...
...
topsun-xt/src/main/webapp/biz/topsun/product/productDetail.jsp
View file @
9fa1499a
...
...
@@ -145,7 +145,7 @@
<div
id=
"processedGrid"
style=
"margin: 2px;"
></div>
</div>
<x:inputC
name=
"productTechnologyRequire"
label=
"工艺要求"
labelCol=
"1"
fieldCol=
"2"
maxLength=
"64"
/>
<x:inputC
name=
"productTechnologyRequire"
label=
"工艺要求"
labelCol=
"1"
fieldCol=
"2"
maxLength=
"64"
readonly=
"true"
/>
<x:inputC
name=
"packageStyle"
label=
"包装方式"
labelCol=
"1"
fieldCol=
"2"
maxLength=
"64"
/>
<x:inputC
name=
"physicalTest"
label=
"物性测试"
labelCol=
"1"
fieldCol=
"2"
maxLength=
"64"
/>
<x:inputC
name=
"chemistryTest"
label=
"化性测试"
labelCol=
"1"
fieldCol=
"2"
maxLength=
"64"
/>
...
...
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