数据中心添加周三开发 周四演示
This commit is contained in:
parent
bdd67aecc0
commit
37a4246577
|
@ -291,8 +291,10 @@ export default {
|
||||||
if (this.$route.query.type) {
|
if (this.$route.query.type) {
|
||||||
this.bigTitle = '数据中心信息'
|
this.bigTitle = '数据中心信息'
|
||||||
this.mdmType = 2
|
this.mdmType = 2
|
||||||
|
this.formRow[0].elCol[0].title = '单据名称'
|
||||||
} else {
|
} else {
|
||||||
this.bigTitle = '主数据信息'
|
this.bigTitle = '主数据信息'
|
||||||
|
this.formRow[0].elCol[0].title = '主数据名称'
|
||||||
this.mdmType = 1
|
this.mdmType = 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -101,11 +101,11 @@ export default {
|
||||||
type: '7'
|
type: '7'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '银行账户',
|
name: '采购订单',//原来叫银行账户
|
||||||
type: '8'
|
type: '8'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '资产类别',
|
name: '销售订单',//原来叫资产类别
|
||||||
type: '9'
|
type: '9'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue