buyOdoo.vue 是 list.vue 的手工副本。8791914 修复「参考价格不可改」时只改了 list.vue,同一个 bug 在 Odoo 页存活至今: - 只改参考价格:payload 无变更,提示「没有检测到数据变更,无需保存」 - 连带改其他字段:提示「修改成功」,但 payload 不含 referencePrice,价格未入库 compareFields 补上 referencePrice,与 list.vue 对齐。
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.