@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 CHANGED
@@ -47643,17 +47643,8 @@ var tableProps = {
47643
47643
  // 置顶菜单
47644
47644
  menu: {
47645
47645
  menu: [{
47646
- title: "查询",
47647
- menu: [{
47648
- title: "全部",
47649
- handle: withTable.reload
47650
- }, {
47651
- title: "刷新",
47652
- handle: withTable.refresh
47653
- }, {
47654
- title: "查询",
47655
- handle: withTable.popupFind
47656
- }]
47646
+ title: "刷新",
47647
+ handle: withTable.reload
47657
47648
  }, {
47658
47649
  title: "收银",
47659
47650
  hdlDisabled(_ref) {
@@ -47824,37 +47815,6 @@ var storpro = {
47824
47815
  setFail: "ly0d2.wxzf.setFail"
47825
47816
  };
47826
47817
 
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
47818
  var doc = {
47859
47819
  formProps: {
47860
47820
  popup: {
@@ -48174,7 +48134,6 @@ const scopeThis = vue.reactive({
48174
48134
  queryInit: query,
48175
48135
  query: JSON.parse(JSON.stringify(query)),
48176
48136
  storpro,
48177
- find,
48178
48137
  doc,
48179
48138
  pgData: {
48180
48139
  query: null,