sgj
2026-03-09 b4f9f1637fb6378062d0904a5dd555fd830039f2
fzzy-igdss-view/src/main/java/com/fzzy/igds/DepotConf.view.xml
@@ -268,35 +268,20 @@
              </AutoFormElement>
              <Button>
                <ClientEvent name="onClick">var grainFreq = view.get(&quot;#dsMain.data:#&quot;).get(&quot;grainFreq&quot;);&#xD;
&#xD;
if(grainFreq){&#xD;
   view.get(&quot;#ajaxUpdateFreq&quot;).set(&quot;parameter&quot;,grainFreq).execute(function(){&#xD;
      view.get(&quot;#dgMain&quot;).hide();&#xD;
      view.get(&quot;#dsMain&quot;).flushAsync();&#xD;
   });&#xD;
}else{&#xD;
   $alert(&quot;请先配置更新频率!&quot;)&#xD;
}</ClientEvent>
                    &#xD;
                    if(grainFreq){&#xD;
                    view.get(&quot;#ajaxUpdateFreq&quot;).set(&quot;parameter&quot;,grainFreq).execute(function(){&#xD;
                    view.get(&quot;#dgMain&quot;).hide();&#xD;
                    view.get(&quot;#dsMain&quot;).flushAsync();&#xD;
                    });&#xD;
                    }else{&#xD;
                    $alert(&quot;请先配置更新频率!&quot;)&#xD;
                    }</ClientEvent>
                <Property name="caption">频率同步</Property>
                <Property name="tip">更新所有仓库频率一致</Property>
                <Property name="iconClass">fa fa-refresh</Property>
                <Property name="exClassName">btn2</Property>
              </Button>
              <AutoFormElement>
                <Property name="name">createBy</Property>
                <Property name="property">createBy</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">createTime</Property>
                <Property name="property">createTime</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">updateBy</Property>
                <Property name="property">updateBy</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">updateTime</Property>
                <Property name="property">updateTime</Property>