File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 101
101
<el-input
102
102
disabled
103
103
v-model =" formData.totalProductPrice"
104
- :formatter =" erpPriceTableColumnFormatter "
104
+ :formatter =" erpPriceInputFormatter "
105
105
/>
106
106
</el-form-item >
107
107
</el-col >
123
123
disabled
124
124
v-model =" formData.totalPrice"
125
125
placeholder =" 请输入商机金额"
126
- :formatter =" erpPriceTableColumnFormatter "
126
+ :formatter =" erpPriceInputFormatter "
127
127
/>
128
128
</el-form-item >
129
129
</el-col >
@@ -142,7 +142,7 @@ import * as CustomerApi from '@/api/crm/customer'
142
142
import * as UserApi from ' @/api/system/user'
143
143
import { useUserStore } from ' @/store/modules/user'
144
144
import BusinessProductForm from ' ./components/BusinessProductForm.vue'
145
- import { erpPriceMultiply , erpPriceTableColumnFormatter } from ' @/utils'
145
+ import { erpPriceMultiply , erpPriceInputFormatter } from ' @/utils'
146
146
147
147
const { t } = useI18n () // 国际化
148
148
const message = useMessage () // 消息弹窗
Original file line number Diff line number Diff line change 159
159
<el-input
160
160
disabled
161
161
v-model =" formData.totalProductPrice"
162
- :formatter =" erpPriceTableColumnFormatter "
162
+ :formatter =" erpPriceInputFormatter "
163
163
/>
164
164
</el-form-item >
165
165
</el-col >
181
181
disabled
182
182
v-model =" formData.totalPrice"
183
183
placeholder =" 请输入商机金额"
184
- :formatter =" erpPriceTableColumnFormattere "
184
+ :formatter =" erpPriceInputFormatter "
185
185
/>
186
186
</el-form-item >
187
187
</el-col >
@@ -199,7 +199,7 @@ import * as ContractApi from '@/api/crm/contract'
199
199
import * as UserApi from ' @/api/system/user'
200
200
import * as ContactApi from ' @/api/crm/contact'
201
201
import * as BusinessApi from ' @/api/crm/business'
202
- import { erpPriceMultiply , erpPriceTableColumnFormatter } from ' @/utils'
202
+ import { erpPriceMultiply , erpPriceInputFormatter } from ' @/utils'
203
203
import { useUserStore } from ' @/store/modules/user'
204
204
import ContractProductForm from ' @/views/crm/contract/components/ContractProductForm.vue'
205
205
You can’t perform that action at this time.
0 commit comments