Commit d29e2458 authored by dingyoujian's avatar dingyoujian

调整

parent 048582af
...@@ -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||{}
}) })
......
...@@ -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||{}
}) })
......
...@@ -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,
......
...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment