数据中心添加周三开发 周四演示

This commit is contained in:
hyt 2024-08-28 17:03:48 +08:00
parent bdd67aecc0
commit 37a4246577
2 changed files with 4 additions and 2 deletions

View File

@ -291,8 +291,10 @@ export default {
if (this.$route.query.type) {
this.bigTitle = '数据中心信息'
this.mdmType = 2
this.formRow[0].elCol[0].title = '单据名称'
} else {
this.bigTitle = '主数据信息'
this.formRow[0].elCol[0].title = '主数据名称'
this.mdmType = 1
}
}

View File

@ -101,11 +101,11 @@ export default {
type: '7'
},
{
name: '银行账户',
name: '采购订单',//
type: '8'
},
{
name: '资产类别',
name: '销售订单',//
type: '9'
}
],