|
@@ -104,6 +104,7 @@ import {
|
|
|
import { flowFormPropertiesApi, sopFlowViewApi } from '@/api/sop';
|
|
|
import { MessagePlugin } from 'tdesign-vue-next';
|
|
|
import DynamicFormItem from '../../components/dynamic-form-item/index.vue';
|
|
|
+import { CUSTOMER_TYPE } from '@/config/constants';
|
|
|
|
|
|
const props = defineProps({
|
|
|
sop: {
|
|
@@ -197,6 +198,8 @@ const initFill = async () => {
|
|
|
sopInfo.crmName = crmInfo.value.crmName;
|
|
|
sopInfo.productName = crmInfo.value.productName;
|
|
|
sopInfo.serviceName = crmInfo.value.serviceUnitName;
|
|
|
+ sopInfo.sopNo = res.sopNo;
|
|
|
+ sopInfo.customManagerTypeStr = CUSTOMER_TYPE[crmInfo.value.customType];
|
|
|
|
|
|
curStep.value = res.currFlowTaskResult.taskName;
|
|
|
currFlowTaskResultSetup.value = res.currFlowTaskResult.setup;
|