Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
manage
Overview
Overview
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
vanke
manage
Commits
bf15f9b2
Commit
bf15f9b2
authored
Jun 24, 2020
by
wangyalan-git
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录页,忘记密码页样式调整,新增物品,物品查询
parent
d72fc9d9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
importGoodsModal.vue
src/views/inv/modules/importGoodsModal.vue
+2
-2
BottomFooter.vue
src/views/login/components/BottomFooter.vue
+2
-2
index.vue
src/views/login/index.vue
+2
-2
No files found.
src/views/inv/modules/importGoodsModal.vue
View file @
bf15f9b2
...
...
@@ -327,12 +327,12 @@ export default {
//sheetArray的属性名与上传的表格的列名一致
rowTable
.
name
=
sheetArray
[
item
].
物品名称
;
rowTable
.
goodsNo
=
sheetArray
[
item
].
型号
;
let
goodsCategoryName
=
sheetArray
[
item
].
物品类别
;
rowTable
.
goodsNum
=
sheetArray
[
item
].
数量
;
rowTable
.
prict
=
sheetArray
[
item
].
价格
(
元
);
let
supplierName
=
sheetArray
[
item
].
供应商
;
rowTable
.
barCode
=
sheetArray
[
item
].
条形码
;
let
stockRoomName
=
sheetArray
[
item
].
库房
let
goodsCategoryName
=
sheetArray
[
item
].
物品类别
;
let
supplierName
=
sheetArray
[
item
].
供应商
;
if
(
rowTable
.
name
){
let
isExist
=
this
.
goodsList
.
findIndex
(
item
=>
{
item
.
name
===
rowTable
.
name
})
isExist
==
-
1
&&
(
rowTable
.
id
=
null
)
...
...
src/views/login/components/BottomFooter.vue
View file @
bf15f9b2
<
template
>
<div
class=
"footer"
>
<el-link
style=
"color: #fff;"
>
如遇问题请联系我们
</el-link>
<el-link
style=
"color: #fff;
font-size: 12px;
"
>
如遇问题请联系我们
</el-link>
<div>
Copyright © 2020 Powered By 泉州六方网络科技有限公司
</div>
</div>
</
template
>
...
...
@@ -22,7 +22,7 @@ export default {
height
:
88px
;
padding
:
0
20px
;
color
:
#FFFFFF
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
}
.footer
div
{
...
...
src/views/login/index.vue
View file @
bf15f9b2
...
...
@@ -44,7 +44,7 @@
</span>
-->
</el-input>
</el-form-item>
<el-form-item
prop=
"
Verification
Code"
>
<el-form-item
prop=
"
auth
Code"
>
<el-input
type=
"text"
v-model=
"loginForm.authCode"
autoComplete=
"on"
placeholder=
"请输入验证码"
>
<span
slot=
"prefix"
>
...
...
@@ -109,7 +109,7 @@ export default {
loginForm
:
{
username
:
''
,
password
:
''
,
authCode
:
''
,
authCode
:
null
,
},
loginRules
:
{
username
:
[{
required
:
true
,
trigger
:
'blur'
,
validator
:
validateUsername
}],
...
...
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