CRM:合同的 code review

(cherry picked from commit 3ad68c3227)
This commit is contained in:
YunaiV
2024-02-04 09:48:44 +08:00
committed by shizhong
parent d4eb24798b
commit b0a6af4b40
4 changed files with 17 additions and 11 deletions

View File

@ -192,7 +192,7 @@ const formRules = reactive({
const formRef = ref() // 表单 Ref
const BPMLModelRef = ref<InstanceType<typeof BPMLModel>>() // TODO @puhui999这个变量不太对另外可以不做 bpm model 窗口,而是可以点击跳转到工作流详情里;
// 监听合同品变化,计算合同品总价
// 监听合同品变化,计算合同品总价
watch(
() => formData.value.productItems,
(val) => {