Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
8a0d882c
Commit
8a0d882c
authored
Jul 16, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账户类型修改
parent
643cba91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
materialQuery.vue
src/components/empower/materialQuery.vue
+2
-1
procurementMange.vue
src/components/empower/procurementMange.vue
+8
-8
No files found.
src/components/empower/materialQuery.vue
View file @
8a0d882c
...
...
@@ -109,7 +109,7 @@
<img
:src=
" scope.row.ImageList[0]"
alt=
""
style=
"width: 60px; height: 60px;"
>
<div
style=
"margin-left:5px"
>
<span>
{{
scope
.
row
.
Name
}}
</span>
<div>
<div
style=
"width:400px"
>
<span>
商品分类:
<span
v-for=
"(item,index3) in scope.row.GoodsCategoryList"
:key=
"index3"
>
{{
item
}}
</span>
...
...
@@ -294,6 +294,7 @@
this
.
loading
=
false
if
(
res
.
data
.
resultCode
==
1
){
this
.
Success
(
res
.
data
.
message
);
this
.
getList
()
}
else
{
this
.
Info
(
res
.
data
.
message
);
}
...
...
src/components/empower/procurementMange.vue
View file @
8a0d882c
...
...
@@ -196,7 +196,7 @@
<el-form
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"90px"
style=
"width:50%"
>
<el-form-item
label=
"账户类型"
prop=
"IsPublic"
>
<el-select
v-model=
"addMsg.IsPublic"
placeholder=
"请选择"
size=
"small"
filterable
>
<el-option
:label=
"item.Name"
:value=
"item.I
d
"
v-for=
"(item,index) in AccountList"
:key=
"index"
></el-option>
<el-option
:label=
"item.Name"
:value=
"item.I
D
"
v-for=
"(item,index) in AccountList"
:key=
"index"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"供应商"
prop=
"SupplierId"
>
...
...
@@ -415,7 +415,7 @@
goodsId
:
0
,
total
:
0
,
total2
:
0
,
AccountList
:
[],
AccountList
:
[
{
'ID'
:
0
,
'Name'
:
'私帐'
},{
'ID'
:
1
,
'Name'
:
'公帐'
},{
'ID'
:
2
,
'Name'
:
'人民币现金'
},{
'ID'
:
3
,
'Name'
:
'外币现金'
},{
'ID'
:
4
,
'Name'
:
'资金池'
},
],
options
:
[],
options2
:[
{
'ID'
:
1
,
'Name'
:
'未入库'
},
{
'ID'
:
2
,
'Name'
:
'部分入库'
},
{
'ID'
:
3
,
'Name'
:
'已入库'
}
...
...
@@ -475,11 +475,11 @@
})
},
// 账户类型
getAccount
()
{
this
.
apipost
(
"/api/finance/GetAccountTypeList"
,
{},
res
=>
{
this
.
AccountList
=
res
.
data
.
data
;
})
},
//
getAccount() {
//
this.apipost("/api/finance/GetAccountTypeList", {}, res => {
//
this.AccountList = res.data.data;
//
})
//
},
//供应商
getSupplierList
()
{
this
.
apipost
(
"/api/Supplier/GetSupplierAllList"
,
{},
res
=>
{
...
...
@@ -725,7 +725,7 @@
},
mounted
()
{
this
.
getList
();
this
.
getAccount
()
//
this.getAccount()
this
.
getSupplierList
();
this
.
getWareHouse
()
}
...
...
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