Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gavel-hafms-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
李苏
gavel-hafms-vue
Commits
d29e2458
Commit
d29e2458
authored
Sep 25, 2023
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
048582af
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
yssq.js
src/api/sbysjsp/yssq.js
+1
-1
yssqtz.js
src/api/sbysjsp/yssqtz.js
+1
-1
edit.vue
src/views/sbysjsp/yssq/edit.vue
+4
-4
edit.vue
src/views/sbysjsp/yssqtz/edit.vue
+2
-2
No files found.
src/api/sbysjsp/yssq.js
View file @
d29e2458
...
@@ -46,7 +46,7 @@ export function yssqmx(query) {
...
@@ -46,7 +46,7 @@ export function yssqmx(query) {
}
}
export
function
queryroot
(
query
)
{
export
function
queryroot
(
query
)
{
return
request
({
return
request
({
url
:
'hafms/
xmfl
/queryroot'
,
url
:
'hafms/
fyxm
/queryroot'
,
method
:
'post'
,
method
:
'post'
,
data
:
query
||
{}
data
:
query
||
{}
})
})
...
...
src/api/sbysjsp/yssqtz.js
View file @
d29e2458
...
@@ -46,7 +46,7 @@ export function ystzmx(query) {
...
@@ -46,7 +46,7 @@ export function ystzmx(query) {
}
}
export
function
queryroot
(
query
)
{
export
function
queryroot
(
query
)
{
return
request
({
return
request
({
url
:
'hafms/
xmfl
/queryroot'
,
url
:
'hafms/
fyxm
/queryroot'
,
method
:
'post'
,
method
:
'post'
,
data
:
query
||
{}
data
:
query
||
{}
})
})
...
...
src/views/sbysjsp/yssq/edit.vue
View file @
d29e2458
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
this
.
form
.
tbr
=
this
.
localUser
this
.
form
.
tbr
=
this
.
localUser
}
}
/* 构建新的明细表数据*/
/* 构建新的明细表数据*/
this
.
$post
(
'hafms/
xmfl
/queryroot'
,
{}).
then
(
res
=>
{
this
.
$post
(
'hafms/
fyxm
/queryroot'
,
{}).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
const
{
const
{
records
records
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
/* */
/* */
// {label: "序号", prop: "xh",width:50,align:"center"},
// {label: "序号", prop: "xh",width:50,align:"center"},
{
{
label
:
"
总事项
"
,
label
:
""
,
prop
:
"allName"
,
prop
:
"allName"
,
show
:
true
,
show
:
true
,
width
:
260
,
width
:
260
,
...
@@ -227,13 +227,13 @@
...
@@ -227,13 +227,13 @@
}
}
},
},
{
{
label
:
"
事项明细
"
,
label
:
"
标准成本
"
,
prop
:
"detailName"
,
prop
:
"detailName"
,
fieldType
:
"ftString"
,
fieldType
:
"ftString"
,
width
:
250
width
:
250
},
},
{
{
label
:
"预算数
额
"
,
label
:
"预算数"
,
prop
:
"xqje"
,
prop
:
"xqje"
,
fieldType
:
"ftString"
,
fieldType
:
"ftString"
,
width
:
192
,
width
:
192
,
...
...
src/views/sbysjsp/yssqtz/edit.vue
View file @
d29e2458
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
/* */
/* */
// {label: "序号", prop: "xh",width:50,align:"center"},
// {label: "序号", prop: "xh",width:50,align:"center"},
{
{
label
:
"
总事项
"
,
label
:
"
标准成本
"
,
prop
:
"fyxmid"
,
prop
:
"fyxmid"
,
show
:
true
,
show
:
true
,
width
:
300
,
width
:
300
,
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
options
:[]
options
:[]
},
},
{
{
label
:
"预算数
额
"
,
label
:
"预算数"
,
prop
:
"xqje"
,
prop
:
"xqje"
,
fieldType
:
"ftString"
,
fieldType
:
"ftString"
,
width
:
250
,
width
:
250
,
...
...
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