lxf 1 年之前
父节点
当前提交
fc875b3fe8
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 3 1
      src/views/group/finance/check-bill/printSKU.vue
  2. 3 1
      src/views/group/finance/summary/printSKU.vue

+ 3 - 1
src/views/group/finance/check-bill/printSKU.vue

@@ -75,6 +75,8 @@ watch(
 );
 const labelList = ref({
   2: "quantity",
+  4: "checkFee",
+  5: "subtotal",
   6: "total",
 });
 const textList = ref({
@@ -103,7 +105,7 @@ const getSummaries = ({ columns, data }) => {
       return;
     } else {
       sums[index] = h("div", { class: "" }, [
-        [1, 3, 4, 5].includes(index)
+        [1, 3].includes(index)
           ? h("div", {
               style: {
                 "text-align": "center",

+ 3 - 1
src/views/group/finance/summary/printSKU.vue

@@ -75,6 +75,8 @@ watch(
 );
 const labelList = ref({
   2: "quantity",
+  4: "checkFee",
+  5: "subtotal",
   6: "total",
 });
 const textList = ref({
@@ -103,7 +105,7 @@ const getSummaries = ({ columns, data }) => {
       return;
     } else {
       sums[index] = h("div", { class: "" }, [
-        [1, 3, 4, 5].includes(index)
+        [1, 3].includes(index)
           ? h("div", {
               style: {
                 "text-align": "center",