@yoooloo42/joker 1.0.291 → 1.0.292
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 -43
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -43
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -47639,17 +47639,8 @@ var tableProps = {
|
|
|
47639
47639
|
// 置顶菜单
|
|
47640
47640
|
menu: {
|
|
47641
47641
|
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
|
-
}]
|
|
47642
|
+
title: "刷新",
|
|
47643
|
+
handle: withTable.reload
|
|
47653
47644
|
}, {
|
|
47654
47645
|
title: "收银",
|
|
47655
47646
|
hdlDisabled(_ref) {
|
|
@@ -47820,37 +47811,6 @@ var storpro = {
|
|
|
47820
47811
|
setFail: "ly0d2.wxzf.setFail"
|
|
47821
47812
|
};
|
|
47822
47813
|
|
|
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
47814
|
var doc = {
|
|
47855
47815
|
formProps: {
|
|
47856
47816
|
popup: {
|
|
@@ -48170,7 +48130,6 @@ const scopeThis = reactive({
|
|
|
48170
48130
|
queryInit: query,
|
|
48171
48131
|
query: JSON.parse(JSON.stringify(query)),
|
|
48172
48132
|
storpro,
|
|
48173
|
-
find,
|
|
48174
48133
|
doc,
|
|
48175
48134
|
pgData: {
|
|
48176
48135
|
query: null,
|