Commit d29e2458 authored by dingyoujian's avatar dingyoujian

调整

parent 048582af
......@@ -46,7 +46,7 @@ export function yssqmx(query) {
}
export function queryroot(query) {
return request({
url: 'hafms/xmfl/queryroot',
url: 'hafms/fyxm/queryroot',
method: 'post',
data: query||{}
})
......
......@@ -46,7 +46,7 @@ export function ystzmx(query) {
}
export function queryroot(query) {
return request({
url: 'hafms/xmfl/queryroot',
url: 'hafms/fyxm/queryroot',
method: 'post',
data: query||{}
})
......
......@@ -77,7 +77,7 @@
this.form.tbr = this.localUser
}
/* 构建新的明细表数据*/
this.$post('hafms/xmfl/queryroot', {}).then(res => {
this.$post('hafms/fyxm/queryroot', {}).then(res => {
if (res.success) {
const {
records
......@@ -211,7 +211,7 @@
/* */
// {label: "序号", prop: "xh",width:50,align:"center"},
{
label: "总事项",
label: "",
prop: "allName",
show: true,
width: 260,
......@@ -227,13 +227,13 @@
}
},
{
label: "事项明细",
label: "标准成本",
prop: "detailName",
fieldType: "ftString",
width: 250
},
{
label: "预算数",
label: "预算数",
prop: "xqje",
fieldType: "ftString",
width: 192,
......
......@@ -126,7 +126,7 @@
/* */
// {label: "序号", prop: "xh",width:50,align:"center"},
{
label: "总事项",
label: "标准成本",
prop: "fyxmid",
show: true,
width: 300,
......@@ -134,7 +134,7 @@
options:[]
},
{
label: "预算数",
label: "预算数",
prop: "xqje",
fieldType: "ftString",
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