mg-ocr-invoice 0.4.17 → 0.4.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +64 -57
- package/dist/index.umd.js +23 -23
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/InvoiceList/index.vue +11 -64
package/dist/index.es.js
CHANGED
|
@@ -5320,7 +5320,7 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
5320
5320
|
}, _hoisted_54$1 = {
|
|
5321
5321
|
key: 1,
|
|
5322
5322
|
class: "gg-chevron-up"
|
|
5323
|
-
}, _hoisted_55$1 = { key: 0 }, _hoisted_56$1 = { class: "inv-cell" }, _hoisted_57$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "发票号码", -1)), _hoisted_58$1 = { class: "inv-cell" }, _hoisted_59$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "校验码", -1)), _hoisted_60$1 = { class: "marPX" }, _hoisted_61$1 = { class: "inv-cell" }, _hoisted_62$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "开票日期", -1)), _hoisted_63$1 = ["value"], _hoisted_64$1 = { class: "marPX" }, _hoisted_65$1 = { class: "inv-cell" }, _hoisted_66$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "查验状态", -1)), _hoisted_67$1 = ["value"], _hoisted_68$1 = { class: "content" }, _hoisted_69$1 = { class: "inv-cell" }, _hoisted_70$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "不含税金额", -1)), _hoisted_71$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { class: "cell-icon" }, null, -1)), _hoisted_72$1 = { class: "inv-cell" }, _hoisted_73$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "税率", -1)), _hoisted_74$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { class: "cell-icon" }, "%", -1)), _hoisted_75 = { class: "inv-cell" }, _hoisted_76 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "税额", -1)), _hoisted_77 = ["value"], _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
5323
|
+
}, _hoisted_55$1 = { key: 0 }, _hoisted_56$1 = { class: "inv-cell" }, _hoisted_57$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "发票号码", -1)), _hoisted_58$1 = { class: "inv-cell" }, _hoisted_59$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "校验码", -1)), _hoisted_60$1 = { class: "marPX" }, _hoisted_61$1 = { class: "inv-cell" }, _hoisted_62$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "开票日期", -1)), _hoisted_63$1 = ["value"], _hoisted_64$1 = { class: "marPX" }, _hoisted_65$1 = { class: "inv-cell" }, _hoisted_66$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "查验状态", -1)), _hoisted_67$1 = ["value"], _hoisted_68$1 = { class: "content" }, _hoisted_69$1 = { class: "inv-cell" }, _hoisted_70$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "不含税金额", -1)), _hoisted_71$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { class: "cell-icon" }, null, -1)), _hoisted_72$1 = { class: "inv-cell" }, _hoisted_73$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "税率", -1)), _hoisted_74$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { class: "cell-icon" }, "%", -1)), _hoisted_75$1 = { class: "inv-cell" }, _hoisted_76$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("label", null, "税额", -1)), _hoisted_77$1 = ["value"], _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
5324
5324
|
__name: "index",
|
|
5325
5325
|
props: ["ids", "invoiceData"],
|
|
5326
5326
|
emits: ["saveSuccess"],
|
|
@@ -5684,13 +5684,13 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
5684
5684
|
]),
|
|
5685
5685
|
_hoisted_74$1
|
|
5686
5686
|
]),
|
|
5687
|
-
createElementVNode("div", _hoisted_75, [
|
|
5688
|
-
_hoisted_76,
|
|
5687
|
+
createElementVNode("div", _hoisted_75$1, [
|
|
5688
|
+
_hoisted_76$1,
|
|
5689
5689
|
createElementVNode("input", {
|
|
5690
5690
|
value: he.value,
|
|
5691
5691
|
readonly: "",
|
|
5692
5692
|
type: "text"
|
|
5693
|
-
}, null, 8, _hoisted_77)
|
|
5693
|
+
}, null, 8, _hoisted_77$1)
|
|
5694
5694
|
])
|
|
5695
5695
|
])
|
|
5696
5696
|
]),
|
|
@@ -5773,53 +5773,56 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
5773
5773
|
}, r.oncancel = () => {
|
|
5774
5774
|
document.body.removeChild(r);
|
|
5775
5775
|
}, r.click();
|
|
5776
|
-
}), _withScopeId$1 = (n) => (pushScopeId("data-v-
|
|
5776
|
+
}), _withScopeId$1 = (n) => (pushScopeId("data-v-2c7f4c59"), n = n(), popScopeId(), n), _hoisted_1$2 = { class: "InvoiceList" }, _hoisted_2$2 = { class: "selectAll" }, _hoisted_3$2 = { class: "left" }, _hoisted_4$2 = { class: "right" }, _hoisted_5$1 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", null, "全选", -1)), _hoisted_6$1 = { class: "card" }, _hoisted_7$1 = ["onClick"], _hoisted_8$1 = ["onClick"], _hoisted_9 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("i", { class: "gg-more-alt" }, null, -1)), _hoisted_10 = [
|
|
5777
5777
|
_hoisted_9
|
|
5778
5778
|
], _hoisted_11 = { class: "storeName" }, _hoisted_12 = { class: "name" }, _hoisted_13 = { class: "left" }, _hoisted_14 = { class: "tags" }, _hoisted_15 = {
|
|
5779
5779
|
key: 0,
|
|
5780
5780
|
class: "manual"
|
|
5781
|
-
}, _hoisted_16 = { key: 1 }, _hoisted_17 = { class: "InvoiceInfo" }, _hoisted_18 = { class: "leftinfo" }, _hoisted_19 = { class: "item-info" }, _hoisted_20 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票金额", -1)), _hoisted_21 = { class: "value price" }, _hoisted_22 = { class: "item-info" }, _hoisted_23 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票税额", -1)), _hoisted_24 = { class: "value price" }, _hoisted_25 = { class: "item-info" }, _hoisted_26 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票税率", -1)), _hoisted_27 = { class: "value price" }, _hoisted_28 = { class: "item-info" }, _hoisted_29 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票抬头", -1)), _hoisted_30 = { class: "value" }, _hoisted_31 = { class: "item-info" }, _hoisted_32 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "
|
|
5781
|
+
}, _hoisted_16 = { key: 1 }, _hoisted_17 = { class: "InvoiceInfo" }, _hoisted_18 = { class: "leftinfo" }, _hoisted_19 = { class: "item-info" }, _hoisted_20 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票金额", -1)), _hoisted_21 = { class: "value price" }, _hoisted_22 = { class: "item-info" }, _hoisted_23 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票税额", -1)), _hoisted_24 = { class: "value price" }, _hoisted_25 = { class: "item-info" }, _hoisted_26 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票税率", -1)), _hoisted_27 = { class: "value price" }, _hoisted_28 = { class: "item-info" }, _hoisted_29 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票抬头", -1)), _hoisted_30 = { class: "value" }, _hoisted_31 = { class: "item-info" }, _hoisted_32 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票税号", -1)), _hoisted_33 = {
|
|
5782
|
+
class: "value",
|
|
5783
|
+
style: { "letter-spacing": "0.1em" }
|
|
5784
|
+
}, _hoisted_34 = { class: "item-info" }, _hoisted_35 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票类型", -1)), _hoisted_36 = { class: "value" }, _hoisted_37 = { class: "item-info" }, _hoisted_38 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", {
|
|
5782
5785
|
class: "label",
|
|
5783
5786
|
style: { "flex-shrink": "0" }
|
|
5784
|
-
}, "发票号码", -1)),
|
|
5787
|
+
}, "发票号码", -1)), _hoisted_39 = {
|
|
5785
5788
|
key: 0,
|
|
5786
5789
|
class: "value"
|
|
5787
|
-
},
|
|
5790
|
+
}, _hoisted_40 = {
|
|
5788
5791
|
key: 1,
|
|
5789
5792
|
class: "value",
|
|
5790
5793
|
style: { color: "red", "font-size": "12px" }
|
|
5791
|
-
},
|
|
5794
|
+
}, _hoisted_41 = { class: "item-info" }, _hoisted_42 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票时间", -1)), _hoisted_43 = { class: "value" }, _hoisted_44 = {
|
|
5792
5795
|
key: 0,
|
|
5793
5796
|
class: "item-info"
|
|
5794
|
-
},
|
|
5797
|
+
}, _hoisted_45 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, "发票红冲", -1)), _hoisted_46 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", {
|
|
5795
5798
|
class: "value",
|
|
5796
5799
|
style: { color: "#ff7f25" }
|
|
5797
|
-
}, " 部分红冲票 ", -1)),
|
|
5798
|
-
|
|
5799
|
-
|
|
5800
|
-
],
|
|
5800
|
+
}, " 部分红冲票 ", -1)), _hoisted_47 = [
|
|
5801
|
+
_hoisted_45,
|
|
5802
|
+
_hoisted_46
|
|
5803
|
+
], _hoisted_48 = {
|
|
5801
5804
|
key: 0,
|
|
5802
5805
|
style: { color: "red", "text-align": "center" }
|
|
5803
|
-
},
|
|
5806
|
+
}, _hoisted_49 = {
|
|
5804
5807
|
key: 1,
|
|
5805
5808
|
style: { color: "red", "text-align": "center" }
|
|
5806
|
-
},
|
|
5809
|
+
}, _hoisted_50 = {
|
|
5807
5810
|
key: 1,
|
|
5808
5811
|
class: "yanzhen"
|
|
5809
|
-
},
|
|
5812
|
+
}, _hoisted_51 = ["onClick"], _hoisted_52 = { class: "rightCheckbox" }, _hoisted_53 = ["onUpdate:modelValue"], _hoisted_54 = {
|
|
5810
5813
|
key: 1,
|
|
5811
5814
|
style: { "background-color": "#fff", padding: "21px 0 15px 12px", position: "relative", width: "100%" }
|
|
5812
|
-
},
|
|
5815
|
+
}, _hoisted_55 = {
|
|
5813
5816
|
key: 2,
|
|
5814
5817
|
class: "err-card"
|
|
5815
|
-
},
|
|
5818
|
+
}, _hoisted_56 = ["onClick"], _hoisted_57 = ["src"], _hoisted_58 = { class: "right-errText" }, _hoisted_59 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "title" }, [
|
|
5816
5819
|
/* @__PURE__ */ createElementVNode("span", null, "识别失败")
|
|
5817
|
-
], -1)),
|
|
5818
|
-
|
|
5819
|
-
|
|
5820
|
-
],
|
|
5821
|
-
|
|
5822
|
-
],
|
|
5820
|
+
], -1)), _hoisted_60 = { class: "content" }, _hoisted_61 = { class: "recognitionResult" }, _hoisted_62 = { key: 0 }, _hoisted_63 = { key: 1 }, _hoisted_64 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", { class: "errContent" }, "OCR识别失败", -1)), _hoisted_65 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, "可以重新拍照识别,或手动添加信息导入", -1)), _hoisted_66 = [
|
|
5821
|
+
_hoisted_64,
|
|
5822
|
+
_hoisted_65
|
|
5823
|
+
], _hoisted_67 = ["onUpdate:modelValue"], _hoisted_68 = { class: "btn-form" }, _hoisted_69 = { class: "operate" }, _hoisted_70 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", null, "移除", -1)), _hoisted_71 = [
|
|
5824
|
+
_hoisted_70
|
|
5825
|
+
], _hoisted_72 = { class: "right-btn" }, _hoisted_73 = { class: "select-item" }, _hoisted_74 = { class: "select-item" }, _hoisted_75 = { class: "VerifyInvoiceBox" }, _hoisted_76 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { style: { color: "red", "font-size": "12px" } }, " 请核对发票号码是否和发票一致,如果不一致,请修改为发票上的号码 ", -1)), _hoisted_77 = { class: "input" }, _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
5823
5826
|
__name: "index",
|
|
5824
5827
|
props: {
|
|
5825
5828
|
listId: {
|
|
@@ -6126,28 +6129,32 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
6126
6129
|
]),
|
|
6127
6130
|
createElementVNode("div", _hoisted_31, [
|
|
6128
6131
|
_hoisted_32,
|
|
6129
|
-
createElementVNode("span", _hoisted_33, toDisplayString(Ue.
|
|
6132
|
+
createElementVNode("span", _hoisted_33, toDisplayString(Ue.payerId), 1)
|
|
6130
6133
|
]),
|
|
6131
6134
|
createElementVNode("div", _hoisted_34, [
|
|
6132
6135
|
_hoisted_35,
|
|
6133
|
-
|
|
6136
|
+
createElementVNode("span", _hoisted_36, toDisplayString(Ue.invoiceRootType), 1)
|
|
6137
|
+
]),
|
|
6138
|
+
createElementVNode("div", _hoisted_37, [
|
|
6139
|
+
_hoisted_38,
|
|
6140
|
+
Ue.invoiceNum ? (openBlock(), createElementBlock("span", _hoisted_39, toDisplayString(Ue.invoiceNum), 1)) : (openBlock(), createElementBlock("span", _hoisted_40, "未识别出发票号码,不允许使用,请点击重新验真发票输入号码保存"))
|
|
6134
6141
|
]),
|
|
6135
|
-
createElementVNode("div",
|
|
6136
|
-
|
|
6137
|
-
createElementVNode("span",
|
|
6142
|
+
createElementVNode("div", _hoisted_41, [
|
|
6143
|
+
_hoisted_42,
|
|
6144
|
+
createElementVNode("span", _hoisted_43, toDisplayString(Ue.invoiceDate), 1)
|
|
6138
6145
|
]),
|
|
6139
|
-
Ue.invalidFlag === "8" ? (openBlock(), createElementBlock("div",
|
|
6146
|
+
Ue.invalidFlag === "8" ? (openBlock(), createElementBlock("div", _hoisted_44, _hoisted_47)) : createCommentVNode("", !0),
|
|
6140
6147
|
createElementVNode("div", null, [
|
|
6141
|
-
Ue.invalidFlag === "2" ? (openBlock(), createElementBlock("p",
|
|
6142
|
-
Ue.invalidFlag === "9" ? (openBlock(), createElementBlock("p",
|
|
6148
|
+
Ue.invalidFlag === "2" ? (openBlock(), createElementBlock("p", _hoisted_48, " 发票已经被作废,无法使用 ")) : createCommentVNode("", !0),
|
|
6149
|
+
Ue.invalidFlag === "9" ? (openBlock(), createElementBlock("p", _hoisted_49, " 发票被全额红冲,请联系商家确认 ")) : createCommentVNode("", !0)
|
|
6143
6150
|
]),
|
|
6144
|
-
un(Ue) ? (openBlock(), createElementBlock("div",
|
|
6151
|
+
un(Ue) ? (openBlock(), createElementBlock("div", _hoisted_50, [
|
|
6145
6152
|
createElementVNode("span", {
|
|
6146
6153
|
onClick: withModifiers((hn) => Nt(Ue), ["stop"])
|
|
6147
|
-
}, " 重新验真发票 ", 8,
|
|
6154
|
+
}, " 重新验真发票 ", 8, _hoisted_51)
|
|
6148
6155
|
])) : createCommentVNode("", !0)
|
|
6149
6156
|
]),
|
|
6150
|
-
createElementVNode("div",
|
|
6157
|
+
createElementVNode("div", _hoisted_52, [
|
|
6151
6158
|
withDirectives(createElementVNode("input", {
|
|
6152
6159
|
onClick: Re[2] || (Re[2] = withModifiers(() => {
|
|
6153
6160
|
}, ["stop"])),
|
|
@@ -6156,13 +6163,13 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
6156
6163
|
onChange: $e,
|
|
6157
6164
|
"onUpdate:modelValue": (hn) => Ue.selected = hn,
|
|
6158
6165
|
"icon-size": "22px"
|
|
6159
|
-
}, null, 40,
|
|
6166
|
+
}, null, 40, _hoisted_53), [
|
|
6160
6167
|
[vModelCheckbox, Ue.selected]
|
|
6161
6168
|
])
|
|
6162
6169
|
])
|
|
6163
6170
|
])
|
|
6164
6171
|
])
|
|
6165
|
-
], 8, _hoisted_7$1)) : Ue.taskStatus === "ocr_doing" || Ue.taskStatus === "ocr_success" ? (openBlock(), createElementBlock("div",
|
|
6172
|
+
], 8, _hoisted_7$1)) : Ue.taskStatus === "ocr_doing" || Ue.taskStatus === "ocr_success" ? (openBlock(), createElementBlock("div", _hoisted_54, [
|
|
6166
6173
|
createVNode(Loading, {
|
|
6167
6174
|
class: "loading",
|
|
6168
6175
|
style: { "background-color": "rgba(255, 255, 255, 0.5)" },
|
|
@@ -6173,7 +6180,7 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
6173
6180
|
title: "",
|
|
6174
6181
|
row: 5
|
|
6175
6182
|
})
|
|
6176
|
-
])) : (openBlock(), createElementBlock("div",
|
|
6183
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_55, [
|
|
6177
6184
|
createElementVNode("div", {
|
|
6178
6185
|
class: "left-img",
|
|
6179
6186
|
onClick: (hn) => fn(Ue.fileUrlKey)
|
|
@@ -6181,13 +6188,13 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
6181
6188
|
createElementVNode("img", {
|
|
6182
6189
|
src: Ue.fileUrlKey,
|
|
6183
6190
|
alt: ""
|
|
6184
|
-
}, null, 8,
|
|
6185
|
-
], 8,
|
|
6186
|
-
createElementVNode("div",
|
|
6187
|
-
|
|
6188
|
-
createElementVNode("div",
|
|
6189
|
-
createElementVNode("div",
|
|
6190
|
-
Ue.statusInfo ? (openBlock(), createElementBlock("div",
|
|
6191
|
+
}, null, 8, _hoisted_57)
|
|
6192
|
+
], 8, _hoisted_56),
|
|
6193
|
+
createElementVNode("div", _hoisted_58, [
|
|
6194
|
+
_hoisted_59,
|
|
6195
|
+
createElementVNode("div", _hoisted_60, [
|
|
6196
|
+
createElementVNode("div", _hoisted_61, [
|
|
6197
|
+
Ue.statusInfo ? (openBlock(), createElementBlock("div", _hoisted_62, toDisplayString(Ue.statusInfo), 1)) : (openBlock(), createElementBlock("div", _hoisted_63, _hoisted_66))
|
|
6191
6198
|
]),
|
|
6192
6199
|
createElementVNode("div", null, [
|
|
6193
6200
|
withDirectives(createElementVNode("input", {
|
|
@@ -6196,7 +6203,7 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
6196
6203
|
onClick: Re[3] || (Re[3] = withModifiers(() => {
|
|
6197
6204
|
}, ["stop"])),
|
|
6198
6205
|
"onUpdate:modelValue": (hn) => Ue.selected = hn
|
|
6199
|
-
}, null, 8,
|
|
6206
|
+
}, null, 8, _hoisted_67), [
|
|
6200
6207
|
[vModelCheckbox, Ue.selected]
|
|
6201
6208
|
])
|
|
6202
6209
|
])
|
|
@@ -6205,13 +6212,13 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
6205
6212
|
]))
|
|
6206
6213
|
]))), 128))
|
|
6207
6214
|
]),
|
|
6208
|
-
createElementVNode("div",
|
|
6209
|
-
createElementVNode("div",
|
|
6215
|
+
createElementVNode("div", _hoisted_68, [
|
|
6216
|
+
createElementVNode("div", _hoisted_69, [
|
|
6210
6217
|
createElementVNode("div", {
|
|
6211
6218
|
class: "delete",
|
|
6212
6219
|
onClick: Ke
|
|
6213
|
-
},
|
|
6214
|
-
createElementVNode("div",
|
|
6220
|
+
}, _hoisted_71),
|
|
6221
|
+
createElementVNode("div", _hoisted_72, [
|
|
6215
6222
|
createElementVNode("span", {
|
|
6216
6223
|
class: "add",
|
|
6217
6224
|
onClick: withModifiers(Te, ["stop"])
|
|
@@ -6231,7 +6238,7 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
6231
6238
|
"onUpdate:modelValue": Re[4] || (Re[4] = (Ue) => u.value = Ue)
|
|
6232
6239
|
}, {
|
|
6233
6240
|
"OCR-action-sheet-item": withCtx(({ item: Ue }) => [
|
|
6234
|
-
createElementVNode("div",
|
|
6241
|
+
createElementVNode("div", _hoisted_73, [
|
|
6235
6242
|
createElementVNode("span", {
|
|
6236
6243
|
class: normalizeClass([Ue.icon])
|
|
6237
6244
|
}, null, 2),
|
|
@@ -6247,7 +6254,7 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
6247
6254
|
"onUpdate:modelValue": Re[5] || (Re[5] = (Ue) => U.value = Ue)
|
|
6248
6255
|
}, {
|
|
6249
6256
|
"OCR-action-sheet-item": withCtx(({ item: Ue }) => [
|
|
6250
|
-
createElementVNode("div",
|
|
6257
|
+
createElementVNode("div", _hoisted_74, [
|
|
6251
6258
|
createElementVNode("span", null, toDisplayString(Ue.name), 1)
|
|
6252
6259
|
])
|
|
6253
6260
|
]),
|
|
@@ -6260,9 +6267,9 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
6260
6267
|
title: "重新验真发票"
|
|
6261
6268
|
}, {
|
|
6262
6269
|
content: withCtx(() => [
|
|
6263
|
-
createElementVNode("div",
|
|
6264
|
-
|
|
6265
|
-
createElementVNode("div",
|
|
6270
|
+
createElementVNode("div", _hoisted_75, [
|
|
6271
|
+
_hoisted_76,
|
|
6272
|
+
createElementVNode("div", _hoisted_77, [
|
|
6266
6273
|
withDirectives(createElementVNode("input", {
|
|
6267
6274
|
type: "text",
|
|
6268
6275
|
"onUpdate:modelValue": Re[6] || (Re[6] = (Ue) => Yt.value = Ue)
|
|
@@ -6280,7 +6287,7 @@ const viewer = "", _withScopeId$3 = (n) => (pushScopeId("data-v-7954928e"), n =
|
|
|
6280
6287
|
}, 8, ["modelValue"])
|
|
6281
6288
|
]));
|
|
6282
6289
|
}
|
|
6283
|
-
}),
|
|
6290
|
+
}), index_vue_vue_type_style_index_0_scoped_2c7f4c59_lang = "", InvoiceList = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-2c7f4c59"]]), _withScopeId = (n) => (pushScopeId("data-v-754186cd"), n = n(), popScopeId(), n), _hoisted_1$1 = { class: "PaymentMode" }, _hoisted_2$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "title" }, "选择识别方式", -1)), _hoisted_3$1 = { class: "list" }, _hoisted_4$1 = ["onClick"], _hoisted_5 = { class: "left-text" }, _hoisted_6 = { class: "icon-left" }, _hoisted_7 = { class: "text" }, _hoisted_8 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "right-icon" }, [
|
|
6284
6291
|
/* @__PURE__ */ createElementVNode("i", { class: "gg-chevron-right" })
|
|
6285
6292
|
], -1)), _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
6286
6293
|
__name: "index",
|