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
046a4e80
Commit
046a4e80
authored
Mar 18, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销售交货单
parent
b6b9ef9b
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
508 additions
and
18 deletions
+508
-18
index.js
src/router/index.js
+14
-0
edit.vue
src/views/ccgl/jcsj/kh/khxx/edit.vue
+18
-18
dialog.vue
src/views/ccgl/jcsj/xsjhd/dialog.vue
+45
-0
edit.vue
src/views/ccgl/jcsj/xsjhd/edit.vue
+47
-0
index.vue
src/views/ccgl/jcsj/xsjhd/index.vue
+384
-0
No files found.
src/router/index.js
View file @
046a4e80
...
@@ -356,6 +356,20 @@ export const powerRoutes = [
...
@@ -356,6 +356,20 @@ export const powerRoutes = [
},
},
name
:
'gysxx'
,
name
:
'gysxx'
,
path
:
"gysxx"
,
path
:
"gysxx"
,
},
{
erpComponent
:
false
,
component
:
'ccgl/jcsj/xsjhd/index'
,
hidden
:
false
,
meta
:
{
"title"
:
"销售交货单"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
'920040500'
,
},
name
:
'xsjhd'
,
path
:
"xsjhd"
,
}
}
],
],
},
},
...
...
src/views/ccgl/jcsj/kh/khxx/edit.vue
View file @
046a4e80
...
@@ -115,23 +115,23 @@
...
@@ -115,23 +115,23 @@
}
}
},
},
{
//
{
"label"
:
"销售员"
,
//
"label": "销售员",
"prop"
:
"xsyid"
,
//
"prop": "xsyid",
"span"
:
12
,
//
"span": 12,
"type"
:
"AuxInput"
,
//
"type": "AuxInput",
"value"
:
""
,
//
"value": "",
"required"
:
true
,
//
"required": true,
"typeConfig"
:
{
//
"typeConfig": {
"isRequest"
:
false
,
//
"isRequest": false,
"code"
:
"SALESPERSON"
,
//
"code": "SALESPERSON",
"label"
:
"username"
,
//
"label": "username",
"transform"
:
{
//
"transform": {
"value"
:
"userid"
,
//
"value": "userid",
"label"
:
"username"
//
"label": "username"
}
//
}
}
//
}
},
//
},
{
{
label
:
'客户分类'
,
label
:
'客户分类'
,
prop
:
'khflid'
,
prop
:
'khflid'
,
...
@@ -167,4 +167,4 @@
...
@@ -167,4 +167,4 @@
}
}
}
}
}
}
</
script
>
</
script
>
\ No newline at end of file
src/views/ccgl/jcsj/xsjhd/dialog.vue
0 → 100644
View file @
046a4e80
<
template
>
<DefaultDialog
:app=
'app'
>
<div
slot=
"form"
style=
"display: flex;height: 70vh;"
>
DialogTitle:'新增',
showDialog:false,
</div>
<div
slot=
"reFooter"
class=
"refooter"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"app.showDialog=false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"save()"
>
保 存
</el-button>
</span>
</div>
</DefaultDialog>
</
template
>
<
script
>
export
default
{
props
:
{
app
:
{
type
:
Object
,
default
:
()
=>
{
return
{}
}
}
},
async
mounted
()
{
},
data
()
{
return
{
}
},
methods
:
{
}
}
</
script
>
<
style
scoped
>
</
style
>
src/views/ccgl/jcsj/xsjhd/edit.vue
0 → 100644
View file @
046a4e80
<
template
>
<RelDialog
width=
"50%"
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
>
<el-row
:gutter=
"20"
:app=
"this"
>
<EditColItem
:required=
"item.required||false"
:readonly=
"item.readonly?true:false "
v-for=
"(item,index) in editColItemList "
:value=
"item.value"
:span=
"item.span"
:label=
"item.label"
:prop=
'item.prop'
:key=
"item.prop"
:type=
"item.type"
:typeConfig=
'item.typeConfig'
:rule=
"item.rule"
/>
</el-row>
</el-form>
</RelDialog>
</
template
>
<
script
>
import
{
editMixin
}
from
'common'
export
default
{
mixins
:
[
editMixin
],
data
()
{
return
{
editColItemList
:
[
{
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"jcsj/common/ck/queryCkid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
label
:
'备注'
,
prop
:
'bz'
,
span
:
16
,
type
:
'input'
},
]
}
}
}
</
script
>
src/views/ccgl/jcsj/xsjhd/index.vue
0 → 100644
View file @
046a4e80
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