Skip to content

Commit 9d44b9a

Browse files
committed
✨ CRM:完善合同的新增、修改需求
1 parent 11766f5 commit 9d44b9a

File tree

5 files changed

+349
-275
lines changed

5 files changed

+349
-275
lines changed

src/views/crm/business/BusinessForm.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ const formData = ref({
155155
id: undefined,
156156
name: undefined,
157157
customerId: undefined,
158-
contactNextTime: undefined,
159158
ownerUserId: undefined,
160159
statusTypeId: undefined,
161160
dealTime: undefined,
@@ -273,7 +272,6 @@ const resetForm = () => {
273272
id: undefined,
274273
name: undefined,
275274
customerId: undefined,
276-
contactNextTime: undefined,
277275
ownerUserId: undefined,
278276
statusTypeId: undefined,
279277
dealTime: undefined,

src/views/crm/business/components/BusinessProductForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</template>
9696
<script setup lang="ts">
9797
import * as ProductApi from '@/api/crm/product'
98-
import { erpCountInputFormatter, erpPriceInputFormatter, erpPriceMultiply } from '@/utils'
98+
import { erpPriceInputFormatter, erpPriceMultiply } from '@/utils'
9999
import { DICT_TYPE } from '@/utils/dict'
100100
101101
const props = defineProps<{

0 commit comments

Comments
 (0)