Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
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
李苏
lxyl-vue
Commits
ca23671e
Commit
ca23671e
authored
Jan 10, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
595a4b82
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
14 deletions
+26
-14
index.vue
src/views/ccgl/jcsj/hz/index.vue
+0
-4
cx.vue
src/views/ccgl/kngl/kwtzd/top/cx.vue
+1
-1
index.vue
src/views/ccgl/rkgl/mpzy/top/index.vue
+5
-0
edit.vue
src/views/jcsj/wl/wlxx/edit.vue
+18
-7
vue.config.js
vue.config.js
+2
-2
No files found.
src/views/ccgl/jcsj/hz/index.vue
View file @
ca23671e
...
...
@@ -56,10 +56,6 @@
width
:
140
},
{
title
:
"邮件"
,
field
:
"email"
,
width
:
140
},{
title
:
"备注"
,
field
:
"bz"
,
width
:
200
...
...
src/views/ccgl/kngl/kwtzd/top/cx.vue
View file @
ca23671e
...
...
@@ -88,7 +88,7 @@
width
:
140
,
"transform"
:
{
"url"
:
"wms/jcsj/rq/init/kczt"
,
"label"
:
"
bmmc
"
,
"label"
:
"
name
"
,
"value"
:
"id"
}
},
...
...
src/views/ccgl/rkgl/mpzy/top/index.vue
View file @
ca23671e
...
...
@@ -73,6 +73,11 @@
"value"
:
"id"
}
},
{
title
:
"来源单号"
,
field
:
"rktzDjid"
,
width
:
180
},
{
title
:
"状态"
,
field
:
"zt"
,
...
...
src/views/jcsj/wl/wlxx/edit.vue
View file @
ca23671e
...
...
@@ -44,6 +44,9 @@
},
data
()
{
return
{
form
:{
phgl
:
'Y'
},
editColItemList
:
[{
label
:
'物料编码'
,
prop
:
'code'
,
...
...
@@ -96,13 +99,14 @@
}
},
{
label
:
'批号管理'
,
prop
:
'phgl'
,
span
:
12
,
type
:
'checkbox'
,
value
:
'N'
},
// {
// readonly:true,
// label: '批号管理',
// prop: 'phgl',
// span: 12,
// type: 'checkbox',
// value: 'Y'
// },
{
label
:
'库存期限'
,
prop
:
'kcqx'
,
...
...
@@ -119,6 +123,13 @@
src
:
"lxyl/jcsj/wlxx/init/wlz"
}
},
// 重检期限
{
label
:
'重检期限(天)'
,
prop
:
'cjqx'
,
span
:
12
,
type
:
'inputNumber'
,
},
{
label
:
'备注'
,
prop
:
'bz'
,
...
...
vue.config.js
View file @
ca23671e
...
...
@@ -39,8 +39,8 @@ module.exports = {
[
process
.
env
.
VUE_APP_BASE_API
]:
{
// target: `http://192.168.30.254:18080/dmg`,
// target: `http://192.168.30.254:28084/erp`,
target
:
`http://192.168.30.104:9080/lxyl`
,
//
target: `http://localhost:9080/lxyl`,
//
target: `http://192.168.30.104:9080/lxyl`,
target
:
`http://localhost:9080/lxyl`
,
// target:'http://192.168.30.105:9081/erp',
changeOrigin
:
true
,
pathRewrite
:
{
...
...
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