Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
43241cb2
Commit
43241cb2
authored
Jul 20, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
08ac26c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+7
-1
addReceivablesDocuments.vue
...es/financial/financalDocument/addReceivablesDocuments.vue
+7
-0
No files found.
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
43241cb2
...
...
@@ -683,7 +683,12 @@
</el-option>
</el-select>
</span></p>
<p>
关联单号:
<span
style=
"border-bottom: 1px solid #111;height: 34px;line-height: 34px;"
>
<el-input
type=
"text"
v-model=
'msg.RelevanceFrId'
placeholder=
"如:123,234"
onkeyup=
"this.value=this.value.replace(/[^0-9\,]/,'')"
/>
</span>
</p>
<
template
v-if=
"GetDetail.FrID!=0"
>
<p
v-if=
"GetDetail.OrderSource==9&&GetDetail.SourceID>0"
>
{{
$t
(
"fnc.gnpiaowu"
)
}}
:
<span
class=
"_jump_page _font_bold"
...
...
@@ -874,6 +879,7 @@
InvoiceMoney
:
'0'
,
InvoiceRemark
:
''
,
EduCommissionEmp
:
''
,
RelevanceFrId
:
''
,
//增加关联单号
},
detailList
:
{
ID
:
0
,
...
...
src/pages/financial/financalDocument/addReceivablesDocuments.vue
View file @
43241cb2
...
...
@@ -585,6 +585,12 @@
</el-option>
</el-select>
</span></p>
<p>
关联单号:
<span
style=
"border-bottom: 1px solid #111;height: 34px;line-height: 34px;"
>
<el-input
type=
"text"
v-model=
'msg.RelevanceFrId'
placeholder=
"如:123,234"
onkeyup=
"this.value=this.value.replace(/[^0-9\,]/,'')"
/>
</span>
</p>
</div>
</div>
<div
class=
"_remark"
>
...
...
@@ -721,6 +727,7 @@
RB_DepartName
:
''
,
OrderSource
:
17
,
GuestId
:
""
,
RelevanceFrId
:
''
,
//增加关联单号
},
AccountNumber
:
''
,
queryAccMsg
:
{
...
...
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