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
336962d4
Commit
336962d4
authored
Dec 22, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
d51de878
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+10
-5
No files found.
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
336962d4
...
...
@@ -540,14 +540,14 @@
</td>
<td
height=
"26px"
>
<el-input
v-model=
"da.Number"
@
keyup
.
native=
"checkInteger(da,'Number')"
:disabled=
"daIn === 0 && XSTC"
type=
"text"
@
blur=
"addList(2,daIn+1)"
@
change=
"Calculation(2,daIn+1)"
class=
"w80 _border_b_1"
>
type=
"text"
@
blur=
"addList(2,daIn+1)"
@
change=
"Calculation(2,daIn+1)"
@
input=
"chages($event)"
class=
"w80 _border_b_1"
>
</el-input>
</td>
<td
height=
"26px"
>
<el-input
v-model=
"da.UnitPrice"
type=
"text"
:disabled=
"((msg.TemplateId == 43 || msg.TemplateId == 48 || msg.TemplateId == 56 || msg.TemplateId == 53) && !ZhuiJiaTK) || (daIn === 0 && XSTC)"
@
keyup
.
native=
"checkPrice(da,'UnitPrice',true)"
@
blur=
"addList(2,daIn+1)"
@
change=
"Calculation(2,daIn+1)"
class=
"w80 h34 _border_b_1"
></el-input>
@
change=
"Calculation(2,daIn+1)"
@
input=
"chages($event)"
class=
"w80 h34 _border_b_1"
></el-input>
</td>
<td
height=
"26px"
>
<el-select
filterable
:disabled=
"detailCurrDis || (daIn === 0 && XSTC)"
v-model=
'da.CurrencyId'
...
...
@@ -563,8 +563,8 @@
</td>
<td
height=
"26px"
>
{{
da
.
bTotalPrice
}}
</td>
<td
height=
"26px"
>
<el-input
v-model=
"da.Remark"
type=
"textarea"
class=
"w80 _border_b_1"
></el-input>
<i
@
click=
"deleteRow(daIn,da)"
class=
"_delete_row iconfont icon-img_delete_small"
></i>
<el-input
v-model=
"da.Remark"
type=
"textarea"
class=
"w80 _border_b_1"
@
input=
"chages($event)"
></el-input>
<i
@
click=
"deleteRow(daIn,da)"
class=
"_delete_row iconfont icon-img_delete_small"
></i>
</td>
</tr>
</
template
>
...
...
@@ -614,7 +614,7 @@
</td>
<td>
{{detailList.bTotalPrice}}
</td>
<td>
<el-input
v-model=
"detailList.Remark"
type=
"textarea"
@
blur=
"addList(1)"
class=
"w80 _border_b_1"
>
<el-input
v-model=
"detailList.Remark"
type=
"textarea"
@
blur=
"addList(1)"
@
input=
"chages($event)"
class=
"w80 _border_b_1"
>
</el-input>
</td>
</tr>
...
...
@@ -928,6 +928,7 @@
},
methods
:
{
deleteRow
(
i
,
obj
)
{
console
.
log
(
2
)
obj
.
show
=
false
;
this
.
msg
.
Description
=
this
.
Description
;
this
.
msg
.
detailList
.
splice
(
i
,
1
);
...
...
@@ -1337,7 +1338,11 @@
show
:
false
,
}
},
chages
(
e
){
//处理输入框不能输入问题
this
.
$forceUpdate
()
},
Calculation
(
t
,
i
)
{
// 计算原币 本位币
let
numberC
=
0
;
let
price
=
0
;
let
rate
=
0
;
...
...
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