Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
97ef1db0
Commit
97ef1db0
authored
Jun 03, 2025
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库单完成
parent
b13106f6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
25 deletions
+16
-25
src/router/index.ts
+8
-8
src/router/menu.ts
+5
-5
src/views/warehouse/warning.vue
+3
-3
vite.config.ts
+0
-9
No files found.
src/router/index.ts
View file @
97ef1db0
...
...
@@ -27,7 +27,7 @@ import WarehouseManage from '@/views/warehouse/manage.vue'
import
WarehouseWarning
from
'@/views/warehouse/warning.vue'
import
WarehousePosition
from
'@/views/warehouse/position.vue'
import
receiptDoc
from
'@/views/warehouse/receiptDoc.vue'
import
issueDoc
from
'@/views/warehouse/issueDoc.vue'
//
import issueDoc from '@/views/warehouse/issueDoc.vue'
const
router
=
createRouter
({
history
:
createWebHistory
(),
routes
:
[
...
...
@@ -134,13 +134,13 @@ const router = createRouter({
},
component
:
receiptDoc
,
},
{
path
:
'/warehouse/issue-doc'
,
meta
:
{
title
:
'出库单'
,
},
component
:
issueDoc
,
},
//
{
//
path: '/warehouse/issue-doc',
//
meta: {
//
title: '出库单',
//
},
//
component: issueDoc,
//
},
{
path
:
'/warehouse/warning'
,
meta
:
{
...
...
src/router/menu.ts
View file @
97ef1db0
...
...
@@ -31,11 +31,11 @@ const menu: MenuItem[] = [
id
:
123
,
label
:
'入库单'
,
},
{
index
:
'/warehouse/issue-doc'
,
id
:
124
,
label
:
'出库单'
,
},
//
{
//
index: '/warehouse/issue-doc',
//
id: 124,
//
label: '出库单',
//
},
{
index
:
'/warehouse/manage'
,
...
...
src/views/warehouse/warning.vue
View file @
97ef1db0
...
...
@@ -111,7 +111,7 @@ const submitExportForm = async () => {
if
(
exportForm
.
value
.
resource
===
''
)
{
return
ElMessage
.
error
(
'请选择导出类型'
)
}
//
exportLoading.value = true
exportLoading
.
value
=
true
let
purchaseIds
=
''
let
exportTotal
:
number
|
undefined
=
undefined
const
params
:
AnyObject
=
{}
...
...
@@ -137,10 +137,10 @@ const submitExportForm = async () => {
})
window
.
open
(
filePath
+
res
.
message
,
'_blank'
)
exportVisible
.
value
=
false
//
exportLoading.value = false
exportLoading
.
value
=
false
}
catch
(
e
)
{
exportVisible
.
value
=
false
//
exportLoading.value = false
exportLoading
.
value
=
false
}
}
async
function
printProductTag
()
{
...
...
vite.config.ts
View file @
97ef1db0
...
...
@@ -7,15 +7,6 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export
default
defineConfig
({
base
:
'/'
,
server
:
{
port
:
9803
,
host
:
true
,
proxy
:
{
"/api"
:
{
target
:
"http://10.168.31.116:8060"
}
}
},
plugins
:
[
vue
(),
AutoImport
({
...
...
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