@yoooloo42/joker 1.0.291 → 1.0.293
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.cjs.js +2 -46
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -46
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -44253,7 +44253,6 @@ function submit(_ref2) {
|
|
|
44253
44253
|
}
|
|
44254
44254
|
// 关闭收银窗口
|
|
44255
44255
|
scopeThis.formProps.popup.visible = false;
|
|
44256
|
-
scopeThis.formProps.popup.switch = false;
|
|
44257
44256
|
});
|
|
44258
44257
|
} else if (scopeThis.formData.process_code === "wxzf0") {
|
|
44259
44258
|
// 微信支付.客户付款码付款
|
|
@@ -44279,7 +44278,6 @@ function submit(_ref2) {
|
|
|
44279
44278
|
}
|
|
44280
44279
|
// 关闭收银窗口
|
|
44281
44280
|
scopeThis.formProps.popup.visible = false;
|
|
44282
|
-
scopeThis.formProps.popup.switch = false;
|
|
44283
44281
|
});
|
|
44284
44282
|
} else if (scopeThis.formData.process_code === "wxzf2") {
|
|
44285
44283
|
// 微信支付.商户二维码收款
|
|
@@ -44304,7 +44302,6 @@ function submit(_ref2) {
|
|
|
44304
44302
|
}
|
|
44305
44303
|
// 关闭收银窗口
|
|
44306
44304
|
scopeThis.formProps.popup.visible = false;
|
|
44307
|
-
scopeThis.formProps.popup.switch = false;
|
|
44308
44305
|
|
|
44309
44306
|
// 弹出二维码窗口
|
|
44310
44307
|
if (result.code === 0 && result.code_url) {
|
|
@@ -47639,17 +47636,8 @@ var tableProps = {
|
|
|
47639
47636
|
// 置顶菜单
|
|
47640
47637
|
menu: {
|
|
47641
47638
|
menu: [{
|
|
47642
|
-
title: "
|
|
47643
|
-
|
|
47644
|
-
title: "全部",
|
|
47645
|
-
handle: withTable.reload
|
|
47646
|
-
}, {
|
|
47647
|
-
title: "刷新",
|
|
47648
|
-
handle: withTable.refresh
|
|
47649
|
-
}, {
|
|
47650
|
-
title: "查询",
|
|
47651
|
-
handle: withTable.popupFind
|
|
47652
|
-
}]
|
|
47639
|
+
title: "刷新",
|
|
47640
|
+
handle: withTable.reload
|
|
47653
47641
|
}, {
|
|
47654
47642
|
title: "收银",
|
|
47655
47643
|
hdlDisabled(_ref) {
|
|
@@ -47820,37 +47808,6 @@ var storpro = {
|
|
|
47820
47808
|
setFail: "ly0d2.wxzf.setFail"
|
|
47821
47809
|
};
|
|
47822
47810
|
|
|
47823
|
-
var find = {
|
|
47824
|
-
formProps: {
|
|
47825
|
-
popup: {
|
|
47826
|
-
switch: true,
|
|
47827
|
-
visible: false,
|
|
47828
|
-
title: "查询"
|
|
47829
|
-
},
|
|
47830
|
-
cols: [{
|
|
47831
|
-
items: [{
|
|
47832
|
-
inputType: "input",
|
|
47833
|
-
label: "备注",
|
|
47834
|
-
fieldName: "note",
|
|
47835
|
-
style: {
|
|
47836
|
-
width: "200px"
|
|
47837
|
-
}
|
|
47838
|
-
}]
|
|
47839
|
-
}],
|
|
47840
|
-
submit: {
|
|
47841
|
-
async handle(_ref) {
|
|
47842
|
-
let {
|
|
47843
|
-
formData,
|
|
47844
|
-
scopeThis
|
|
47845
|
-
} = _ref;
|
|
47846
|
-
await withTable.submitFind({
|
|
47847
|
-
scopeThis
|
|
47848
|
-
});
|
|
47849
|
-
}
|
|
47850
|
-
}
|
|
47851
|
-
}
|
|
47852
|
-
};
|
|
47853
|
-
|
|
47854
47811
|
var doc = {
|
|
47855
47812
|
formProps: {
|
|
47856
47813
|
popup: {
|
|
@@ -48170,7 +48127,6 @@ const scopeThis = reactive({
|
|
|
48170
48127
|
queryInit: query,
|
|
48171
48128
|
query: JSON.parse(JSON.stringify(query)),
|
|
48172
48129
|
storpro,
|
|
48173
|
-
find,
|
|
48174
48130
|
doc,
|
|
48175
48131
|
pgData: {
|
|
48176
48132
|
query: null,
|