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
a8a12b25
Commit
a8a12b25
authored
Jun 04, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
f24a462a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
739 additions
and
793 deletions
+739
-793
customSet.vue
src/components/UserMan/customSet.vue
+3
-3
verificationMember.vue
src/components/UserMan/verificationMember.vue
+127
-152
BulkShipment.vue
src/components/orderMan/BulkShipment.vue
+86
-92
evaluationMan.vue
src/components/orderMan/evaluationMan.vue
+523
-546
No files found.
src/components/UserMan/customSet.vue
View file @
a8a12b25
...
...
@@ -163,7 +163,7 @@
style=
"padding-bottom: 10px; border-bottom: 1px solid rgb(255, 255, 255);"
>
<div>
<div
class=
"app-image"
style=
"
background: url(https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=480194109,2955193021) center center / cover rgb(227, 227, 227);
width: 60px; height: 60px; border-radius: 999px; display: inline-block; border: 2px solid rgb(255, 255, 255);"
>
style=
"width: 60px; height: 60px; border-radius: 999px; display: inline-block; border: 2px solid rgb(255, 255, 255);"
>
</div>
</div>
<div
style=
"margin-left: 20px; color: rgb(255, 255, 255);"
>
...
...
@@ -548,7 +548,7 @@
<div
flex=
"dir:left cross:center"
style=
"background: rgb(255, 255, 255); padding: 10px; height: 80px;"
>
<div
class=
"app-image"
style=
"background-
image: url(https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3740798461,1728086832); background-
size: cover; background-position: center center; width: 50px; height: 50px; border-radius: 0%;"
>
style=
"background-size: cover; background-position: center center; width: 50px; height: 50px; border-radius: 0%;"
>
</div>
<div
flex=
"dir:top main:center"
style=
"width: 100%; margin-left: 12px;"
>
<div
flex=
"dir:left cross:center"
>
...
...
@@ -568,7 +568,7 @@
<div
flex=
"dir:left cross:center"
style=
"background: rgb(255, 255, 255); padding: 10px; height: 80px;"
>
<div
class=
"app-image"
style=
"background-image: url(
https://
ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3740798461); background-size: cover; background-position: center center; width: 50px; height: 50px; border-radius: 0%;"
>
style=
"background-image: url(ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3740798461); background-size: cover; background-position: center center; width: 50px; height: 50px; border-radius: 0%;"
>
</div>
<div
flex=
"dir:top main:center"
style=
"width: 100%; margin-left: 12px;"
>
<div
flex=
"dir:left cross:center"
>
...
...
src/components/UserMan/verificationMember.vue
View file @
a8a12b25
This diff is collapsed.
Click to expand it.
src/components/orderMan/BulkShipment.vue
View file @
a8a12b25
<
template
>
<div
class=
"BulkShipment"
>
<div
class=
"head-title"
>
批量发货
</div>
<el-card
style=
"margin-top:10px"
class=
"box-card"
shadow=
"never"
>
<el-form
class=
"app-batch"
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"180px"
>
<el-form-item
label=
"导入模板"
prop=
"FilePath"
>
<el-input
v-model=
"addMsg.FilePath"
size=
"small"
style=
"width:289px"
:disabled=
"true"
class=
"input-with-select"
>
</el-input>
<!-- :http-request="UploadImage" -->
<el-upload
class=
"upload-demo"
ref=
"upload"
:action=
"importFileUrl"
:multiple=
"true"
:on-success=
"successUpload"
:show-file-list=
"false"
accept=
".csv, .xlsx"
>
<el-button
size=
"small"
>
选择文件
</el-button>
</el-upload>
<el-button
size=
"small"
style=
"margin-left:20px"
>
默认模板下载
</el-button>
</el-form-item>
<el-form-item
label=
"选择快递公司"
prop=
"ExpressId"
>
<el-select
size=
"small"
v-model=
"addMsg.ExpressId"
placeholder=
"请选择"
>
<el-option
v-for=
"item in ExpressList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
</el-option>
</el-select>
</el-form-item>
</el-form>
</el-card>
<div
style=
"margin-top:10px"
>
<el-button
@
click=
"Save('addMsg')"
size=
"small"
type=
"primary"
>
提交
</el-button>
</div>
<div
class=
"head-title"
>
批量发货
</div>
<el-card
style=
"margin-top:10px"
class=
"box-card"
shadow=
"never"
>
<el-form
class=
"app-batch"
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"180px"
>
<el-form-item
label=
"导入模板"
prop=
"FilePath"
>
<el-input
v-model=
"addMsg.FilePath"
size=
"small"
style=
"width:289px"
:disabled=
"true"
class=
"input-with-select"
>
</el-input>
<el-upload
class=
"upload-demo"
ref=
"upload"
:action=
"importFileUrl"
:multiple=
"true"
:on-success=
"successUpload"
:show-file-list=
"false"
accept=
".csv, .xlsx"
>
<el-button
size=
"small"
>
选择文件
</el-button>
</el-upload>
<el-button
size=
"small"
style=
"margin-left:20px"
>
默认模板下载
</el-button>
</el-form-item>
<el-form-item
label=
"选择快递公司"
prop=
"ExpressId"
>
<el-select
size=
"small"
v-model=
"addMsg.ExpressId"
placeholder=
"请选择"
>
<el-option
v-for=
"item in ExpressList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
</el-option>
</el-select>
</el-form-item>
</el-form>
</el-card>
<div
style=
"margin-top:10px"
>
<el-button
@
click=
"Save('addMsg')"
size=
"small"
type=
"primary"
>
提交
</el-button>
</div>
</div>
</
template
>
<
script
>
export
default
{
export
default
{
data
()
{
return
{
importFileUrl
:
this
.
domainManager
().
UploadFileUrl
,
addMsg
:{
FilePath
:
''
,
ExpressId
:
''
,
},
rules
:{
ExpressId
:
[
{
required
:
true
,
message
:
'请选择快递公司'
,
trigger
:
'change'
}
],
FilePath
:
[
{
required
:
true
,
message
:
'请选择导入模板'
,
trigger
:
'blur'
}
],
},
ExpressList
:[],
};
return
{
importFileUrl
:
this
.
domainManager
().
UploadFileUrl
,
addMsg
:
{
FilePath
:
''
,
ExpressId
:
''
,
},
rules
:
{
ExpressId
:
[{
required
:
true
,
message
:
'请选择快递公司'
,
trigger
:
'change'
}],
FilePath
:
[{
required
:
true
,
message
:
'请选择导入模板'
,
trigger
:
'blur'
}],
},
ExpressList
:
[],
};
},
created
()
{
this
.
getExpressInfo
();
this
.
getExpressInfo
();
},
methods
:
{
Save
(
formName
){
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
apipost
(
"/api/order/SetOrderBatchSendGoods"
,
this
.
addMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
addMsg
=
{
FilePath
:
''
,
ExpressId
:
''
,
}
this
.
Success
(
res
.
data
.
message
);
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
},
null
);
Save
(
formName
)
{
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
apipost
(
"/api/order/SetOrderBatchSendGoods"
,
this
.
addMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
addMsg
=
{
FilePath
:
''
,
ExpressId
:
''
,
}
this
.
Success
(
res
.
data
.
message
);
}
else
{
return
false
;
this
.
Error
(
res
.
data
.
message
)
;
}
});
},
successUpload
(
file
){
this
.
addMsg
.
FilePath
=
file
.
data
;
},
// 快递公司
getExpressInfo
()
{
this
.
apipost
(
"/api/MallBase/GetExpressInfo"
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
ExpressList
=
res
.
data
.
data
;
}
else
{
this
.
Info
(
res
.
data
.
message
);
}
})
},
},
null
);
}
else
{
return
false
;
}
});
},
successUpload
(
file
)
{
this
.
addMsg
.
FilePath
=
file
.
data
;
},
// 快递公司
getExpressInfo
()
{
this
.
apipost
(
"/api/MallBase/GetExpressInfo"
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
ExpressList
=
res
.
data
.
data
;
}
else
{
this
.
Info
(
res
.
data
.
message
);
}
})
},
},
mounted
()
{
}
};
};
</
script
>
<
style
>
.BulkShipment
.upload-demo
{
.BulkShipment
.upload-demo
{
display
:
inline-block
;
position
:
relative
;
left
:
-5px
;
}
left
:
-5px
;
}
</
style
>
src/components/orderMan/evaluationMan.vue
View file @
a8a12b25
This diff is collapsed.
Click to expand it.
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