@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.cjs.js
CHANGED
|
@@ -44257,7 +44257,6 @@ function submit(_ref2) {
|
|
|
44257
44257
|
}
|
|
44258
44258
|
// 关闭收银窗口
|
|
44259
44259
|
scopeThis.formProps.popup.visible = false;
|
|
44260
|
-
scopeThis.formProps.popup.switch = false;
|
|
44261
44260
|
});
|
|
44262
44261
|
} else if (scopeThis.formData.process_code === "wxzf0") {
|
|
44263
44262
|
// 微信支付.客户付款码付款
|
|
@@ -44283,7 +44282,6 @@ function submit(_ref2) {
|
|
|
44283
44282
|
}
|
|
44284
44283
|
// 关闭收银窗口
|
|
44285
44284
|
scopeThis.formProps.popup.visible = false;
|
|
44286
|
-
scopeThis.formProps.popup.switch = false;
|
|
44287
44285
|
});
|
|
44288
44286
|
} else if (scopeThis.formData.process_code === "wxzf2") {
|
|
44289
44287
|
// 微信支付.商户二维码收款
|
|
@@ -44308,7 +44306,6 @@ function submit(_ref2) {
|
|
|
44308
44306
|
}
|
|
44309
44307
|
// 关闭收银窗口
|
|
44310
44308
|
scopeThis.formProps.popup.visible = false;
|
|
44311
|
-
scopeThis.formProps.popup.switch = false;
|
|
44312
44309
|
|
|
44313
44310
|
// 弹出二维码窗口
|
|
44314
44311
|
if (result.code === 0 && result.code_url) {
|
|
@@ -47643,17 +47640,8 @@ var tableProps = {
|
|
|
47643
47640
|
// 置顶菜单
|
|
47644
47641
|
menu: {
|
|
47645
47642
|
menu: [{
|
|
47646
|
-
title: "
|
|
47647
|
-
|
|
47648
|
-
title: "全部",
|
|
47649
|
-
handle: withTable.reload
|
|
47650
|
-
}, {
|
|
47651
|
-
title: "刷新",
|
|
47652
|
-
handle: withTable.refresh
|
|
47653
|
-
}, {
|
|
47654
|
-
title: "查询",
|
|
47655
|
-
handle: withTable.popupFind
|
|
47656
|
-
}]
|
|
47643
|
+
title: "刷新",
|
|
47644
|
+
handle: withTable.reload
|
|
47657
47645
|
}, {
|
|
47658
47646
|
title: "收银",
|
|
47659
47647
|
hdlDisabled(_ref) {
|
|
@@ -47824,37 +47812,6 @@ var storpro = {
|
|
|
47824
47812
|
setFail: "ly0d2.wxzf.setFail"
|
|
47825
47813
|
};
|
|
47826
47814
|
|
|
47827
|
-
var find = {
|
|
47828
|
-
formProps: {
|
|
47829
|
-
popup: {
|
|
47830
|
-
switch: true,
|
|
47831
|
-
visible: false,
|
|
47832
|
-
title: "查询"
|
|
47833
|
-
},
|
|
47834
|
-
cols: [{
|
|
47835
|
-
items: [{
|
|
47836
|
-
inputType: "input",
|
|
47837
|
-
label: "备注",
|
|
47838
|
-
fieldName: "note",
|
|
47839
|
-
style: {
|
|
47840
|
-
width: "200px"
|
|
47841
|
-
}
|
|
47842
|
-
}]
|
|
47843
|
-
}],
|
|
47844
|
-
submit: {
|
|
47845
|
-
async handle(_ref) {
|
|
47846
|
-
let {
|
|
47847
|
-
formData,
|
|
47848
|
-
scopeThis
|
|
47849
|
-
} = _ref;
|
|
47850
|
-
await withTable.submitFind({
|
|
47851
|
-
scopeThis
|
|
47852
|
-
});
|
|
47853
|
-
}
|
|
47854
|
-
}
|
|
47855
|
-
}
|
|
47856
|
-
};
|
|
47857
|
-
|
|
47858
47815
|
var doc = {
|
|
47859
47816
|
formProps: {
|
|
47860
47817
|
popup: {
|
|
@@ -48174,7 +48131,6 @@ const scopeThis = vue.reactive({
|
|
|
48174
48131
|
queryInit: query,
|
|
48175
48132
|
query: JSON.parse(JSON.stringify(query)),
|
|
48176
48133
|
storpro,
|
|
48177
|
-
find,
|
|
48178
48134
|
doc,
|
|
48179
48135
|
pgData: {
|
|
48180
48136
|
query: null,
|