YYC
2023-07-17 0a09a1a253e2ed13b24c71c4aab19f9b731b71b8
廒间添加属性
已修改2个文件
28 ■■■■■ 文件已修改
igds-core/src/main/java/com/ld/igds/view/Building.view.xml 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-core/src/main/java/models/igds.model.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-core/src/main/java/com/ld/igds/view/Building.view.xml
@@ -21,7 +21,8 @@
      </Label>
      <Button layoutConstraint="left">
        <ClientEvent name="onClick">view.get(&quot;#dsMain&quot;).insert();&#xD;
view.get(&quot;#dialogMain&quot;).show();</ClientEvent>
view.get(&quot;#dialogMain&quot;).show();&#xD;
view.get(&quot;#oneId&quot;).set(&quot;readOnly&quot;,false);</ClientEvent>
        <Property name="caption">新增</Property>
        <Property name="exClassName">btn-normal</Property>
        <Property name="iconClass">fa fa-plus</Property>
@@ -58,9 +59,9 @@
    <Container layoutConstraint="center">
      <Property name="exClassName">bg-color</Property>
      <DataGrid id="dgMain">
        <ClientEvent name="onDataRowDoubleClick" signature="self,arg,depotdialog,oneId">depotdialog.show();&#xD;
oneId.set(&quot;readOnly&quot;,true);&#xD;
view.get(&quot;#storageReal&quot;).set(&quot;readOnly&quot;,true);</ClientEvent>
        <ClientEvent name="onDataRowDoubleClick" signature="self,arg,depotdialog,oneId">var dialog= view.get(&quot;#dialogMain&quot;);&#xD;
dialog.show();&#xD;
oneId.set(&quot;readOnly&quot;,true);</ClientEvent>
        <Property name="dataSet">dsMain</Property>
        <Property name="readOnly">true</Property>
        <RowNumColumn/>
@@ -145,10 +146,15 @@
          <Property name="labelAlign">right</Property>
          <Property name="labelSeparator">:</Property>
          <Property name="labelWidth">120</Property>
          <AutoFormElement>
          <AutoFormElement id="oneId">
            <Property name="name">id</Property>
            <Property name="property">id</Property>
            <Property name="readOnly">false</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">gbm</Property>
            <Property name="property">gbm</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
@@ -190,9 +196,9 @@
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
              <Property name="name">storage</Property>
              <Property name="property">storage</Property>
              <Editor/>
            <Property name="name">storage</Property>
            <Property name="property">storage</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">height</Property>
igds-core/src/main/java/models/igds.model.xml
@@ -154,6 +154,10 @@
        <Property name="valueProperty">name</Property>
      </Property>
    </PropertyDef>
    <PropertyDef name="gbm">
      <Property/>
      <Property name="label">廒间国别码</Property>
    </PropertyDef>
  </DataType>
  <DataType name="dtDepot">
    <Property name="creationType">com.ld.igds.models.Depot</Property>
@@ -895,7 +899,7 @@
      </Property>
    </PropertyDef>
    <PropertyDef name="gasSer">
      <Property/>
      <Property></Property>
      <Property name="label">气体分机</Property>
    </PropertyDef>
  </DataType>