Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
folacin-front
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
ynby
folacin-front
Commits
9fcd00f3
Commit
9fcd00f3
authored
Jul 09, 2021
by
罗成兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分配记录
parent
2134568f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
13 deletions
+9
-13
index.js
src/router/index.js
+0
-2
folviteApply.vue
src/views/indexComponent/folviteApply/folviteApply.vue
+4
-5
folviteDistributionDetail.vue
...viteDistribution/components/folviteDistributionDetail.vue
+1
-1
inStockManage.vue
src/views/indexComponent/inStockManage/inStockManage.vue
+0
-1
addSupply.vue
...iews/indexComponent/supplyManage/components/addSupply.vue
+3
-3
supplyManage.vue
src/views/indexComponent/supplyManage/supplyManage.vue
+1
-1
No files found.
src/router/index.js
View file @
9fcd00f3
...
@@ -78,8 +78,6 @@ router.beforeEach((to, form, next) => {
...
@@ -78,8 +78,6 @@ router.beforeEach((to, form, next) => {
return
;
return
;
}
}
const
token
=
window
.
sessionStorage
.
getItem
(
'token'
);
const
token
=
window
.
sessionStorage
.
getItem
(
'token'
);
console
.
log
(
"path"
,
to
);
console
.
log
(
"token"
,
token
);
if
(
token
)
{
if
(
token
)
{
next
();
next
();
}
else
{
}
else
{
...
...
src/views/indexComponent/folviteApply/folviteApply.vue
View file @
9fcd00f3
...
@@ -17,9 +17,8 @@
...
@@ -17,9 +17,8 @@
<!--v-price="
{digit:4}"-->
<!--v-price="
{digit:4}"-->
<a-input
v-model=
"searchForm.medicalName"
placeholder=
"请输入联系电话"
style=
"width: 250px"
></a-input>
<a-input
v-model=
"searchForm.medicalName"
placeholder=
"请输入联系电话"
style=
"width: 250px"
></a-input>
</a-form-item>
</a-form-item>
<a-button
class=
"search_btn"
style=
"float: right;margin-left: 10px"
@
click=
"restSearchForm"
>
清空
</a-button>
<a-button
type=
"primary"
icon=
"search"
class=
"search_btn"
@
click=
"searchList"
>
搜索
</a-button>
<a-button
type=
"primary"
class=
"search_btn"
style=
"float: right"
@
click=
"searchList"
>
搜索
</a-button>
<a-button
class=
"search_btn"
icon=
"close"
style=
"margin-left: 10px"
@
click=
"restSearchForm"
>
清空
</a-button>
<div
style=
"clear: both"
></div>
<div
style=
"clear: both"
></div>
</a-form>
</a-form>
...
@@ -63,7 +62,7 @@
...
@@ -63,7 +62,7 @@
},
},
{
{
title
:
'证件类型'
,
title
:
'证件类型'
,
dataIndex
:
'womenCertificateType'
,
dataIndex
:
'womenCertificateType
Name
'
,
ellipsis
:
true
ellipsis
:
true
},
},
{
{
...
@@ -79,7 +78,7 @@
...
@@ -79,7 +78,7 @@
},
},
{
{
title
:
'证件类型'
,
title
:
'证件类型'
,
dataIndex
:
'menCertificateType'
,
dataIndex
:
'menCertificateType
Name
'
,
ellipsis
:
true
ellipsis
:
true
},
},
{
{
...
...
src/views/indexComponent/folviteDistribution/components/folviteDistributionDetail.vue
View file @
9fcd00f3
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
},
},
{
{
title
:
'当前库存'
,
title
:
'当前库存'
,
dataIndex
:
'
batchN
umber'
,
dataIndex
:
'
n
umber'
,
ellipsis
:
true
ellipsis
:
true
},
},
{
{
...
...
src/views/indexComponent/inStockManage/inStockManage.vue
View file @
9fcd00f3
...
@@ -206,7 +206,6 @@
...
@@ -206,7 +206,6 @@
pageIndex
:
this
.
pagination
.
pageIndex
,
pageIndex
:
this
.
pagination
.
pageIndex
,
pageSize
:
this
.
pagination
.
pageSize
pageSize
:
this
.
pagination
.
pageSize
}
}
console
.
log
(
par
);
this
.
$api
.
stockManage
.
fetchInStockList
(
par
).
then
(({
data
=
{}})
=>
{
this
.
$api
.
stockManage
.
fetchInStockList
(
par
).
then
(({
data
=
{}})
=>
{
const
{
dataList
=
[],
total
=
0
}
=
data
const
{
dataList
=
[],
total
=
0
}
=
data
this
.
tableData
=
dataList
this
.
tableData
=
dataList
...
...
src/views/indexComponent/supplyManage/components/addSupply.vue
View file @
9fcd00f3
...
@@ -123,7 +123,6 @@
...
@@ -123,7 +123,6 @@
},
},
created
()
{
created
()
{
this
.
queryParams
=
this
.
$route
.
query
;
this
.
queryParams
=
this
.
$route
.
query
;
if
(
this
.
queryParams
.
modeType
===
"update"
)
{
if
(
this
.
queryParams
.
modeType
===
"update"
)
{
this
.
$api
.
common
.
fetchSupplyById
(
this
.
queryParams
.
id
).
then
(({
data
,
code
})
=>
{
this
.
$api
.
common
.
fetchSupplyById
(
this
.
queryParams
.
id
).
then
(({
data
,
code
})
=>
{
if
(
code
===
'SUCCESS'
)
{
if
(
code
===
'SUCCESS'
)
{
...
@@ -166,14 +165,15 @@
...
@@ -166,14 +165,15 @@
submitForm
()
{
submitForm
()
{
let
vm
=
this
;
let
vm
=
this
;
this
.
$refs
.
formRef
.
validate
(
valid
=>
{
this
.
$refs
.
formRef
.
validate
(
valid
=>
{
if
(
valid
)
{
if
(
true
)
{
vm
.
subLoad
=
true
// vm.subLoad = true;
const
{
areaCode
,
areaName
,
...
others
}
=
vm
.
formData
const
{
areaCode
,
areaName
,
...
others
}
=
vm
.
formData
let
areaInfo
=
areaCode
[
areaCode
.
length
-
1
]
let
areaInfo
=
areaCode
[
areaCode
.
length
-
1
]
let
par
=
{
let
par
=
{
areaCode
:
areaInfo
,
areaCode
:
areaInfo
,
...
others
...
others
};
};
console
.
log
(
par
)
if
(
this
.
queryParams
.
modeType
===
'add'
)
{
if
(
this
.
queryParams
.
modeType
===
'add'
)
{
vm
.
$api
.
common
.
fetchAddSupply
(
par
).
then
(
res
=>
{
vm
.
$api
.
common
.
fetchAddSupply
(
par
).
then
(
res
=>
{
this
.
subLoad
=
false
;
this
.
subLoad
=
false
;
...
...
src/views/indexComponent/supplyManage/supplyManage.vue
View file @
9fcd00f3
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
this
.
searchList
()
this
.
searchList
()
},
},
toAdd
()
{
toAdd
()
{
this
.
$router
.
push
({
path
:
'/supplyManage/add'
})
this
.
$router
.
push
({
path
:
'/supplyManage/add'
,
query
:
{
modeType
:
"add"
}
})
},
},
changeStatus
(
record
)
{
changeStatus
(
record
)
{
let
par
=
{
let
par
=
{
...
...
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