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
5d4021d7
Commit
5d4021d7
authored
Jul 14, 2021
by
罗成兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分配记录
parent
b1d7d12f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
6 deletions
+13
-6
distributionWarehousing.vue
...onent/distributionWarehousing/distributionWarehousing.vue
+1
-1
sendRecord.vue
...ews/indexComponent/distributionWarehousing/sendRecord.vue
+1
-1
addFolviteDistribution.vue
...folviteDistribution/components/addFolviteDistribution.vue
+5
-1
folviteDistribution.vue
...ndexComponent/folviteDistribution/folviteDistribution.vue
+2
-2
addMaterialDistribution.vue
...nent/inStockManage/components/addMaterialDistribution.vue
+4
-1
No files found.
src/views/indexComponent/distributionWarehousing/distributionWarehousing.vue
View file @
5d4021d7
...
...
@@ -50,7 +50,7 @@
const
columns
=
[
{
title
:
'发放单位'
,
dataIndex
:
'send
Unit
Name'
,
dataIndex
:
'send
Node
Name'
,
ellipsis
:
true
},
{
...
...
src/views/indexComponent/distributionWarehousing/sendRecord.vue
View file @
5d4021d7
...
...
@@ -56,7 +56,7 @@
const
columns
=
[
{
title
:
'收货单位'
,
dataIndex
:
'receive
Unit
Name'
,
dataIndex
:
'receive
Node
Name'
,
width
:
"240px"
,
ellipsis
:
true
},
...
...
src/views/indexComponent/folviteDistribution/components/addFolviteDistribution.vue
View file @
5d4021d7
...
...
@@ -445,7 +445,11 @@
},
getBookHtmlContent
()
{
//获取用户知情书模板
this
.
$api
.
common
.
fetchConsentInfo
().
then
(({
data
})
=>
{
this
.
bookHtmlContent
=
data
if
(
this
.
$api
.
utils
.
isBlank
(
data
)){
this
.
bookHtmlContent
=
{
content
:
""
}
}
else
{
this
.
bookHtmlContent
=
data
;
}
})
},
getAllDoctorList
()
{
...
...
src/views/indexComponent/folviteDistribution/folviteDistribution.vue
View file @
5d4021d7
...
...
@@ -3,7 +3,7 @@
<a-form
layout=
"inline"
class=
"search_form"
>
<a-form-item
label=
"证件号码"
>
<!--v-price="
{digit:4}"-->
<a-input
v-model=
"searchForm.
idCar
"
placeholder=
"请输入证件号码"
style=
"width: 250px"
></a-input>
<a-input
v-model=
"searchForm.
womenIdCard
"
placeholder=
"请输入证件号码"
style=
"width: 250px"
></a-input>
</a-form-item>
<a-form-item>
<!--
<a-button
class=
"search_btn"
@
click=
"restSearchForm"
>
读卡识别
</a-button>
-->
...
...
@@ -95,7 +95,7 @@
return
{
// 搜索框对象
searchForm
:
{
idCar
:
undefined
womenIdCard
:
undefined
},
pagination
:
{
pageIndex
:
1
,
...
...
src/views/indexComponent/inStockManage/components/addMaterialDistribution.vue
View file @
5d4021d7
...
...
@@ -217,9 +217,12 @@
}
else
{
this
.
subLoad
=
true
;
let
params
=
{}
let
reviceUnitName
=
this
.
childUnitList
.
filter
(
item
=>
item
.
id
==
this
.
formData
.
receiveUnitId
)[
0
].
unitName
let
reviceUnitName
=
this
.
childUnitList
.
filter
(
item
=>
item
.
id
==
this
.
formData
.
receiveUnitId
)[
0
].
unitName
;
let
treeNodeId
=
this
.
childUnitList
.
filter
(
item
=>
item
.
id
==
this
.
formData
.
receiveUnitId
)[
0
].
treeNodeId
;
params
=
{
...
this
.
formData
,
receiveNodeId
:
treeNodeId
,
receiveNodeName
:
reviceUnitName
,
sendDate
:
moment
(
this
.
formData
.
sendDate
).
format
(
'yyyy-MM-DD'
),
receiveUnitName
:
reviceUnitName
};
...
...
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