|
@@ -54,6 +54,7 @@ import { getProjList, getteampList } from '@/api/sys/pzSys.ts'
|
|
|
import ProjectInfo from '@/views/zhpt/projectManager/newInstall/components/projectInfo.vue'
|
|
|
import { InputMixin } from '@/views/zhpt/projectManager/newInstall/common/mixins'
|
|
|
import { findStepDatamap } from '@/views/zhpt/projectManager/newInstall/common/config'
|
|
|
+import Config from '@/views/imConfig.js'
|
|
|
const BUDGET_SERVICE_NAME = 'tfDesignBudgetWService'
|
|
|
|
|
|
export default {
|
|
@@ -215,7 +216,9 @@ export default {
|
|
|
})
|
|
|
// console.log('有没有0', zero)
|
|
|
if (zero) return this.$message.error('预算量不能为0')
|
|
|
- if (this.showMaterial && !materialData.length && handleState == '1') return
|
|
|
+ if (this.$store.state.user.tenantId !== Config.companyFlowInfo.FP) {
|
|
|
+ if (this.showMaterial && !materialData.length && handleState == '1') return this.$message.error('请选择材料')
|
|
|
+ }
|
|
|
const [formData] = this.getFormData1({
|
|
|
isNode: true,
|
|
|
extend: { saveState: save ? 0 : 1 },
|