CRM:完善合同的新增、修改需求

This commit is contained in:
YunaiV
2024-02-23 00:06:03 +08:00
parent 11766f5107
commit 9d44b9acaa
5 changed files with 350 additions and 276 deletions

View File

@@ -155,7 +155,6 @@ const formData = ref({
id: undefined,
name: undefined,
customerId: undefined,
contactNextTime: undefined,
ownerUserId: undefined,
statusTypeId: undefined,
dealTime: undefined,
@@ -273,7 +272,6 @@ const resetForm = () => {
id: undefined,
name: undefined,
customerId: undefined,
contactNextTime: undefined,
ownerUserId: undefined,
statusTypeId: undefined,
dealTime: undefined,

View File

@@ -95,7 +95,7 @@
</template>
<script setup lang="ts">
import * as ProductApi from '@/api/crm/product'
import { erpCountInputFormatter, erpPriceInputFormatter, erpPriceMultiply } from '@/utils'
import { erpPriceInputFormatter, erpPriceMultiply } from '@/utils'
import { DICT_TYPE } from '@/utils/dict'
const props = defineProps<{