产品标准流程-提交
This commit is contained in:
+15
-14
@@ -834,20 +834,21 @@
|
||||
></custom-input>
|
||||
</template>
|
||||
</template>
|
||||
<template v-else-if="field.attrType === 'DATE_PICKER' && field.attrField !== 'BARQ'">
|
||||
<custom-date-pick
|
||||
:config="field"
|
||||
v-model="sarBussionessStandEO[field.attrField]"
|
||||
:disabled="formdisableflag"
|
||||
></custom-date-pick>
|
||||
</template>
|
||||
<template v-else-if="field.attrType === 'DATE_PICKER' && field.attrField === 'BARQ' && QCBFC">
|
||||
<custom-date-pick
|
||||
:config="field"
|
||||
v-model="sarBussionessStandEO[field.attrField]"
|
||||
:disabled="formdisableflag"
|
||||
></custom-date-pick>
|
||||
</template>
|
||||
<!-- 取消备案日期字段 -->
|
||||
<!-- <template v-else-if="field.attrType === 'DATE_PICKER' && field.attrField !== 'BARQ'">-->
|
||||
<!-- <custom-date-pick-->
|
||||
<!-- :config="field"-->
|
||||
<!-- v-model="sarBussionessStandEO[field.attrField]"-->
|
||||
<!-- :disabled="formdisableflag"-->
|
||||
<!-- ></custom-date-pick>-->
|
||||
<!-- </template>-->
|
||||
<!-- <template v-else-if="field.attrType === 'DATE_PICKER' && field.attrField === 'BARQ' && QCBFC">-->
|
||||
<!-- <custom-date-pick-->
|
||||
<!-- :config="field"-->
|
||||
<!-- v-model="sarBussionessStandEO[field.attrField]"-->
|
||||
<!-- :disabled="formdisableflag"-->
|
||||
<!-- ></custom-date-pick>-->
|
||||
<!-- </template>-->
|
||||
<template v-else-if="field.attrType === 'FILE'">
|
||||
<custom-file
|
||||
:config="field"
|
||||
|
||||
Reference in New Issue
Block a user