lxf hai 1 ano
pai
achega
fc875b3fe8

+ 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",