Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
af9bb67e
authored
Oct 10, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
库存管理/库存导入:样式问题
parent
19b0ddfa
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
34 deletions
src/App.vue
src/views/Goods/brand.vue
src/views/Goods/goods.vue
src/views/OrderTrack/goods.vue
src/views/OrderTrack/invoice.vue
src/views/OrderTrack/purAdd.vue
src/views/Store/enter.vue
src/views/Store/goodslist.vue
src/views/Store/list.vue
src/App.vue
View file @
af9bb67e
<
template
>
<
template
>
<div
id=
"app"
>
<div
id=
"app"
>
<keep-alive
exclude=
"InquireDetail,ListDetail,orderTrackGoodsDetail,orderTrackPurAdd"
>
<keep-alive
exclude=
"InquireDetail,ListDetail,orderTrackGoodsDetail,orderTrackPurAdd
,enter
"
>
<router-view
class=
"router-view"
></router-view>
<router-view
class=
"router-view"
></router-view>
</keep-alive>
</keep-alive>
</div>
</div>
...
...
src/views/Goods/brand.vue
View file @
af9bb67e
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
</div>
</div>
<div
class=
"data-box th-all"
v-if=
"tableData"
>
<div
class=
"data-box th-all"
v-if=
"tableData"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
37
"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
40
"
></el-table-column>
<el-table-column
prop=
"internal_standard_name"
label=
"内部标准名称"
min-width=
"15%"
>
<el-table-column
prop=
"internal_standard_name"
label=
"内部标准名称"
min-width=
"15%"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
min-width=
"15%"
>
<el-table-column
prop=
"brand_name"
label=
"品牌"
min-width=
"15%"
>
...
...
src/views/Goods/goods.vue
View file @
af9bb67e
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</div>
</div>
<div
class=
"data-box th-all"
v-if=
"tableData"
>
<div
class=
"data-box th-all"
v-if=
"tableData"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
37
"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
40
"
></el-table-column>
<el-table-column
prop=
"spu_name"
label=
"型号"
min-width=
"15%"
></el-table-column>
<el-table-column
prop=
"spu_name"
label=
"型号"
min-width=
"15%"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
min-width=
"15%"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
min-width=
"15%"
></el-table-column>
<el-table-column
prop=
"encap"
label=
"封装"
min-width=
"15%"
>
<el-table-column
prop=
"encap"
label=
"封装"
min-width=
"15%"
>
...
...
src/views/OrderTrack/goods.vue
View file @
af9bb67e
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</div>
</div>
<div
class=
"data-box th-all"
v-if=
"tableData"
>
<div
class=
"data-box th-all"
v-if=
"tableData"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
37
"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
40
"
></el-table-column>
<el-table-column
label=
"订货公司"
min-width=
"150"
>
<el-table-column
label=
"订货公司"
min-width=
"150"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<a
:href=
"'/#/orderTrackGoodsDetail?purchase_id='+scope.row.purchase_id"
class=
"f-blue"
>
{{
scope
.
row
.
company_name
}}
</a>
<a
:href=
"'/#/orderTrackGoodsDetail?purchase_id='+scope.row.purchase_id"
class=
"f-blue"
>
{{
scope
.
row
.
company_name
}}
</a>
...
...
src/views/OrderTrack/invoice.vue
View file @
af9bb67e
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
</div>
</div>
<div
class=
"data-box th-all"
v-if=
"tableData"
>
<div
class=
"data-box th-all"
v-if=
"tableData"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
37
"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
40
"
></el-table-column>
<el-table-column
prop=
"stock_in_sn"
label=
"发货单号"
width=
"160"
></el-table-column>
<el-table-column
prop=
"stock_in_sn"
label=
"发货单号"
width=
"160"
></el-table-column>
<el-table-column
prop=
"goods_name"
label=
"型号"
min-width=
"150"
></el-table-column>
<el-table-column
prop=
"goods_name"
label=
"型号"
min-width=
"150"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
min-width=
"150"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
min-width=
"150"
></el-table-column>
...
...
src/views/OrderTrack/purAdd.vue
View file @
af9bb67e
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
</el-form>
</el-form>
<div
class=
"data-box th-all"
>
<div
class=
"data-box th-all"
>
<el-table
:data=
"purOrderDetail.purchase_item_list"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table
:data=
"purOrderDetail.purchase_item_list"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
37
"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
40
"
></el-table-column>
<el-table-column
prop=
"goods_name"
label=
"型号"
min-width=
"15%"
></el-table-column>
<el-table-column
prop=
"goods_name"
label=
"型号"
min-width=
"15%"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
min-width=
"15%"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
min-width=
"15%"
></el-table-column>
<el-table-column
prop=
"out_qty"
label=
"发货数量"
min-width=
"15%"
>
<el-table-column
prop=
"out_qty"
label=
"发货数量"
min-width=
"15%"
>
...
...
src/views/Store/enter.vue
View file @
af9bb67e
...
@@ -29,8 +29,7 @@
...
@@ -29,8 +29,7 @@
</div>
</div>
<div
class=
"data-box th-all"
v-if=
"tableData"
>
<div
class=
"data-box th-all"
v-if=
"tableData"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"37"
>
<el-table-column
fixed
type=
"selection"
width=
"40"
></el-table-column>
</el-table-column>
<el-table-column
label=
"单号"
min-width=
"20%"
>
<el-table-column
label=
"单号"
min-width=
"20%"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<a
:href=
"'/#/listDetail?sn='+scope.row.up_sn+'&id='+scope.row.id"
class=
"f-blue"
>
{{
scope
.
row
.
up_sn
}}
</a>
<a
:href=
"'/#/listDetail?sn='+scope.row.up_sn+'&id='+scope.row.id"
class=
"f-blue"
>
{{
scope
.
row
.
up_sn
}}
</a>
...
@@ -48,7 +47,7 @@
...
@@ -48,7 +47,7 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"latest_notice"
label=
"最新上传状态"
min-width=
"20%"
>
<el-table-column
prop=
"latest_notice"
label=
"最新上传状态"
min-width=
"20%"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"create_time"
label=
"上传时间"
min-width=
"20%
"
>
<el-table-column
prop=
"create_time"
label=
"上传时间"
width=
"160
"
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<el-pagination
layout=
"total, sizes, prev, pager, next, jumper"
:page-sizes=
"[10, 20, 50, 100, 200]"
:total=
"total"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"page"
></el-pagination>
<el-pagination
layout=
"total, sizes, prev, pager, next, jumper"
:page-sizes=
"[10, 20, 50, 100, 200]"
:total=
"total"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"page"
></el-pagination>
...
@@ -63,35 +62,14 @@
...
@@ -63,35 +62,14 @@
import
Vue
from
'vue'
;
import
Vue
from
'vue'
;
import
Menu
from
"@/components/menu.vue"
;
import
Menu
from
"@/components/menu.vue"
;
import
Tool
from
'../../tool'
import
Tool
from
'../../tool'
import
{
import
{
NODE_ENVS
}
from
"../../ajax"
;
NODE_ENVS
import
{
Button
,
DatePicker
,
Dialog
,
Dropdown
,
DropdownItem
,
DropdownMenu
,
Form
,
FormItem
,
Input
,
Message
,
MessageBox
,
Option
,
Pagination
,
Select
,
Table
,
TableColumn
,
Upload
}
from
'element-ui'
}
from
"../../ajax"
;
import
{
Form
,
FormItem
,
Select
,
Option
,
Input
,
DatePicker
,
Button
,
Dropdown
,
DropdownMenu
,
DropdownItem
,
Table
,
TableColumn
,
Message
,
MessageBox
,
Dialog
,
Upload
,
Pagination
}
from
'element-ui'
Vue
.
prototype
.
$message
=
Message
Vue
.
prototype
.
$message
=
Message
Vue
.
use
(
Button
).
use
(
Form
).
use
(
Select
).
use
(
Option
).
use
(
Input
).
use
(
FormItem
).
use
(
Dialog
).
use
(
Pagination
)
Vue
.
use
(
Button
).
use
(
Form
).
use
(
Select
).
use
(
Option
).
use
(
Input
).
use
(
FormItem
).
use
(
Dialog
).
use
(
Pagination
)
Vue
.
use
(
DatePicker
).
use
(
Dropdown
).
use
(
DropdownMenu
).
use
(
DropdownItem
).
use
(
TableColumn
).
use
(
Table
).
use
(
Upload
)
Vue
.
use
(
DatePicker
).
use
(
Dropdown
).
use
(
DropdownMenu
).
use
(
DropdownItem
).
use
(
TableColumn
).
use
(
Table
).
use
(
Upload
)
export
default
{
export
default
{
name
:
"enter"
,
name
:
"enter"
,
data
()
{
data
()
{
return
{
return
{
total
:
0
,
total
:
0
,
...
...
src/views/Store/goodslist.vue
View file @
af9bb67e
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</div>
</div>
<div
class=
"data-box"
>
<div
class=
"data-box"
>
<el-table
:data=
"list"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table
:data=
"list"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
37
"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
40
"
></el-table-column>
<el-table-column
prop=
"goods_name"
label=
"型号"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"goods_name"
label=
"型号"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"start_order_number"
label=
"起订量"
width=
"120"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"start_order_number"
label=
"起订量"
width=
"120"
:show-overflow-tooltip=
"true"
></el-table-column>
...
...
src/views/Store/list.vue
View file @
af9bb67e
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
</div>
</div>
<div
class=
"data-box"
>
<div
class=
"data-box"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
37
"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
40
"
></el-table-column>
<el-table-column
fixed
prop=
"goods_name"
label=
"型号"
width=
"180"
>
<el-table-column
fixed
prop=
"goods_name"
label=
"型号"
width=
"180"
>
</el-table-column>
</el-table-column>
<el-table-column
fixed
prop=
"goods_sn"
label=
"供应商内部型号编码"
width=
"180"
>
<el-table-column
fixed
prop=
"goods_sn"
label=
"供应商内部型号编码"
width=
"180"
>
...
...
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