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
42968bca
Commit
42968bca
authored
Nov 22, 2023
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程表单get,set方法
parent
dfc75679
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
25 deletions
+54
-25
proofingApply.js
...n-xt/src/main/webapp/biz/topsun/proofing/proofingApply.js
+18
-1
proofingApply.jsp
...-xt/src/main/webapp/biz/topsun/proofing/proofingApply.jsp
+36
-24
No files found.
topsun-xt/src/main/webapp/biz/topsun/proofing/proofingApply.js
View file @
42968bca
...
@@ -303,4 +303,21 @@ function deleteHandler() {
...
@@ -303,4 +303,21 @@ function deleteHandler() {
// // console.log("change触发")
// // console.log("change触发")
// // loadCodeRuleListGrid(this.productId);
// // loadCodeRuleListGrid(this.productId);
// // });
// // });
// }
// }
\ No newline at end of file
/**
* 流程引擎回调设置打样的id
* @param value 打样申请的id
*/
function
setId
(
proofingApplyId
)
{
$
(
"#proofingApplyId"
).
val
(
proofingApplyId
);
// 为文件上传控件绑定业务id
}
/**
* 流程引擎获取打样申请id的回掉方法。
* @return 打样申请的id
*/
function
getId
()
{
return
$
(
"#proofingApplyId"
).
val
()
||
""
;
}
\ No newline at end of file
topsun-xt/src/main/webapp/biz/topsun/proofing/proofingApply.jsp
View file @
42968bca
...
@@ -7,52 +7,64 @@
...
@@ -7,52 +7,64 @@
<x:script
src=
'/biz/topsun/proofing/proofingApply.js'
/>
<x:script
src=
'/biz/topsun/proofing/proofingApply.js'
/>
<div
class=
"container-fluid"
style=
"padding: 10px;"
>
<div
class=
"container-fluid"
style=
"padding: 10px;"
>
<form
class=
"hg-form"
method=
"post"
action=
""
id=
"submitForm"
>
<form
class=
"hg-form"
method=
"post"
action=
""
id=
"submitForm"
>
<x:hidden
name=
"id"
id=
"proofingApplyId"
/>
<x:hidden
name=
"billCode"
/>
<x:hidden
name=
"fillinDate"
type=
"datetime"
/>
<x:hidden
name=
"fullId"
/>
<x:hidden
name=
"organId"
/>
<x:hidden
name=
"organName"
/>
<x:hidden
name=
"deptId"
/>
<x:hidden
name=
"deptName"
/>
<x:hidden
name=
"positionId"
/>
<x:hidden
name=
"positionName"
/>
<x:hidden
name=
"personMemberId"
/>
<x:hidden
name=
"personMemberName"
/>
<%-- <x:hidden name="id" />--%>
<%-- <x:hidden name="id" />--%>
<div><h3>
基本信息
</h3></div>
<div><h3>
基本信息
</h3></div>
<div
class=
"hg-form-cols"
>
<div
class=
"hg-form-cols"
>
<x:inputC
name=
"proofingApplyNo"
required=
"true"
readonly=
"true"
label=
"申请单号"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyNo"
readonly=
"true"
label=
"申请单号"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<%-- <x:selectC name="productCode"
required="true"
label="产品编号" labelCol="1" fieldCol="2"/>--%>
<%-- <x:selectC name="productCode" label="产品编号" labelCol="1" fieldCol="2"/>--%>
<x:inputC
name=
"productId"
required=
"true"
label=
"产品编号"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"productId"
label=
"产品编号"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"customerId"
required=
"true"
label=
"品牌客户编号"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"customerId"
label=
"品牌客户编号"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyPageNeedTime"
required=
"true"
label=
"版面需求时间"
wrapper=
"date"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyPageNeedTime"
label=
"版面需求时间"
wrapper=
"date"
labelCol=
"1"
fieldCol=
"2"
/>
<%-- <x:inputC name="completeDate"
required="true"
label="完成日期" maxLength="32" labelCol="1" fieldCol="2"/>--%>
<%-- <x:inputC name="completeDate" label="完成日期" maxLength="32" labelCol="1" fieldCol="2"/>--%>
<x:inputC
name=
"proofingApplyCompleteDate"
id=
"completeDate"
required=
"false"
label=
"完成日期"
wrapper=
"date"
labelCol=
"1"
/>
<x:inputC
name=
"proofingApplyCompleteDate"
id=
"completeDate"
required=
"false"
label=
"完成日期"
wrapper=
"date"
labelCol=
"1"
/>
<x:inputC
name=
"proofingApplySampleCnName"
required=
"true"
label=
"样品中文名称"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplySampleCnName"
label=
"样品中文名称"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplySampleEnName"
required=
"true"
label=
"样品英文名称"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplySampleEnName"
label=
"样品英文名称"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplySampleVersion"
required=
"true"
label=
"样品版次"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplySampleVersion"
label=
"样品版次"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplySampleSize"
required=
"true"
label=
"样品规格"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplySampleSize"
label=
"样品规格"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<%-- <x:inputC name="sampleStyle"
required="true"
label="样品款式" maxLength="32" labelCol="1" fieldCol="2"/>--%>
<%-- <x:inputC name="sampleStyle" label="样品款式" maxLength="32" labelCol="1" fieldCol="2"/>--%>
<x:inputC
name=
"proofingApplySampleNum"
required=
"true"
label=
"样品数量"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplySampleNum"
label=
"样品数量"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyOutputSituation"
required=
"true"
label=
"产量情况"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyOutputSituation"
label=
"产量情况"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyProductNo"
required=
"true"
label=
"产品代号"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyProductNo"
label=
"产品代号"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<%-- <x:selectC name="proofingType"
required="true"
label="打样形式" labelCol="1" fieldCol="2"/>--%>
<%-- <x:selectC name="proofingType" label="打样形式" labelCol="1" fieldCol="2"/>--%>
<x:inputC
name=
"proofingType"
required=
"true"
label=
"打样形式"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingType"
label=
"打样形式"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"page"
required=
"true"
label=
"版面"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"page"
label=
"版面"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyAllocationType"
required=
"true"
label=
"分配方式"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyAllocationType"
label=
"分配方式"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<%-- <x:selectC name="allocationType"
required="true"
label="分配方式" labelCol="1" fieldCol="2"/>--%>
<%-- <x:selectC name="allocationType" label="分配方式" labelCol="1" fieldCol="2"/>--%>
<x:inputC
name=
"productType"
required=
"true"
label=
"产品类别"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"productType"
label=
"产品类别"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplySurfaceTreatment"
required=
"true"
label=
"表面处理"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplySurfaceTreatment"
label=
"表面处理"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyNgReReason"
required=
"true"
label=
"NG重新打样原因"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyNgReReason"
label=
"NG重新打样原因"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"a"
required=
"true"
label=
"测试标准"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"a"
label=
"测试标准"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyTestStandard"
required=
"true"
label=
"申请单状态"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"proofingApplyTestStandard"
label=
"申请单状态"
maxLength=
"32"
labelCol=
"1"
fieldCol=
"2"
/>
</div>
</div>
...
...
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