+
+
+
{{ sec.label }}
+
+
+
{{ ch.label }}
+
+
+ 率
+ setMetric(sec.key, ch.key, 'rate', v, bill.bill_code)"
+ />
+ %
+
+
+ 额
+ setMetric(sec.key, ch.key, 'amount', v, bill.bill_code)"
+ />
+ 元
+
+
+
@@ -120,9 +119,7 @@ import {
const props = defineProps({
modelValue: { type: Object, default: () => ({}) },
readonly: { type: Boolean, default: false },
- /** 全局页签管理:展示结构说明 */
showSchemaHint: { type: Boolean, default: false },
- /** 物料 /goods/view 返回的 rdcs;公共页签、物料分类留空即可 */
rdcList: { type: Array, default: () => [] },
})
@@ -136,7 +133,6 @@ const billsLoaded = ref(false)
/** @type {import('vue').Ref