Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
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
hlcm
leaf-hlcm
Commits
0d7adcac
Commit
0d7adcac
authored
Mar 30, 2020
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】修改记账日期字段为非必填
parent
07d17800
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
acr_invoice_create_invoice.lview
...ebapp/modules/acr/ACR510/acr_invoice_create_invoice.lview
+1
-1
acr_invoice_penalty_invoice.lview
...bapp/modules/acr/ACR510/acr_invoice_penalty_invoice.lview
+1
-1
No files found.
src/main/webapp/modules/acr/ACR510/acr_invoice_create_invoice.lview
View file @
0d7adcac
...
@@ -129,7 +129,7 @@
...
@@ -129,7 +129,7 @@
<a:fields>
<a:fields>
<a:field
name=
"company_id"
defaultValue=
"${/parameter/@company_id}"
/>
<a:field
name=
"company_id"
defaultValue=
"${/parameter/@company_id}"
/>
<a:field
name=
"group_billing_method"
defaultValue=
"GROUP_BY_TIMES"
/>
<a:field
name=
"group_billing_method"
defaultValue=
"GROUP_BY_TIMES"
/>
<a:field
name=
"accounting_date"
defaultValue=
"${/model/default_value_record/record/@today}"
required=
"true"
/>
<a:field
name=
"accounting_date"
defaultValue=
"${/model/default_value_record/record/@today}"
/>
<a:field
name=
"invoice_date"
defaultValue=
"${/model/default_value_record/record/@today}"
required=
"true"
/>
<a:field
name=
"invoice_date"
defaultValue=
"${/model/default_value_record/record/@today}"
required=
"true"
/>
</a:fields>
</a:fields>
</a:dataSet>
</a:dataSet>
...
...
src/main/webapp/modules/acr/ACR510/acr_invoice_penalty_invoice.lview
View file @
0d7adcac
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
<a:fields>
<a:fields>
<a:field
name=
"company_id"
defaultValue=
"${/parameter/@company_id}"
/>
<a:field
name=
"company_id"
defaultValue=
"${/parameter/@company_id}"
/>
<a:field
name=
"group_billing_method"
defaultValue=
"NO_GROUP"
/>
<a:field
name=
"group_billing_method"
defaultValue=
"NO_GROUP"
/>
<a:field
name=
"accounting_date"
defaultValue=
"${/model/default_value_record/record/@today}"
required=
"true"
/>
<a:field
name=
"accounting_date"
defaultValue=
"${/model/default_value_record/record/@today}"
/>
<a:field
name=
"invoice_date"
defaultValue=
"${/model/default_value_record/record/@today}"
required=
"true"
/>
<a:field
name=
"invoice_date"
defaultValue=
"${/model/default_value_record/record/@today}"
required=
"true"
/>
</a:fields>
</a:fields>
</a:dataSet>
</a:dataSet>
...
...
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