czt
2026-01-20 b00dd93dedca0c151a760fff48191b92ac572545
fzzy-igdss-view/src/main/java/com/fzzy/igds/ReportOutDetail.view.xml
@@ -363,13 +363,20 @@
        <Property name="label">截止时间</Property>
        <Property name="dataType">Date</Property>
      </PropertyDef>
      <PropertyDef name="createTime">
        <Property name="dataType">DateTime</Property>
        <Property name="label">制表时间</Property>
      </PropertyDef>
      <PropertyDef name="createUser">
        <Property name="label">制表人</Property>
      </PropertyDef>
      <PropertyDef name="unit">
        <Property></Property>
        <Property name="label">单位</Property>
      </PropertyDef>
      <PropertyDef name="timeDesc">
        <Property></Property>
        <Property name="label">时间</Property>
        <Property name="label">查询时间</Property>
      </PropertyDef>
      <PropertyDef name="title">
        <Property></Property>
@@ -410,7 +417,8 @@
&#xD;
//默认查询查询提条件&#xD;
view.get(&quot;#dsQuery&quot;).insert({&#xD;
   deptId:deptId&#xD;
      deptId:deptId,&#xD;
      type:&quot;OUT&quot;&#xD;
});&#xD;
&#xD;
query = function(){&#xD;
@@ -426,7 +434,7 @@
       var user = encodeURIComponent(select.get(&quot;userName&quot;));&#xD;
       var plateNum = encodeURIComponent(select.get(&quot;plateNum&quot;));&#xD;
   &#xD;
       view.get(&quot;#iFrameImg&quot;).set(&quot;path&quot;, &quot;./basic/inout/inout-img?id=&quot; + select.get(&quot;id&quot;)+&quot;&amp;plateNum=&quot;+plateNum+&quot;&amp;user=&quot;+user);&#xD;
       view.get(&quot;#iFrameImg&quot;).set(&quot;path&quot;, &quot;/basic/inout/inout-img?id=&quot; + select.get(&quot;id&quot;)+&quot;&amp;plateNum=&quot;+plateNum+&quot;&amp;user=&quot;+user);&#xD;
       view.get(&quot;#dialogImg&quot;).show();&#xD;
   }else{&#xD;
       $notify(&quot;请选择数据……&quot;);&#xD;
@@ -435,12 +443,12 @@
    <Property name="packages">font-awesome,css-common</Property>
    <DataSet id="dsMain">
      <Property name="dataType">[dtMain]</Property>
      <Property name="dataProvider">reportOutDetailPR#listRecord</Property>
      <Property name="dataProvider">reportInoutPR#listRecord</Property>
      <Property name="loadMode">manual</Property>
    </DataSet>
    <DataSet id="dsQuery">
      <Property name="dataType">dtQuery</Property>
      <Property name="dataProvider">reportOutDetailPR#getQuery</Property>
      <Property name="dataProvider">reportInoutPR#getQueryInout</Property>
      <Property></Property>
      <Property name="loadMode">manual</Property>
    </DataSet>
@@ -453,7 +461,7 @@
    <Container>
      <Property name="className">c-param</Property>
      <AutoForm id="form1" layoutConstraint="top">
        <Property name="cols">*,*,*,*,90,90,140</Property>
        <Property name="cols">*,*,280,280,90,90,140</Property>
        <Property name="dataSet">dsQuery</Property>
        <Property name="exClassName">bg-color</Property>
        <Property name="labelWidth">110</Property>
@@ -502,7 +510,7 @@
    &quot;start&quot;:data.get(&quot;start&quot;),&#xD;
    &quot;end&quot;:data.get(&quot;end&quot;)&#xD;
}&#xD;
window.parent.$.table.exportExcelDorado(&quot;./export/inOutReport-excel&quot;, &quot;出库数据&quot;, param);</ClientEvent>
window.parent.$.table.exportExcelDorado(&quot;./export/inout-excel&quot;, &quot;出库数据&quot;, param);</ClientEvent>
          <Property name="caption">导出EXCEL</Property>
          <Property name="exClassName">btn-q2</Property>
          <Property name="width">140</Property>
@@ -510,7 +518,7 @@
        </Button>
      </AutoForm>
      <AutoForm id="form2" layoutConstraint="top">
        <Property name="cols">*,*,*,*,90,90,140</Property>
        <Property name="cols">*,*,280,280,90,90,140</Property>
        <Property name="dataSet">dsQuery</Property>
        <Property name="exClassName">bg-color</Property>
        <Property name="labelWidth">110</Property>
@@ -570,7 +578,7 @@
    &quot;start&quot;:data.get(&quot;start&quot;),&#xD;
    &quot;end&quot;:data.get(&quot;end&quot;)&#xD;
}&#xD;
window.parent.$.table.exportExcelDorado(&quot;./export/inOutReport-excel&quot;, &quot;出库数据&quot;, param);</ClientEvent>
window.parent.$.table.exportExcelDorado(&quot;./export/inout-excel&quot;, &quot;出库数据&quot;, param);</ClientEvent>
          <Property name="caption">导出EXCEL</Property>
          <Property name="exClassName">btn-q2</Property>
          <Property name="width">140</Property>
@@ -581,12 +589,12 @@
    <Container layoutConstraint="center">
      <Property name="className">c-data</Property>
      <AutoForm id="autoForm1" layoutConstraint="top">
        <Property name="cols">*,*,*,*,*,*,*</Property>
        <Property name="cols">*,*,300</Property>
        <Property name="dataSet">dsQuery</Property>
        <Property name="labelAlign">right</Property>
        <Property name="showHint">false</Property>
        <Property name="labelWidth">120</Property>
        <AutoFormElement layoutConstraint="colSpan:7">
        <AutoFormElement layoutConstraint="colSpan:3">
          <Property name="name">title</Property>
          <Property name="property">title</Property>
          <Property name="showLabel">false</Property>
@@ -597,43 +605,21 @@
          </Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement layoutConstraint="colSpan:2">
        <AutoFormElement>
          <Property name="name">timeDesc</Property>
          <Property name="property">timeDesc</Property>
          <Property name="editorType">Label</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">none</Property>
          <Property name="property">none</Property>
          <Property name="name">createUser</Property>
          <Property name="property">createUser</Property>
          <Property name="editorType">Label</Property>
          <Property name="showLabel">false</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">none</Property>
          <Property name="property">none</Property>
          <Property name="editorType">Label</Property>
          <Property name="showLabel">false</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">none</Property>
          <Property name="property">none</Property>
          <Property name="editorType">Label</Property>
          <Property name="showLabel">false</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">none</Property>
          <Property name="property">none</Property>
          <Property name="editorType">Label</Property>
          <Property name="showLabel">false</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">unit</Property>
          <Property name="property">unit</Property>
          <Property name="name">createTime</Property>
          <Property name="property">createTime</Property>
          <Property name="editorType">Label</Property>
          <Editor/>
        </AutoFormElement>