YYC
2023-07-13 54f0d5ebf93674d63426e6d3ad1dcfae64b21a82
损溢页面修改
已修改4个文件
602 ■■■■ 文件已修改
igds-inout/src/main/java/com/ld/igds/m/InoutManageUtil.java 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-inout/src/main/java/com/ld/igds/m/service/HLossOverService.java 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-inout/src/main/java/com/ld/igds/m/view/LossOver.view.xml 499 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-inout/src/main/java/com/ld/igds/m/view/LossOverPR.java 92 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-inout/src/main/java/com/ld/igds/m/InoutManageUtil.java
@@ -81,7 +81,9 @@
     * 缓存-性质转变ID
     */
    public static final String CACHE_VARIETY_ID = "VARIETY_ID";
    /**
     * 缓存-损溢ID
     */
    public static final String CACHE_LOSS_OVER_ID = "LOSS_OVER_ID";
    /**
igds-inout/src/main/java/com/ld/igds/m/service/HLossOverService.java
@@ -84,7 +84,9 @@
        Session session = this.getSessionFactory().openSession();
        data.setUpdateTime(new Date());
        data.setUpdateUser(ContextUtil.getLoginUserCName());
        if ("OVER".equals(data.getType())) {
            data.setAmount(0 - data.getAmount());
        }
        try {
            if (null == data.getId()) {
@@ -104,11 +106,12 @@
                }
                String id = createId(data.getSubmitTime(), data.getCompanyId(), data.getHwdm());
//                String id = addInoutDataByLossOver(data);
                data.setCzbz("i");
                data.setId(id);
                session.save(data);
            } else {
                data.setCzbz("u");
                session.update(data);
            }
        } catch (Exception e) {
igds-inout/src/main/java/com/ld/igds/m/view/LossOver.view.xml
@@ -4,17 +4,18 @@
  <Context/>
  <Model>
    <DataType name="dtMain">
      <ClientEvent name="onDataChange">if(arg.property ==&quot;depotId&quot;){&#xD;
    autoByDepot(arg.newValue);&#xD;
}</ClientEvent>
      <ClientEvent name="onDataChange">//if(arg.property ==&quot;depotId&quot;){autoByDepot(arg.newValue);}</ClientEvent>
      <Property name="creationType">com.ld.igds.models.InoutLossOver</Property>
      <PropertyDef name="id">
        <Property></Property>
        <Property name="label">ID</Property>
        <Property name="label">损益单号</Property>
        <Property name="readOnly">true</Property>
      </PropertyDef>
      <PropertyDef name="companyId">
        <Property></Property>
        <Property name="label">组织编码</Property>
        <Property name="required">false</Property>
        <Property name="readOnly">true</Property>
      </PropertyDef>
      <PropertyDef name="deptId">
        <Property></Property>
@@ -44,37 +45,140 @@
          <Property name="valueProperty">name</Property>
        </Property>
      </PropertyDef>
      <PropertyDef name="foodVariety">
        <Property></Property>
        <Property name="label">粮食品种</Property>
        <Property name="required">true</Property>
        <Property name="mapping">
          <Property name="mapValues">${dorado.getDataProvider(&quot;dicTriggerPR#dicTrigger&quot;).getResult(&quot;FOOD_VARIETY_&quot;)}</Property>
          <Property name="keyProperty">code</Property>
          <Property name="valueProperty">name</Property>
        </Property>
      </PropertyDef>
      <PropertyDef name="amount">
        <Property name="dataType">Double</Property>
        <Property name="label">重量</Property>
        <Property name="label">损溢重量</Property>
        <Property name="required">true</Property>
        <Property name="displayFormat">#.0 KG</Property>
      </PropertyDef>
      <PropertyDef name="foodLocation">
        <Property></Property>
        <Property name="label">粮食产地</Property>
        <Property name="displayFormat">#,##0.00 KG</Property>
      </PropertyDef>
      <PropertyDef name="updateTime">
        <Property name="dataType">Date</Property>
        <Property name="label">更新时间</Property>
        <Property name="required">false</Property>
        <Property name="readOnly">true</Property>
      </PropertyDef>
      <PropertyDef name="updateUser">
        <Property></Property>
        <Property name="label">更新人</Property>
        <Property name="readOnly">true</Property>
      </PropertyDef>
      <PropertyDef name="remark">
        <Property></Property>
        <Property name="label">备注</Property>
      </PropertyDef>
      <PropertyDef name="hwdm">
        <Property></Property>
        <Property name="label">货位代码</Property>
      </PropertyDef>
      <PropertyDef name="rkjz">
        <Property name="dataType">double</Property>
        <Property name="label">入库净重</Property>
      </PropertyDef>
      <PropertyDef name="rksj">
        <Property name="dataType">Date</Property>
        <Property name="label">入库时间</Property>
      </PropertyDef>
      <PropertyDef name="rksf">
        <Property name="dataType">double</Property>
        <Property name="label">入库水分(%)</Property>
      </PropertyDef>
      <PropertyDef name="rkzz">
        <Property name="dataType">double</Property>
        <Property name="label">入库杂质(%)</Property>
      </PropertyDef>
      <PropertyDef name="cksj">
        <Property name="dataType">Date</Property>
        <Property name="label">出库时间</Property>
      </PropertyDef>
      <PropertyDef name="ckjz">
        <Property name="dataType">double</Property>
        <Property name="label">出库净重</Property>
      </PropertyDef>
      <PropertyDef name="cksf">
        <Property name="dataType">double</Property>
        <Property name="label">出库水分(%)</Property>
      </PropertyDef>
      <PropertyDef name="ckzz">
        <Property name="dataType">double</Property>
        <Property name="label">出库杂质(%)</Property>
      </PropertyDef>
      <PropertyDef name="sysfzc">
        <Property></Property>
        <Property name="label">损益是否正常</Property>
        <Property name="mapping">
          <Property name="mapValues">${dorado.getDataProvider(&quot;lossOverPR#triggerType&quot;).getResult()}</Property>
          <Property name="keyProperty">code</Property>
          <Property name="valueProperty">name</Property>
        </Property>
      </PropertyDef>
      <PropertyDef name="syyy">
        <Property></Property>
        <Property name="label">损溢原因</Property>
      </PropertyDef>
      <PropertyDef name="ccshr">
        <Property></Property>
        <Property name="label">仓储审核人</Property>
      </PropertyDef>
      <PropertyDef name="auditCcsh">
        <Property></Property>
        <Property name="label">审批状态</Property>
      </PropertyDef>
      <PropertyDef name="InfoCcsh">
        <Property></Property>
        <Property name="label">审核说明</Property>
      </PropertyDef>
      <PropertyDef name="zjshr">
        <Property></Property>
        <Property name="label">质检审核人</Property>
      </PropertyDef>
      <PropertyDef name="auditZjsh">
        <Property></Property>
        <Property name="label">审批状态</Property>
      </PropertyDef>
      <PropertyDef name="infoZjsh">
        <Property></Property>
        <Property name="label">审核说明</Property>
      </PropertyDef>
      <PropertyDef name="tjshr">
        <Property></Property>
        <Property name="label">统计审核人</Property>
      </PropertyDef>
      <PropertyDef name="auditTjsh">
        <Property></Property>
        <Property name="label">审批状态</Property>
      </PropertyDef>
      <PropertyDef name="infoTjsh">
        <Property></Property>
        <Property name="label">审核说明</Property>
      </PropertyDef>
      <PropertyDef name="kjshr">
        <Property></Property>
        <Property name="label">会计审核人</Property>
      </PropertyDef>
      <PropertyDef name="auditKjsh">
        <Property></Property>
        <Property name="label">审批状态</Property>
      </PropertyDef>
      <PropertyDef name="infoKjsh">
        <Property></Property>
        <Property name="label">审核说明</Property>
      </PropertyDef>
      <PropertyDef name="ldshr">
        <Property></Property>
        <Property name="label">领导审核人</Property>
      </PropertyDef>
      <PropertyDef name="auditLdsh">
        <Property></Property>
        <Property name="label">审批状态</Property>
      </PropertyDef>
      <PropertyDef name="infoLdsh">
        <Property></Property>
        <Property name="label">审核说明</Property>
      </PropertyDef>
      <PropertyDef name="czbz">
        <Property></Property>
        <Property name="label">操作标志</Property>
        <Property name="readOnly">true</Property>
      </PropertyDef>
    </DataType>
    <DataType name="dtParam">
@@ -97,15 +201,6 @@
        <Property name="mapping">
          <Property name="mapValues">${dorado.getDataProvider(&quot;depotPR#getAllCache&quot;).getResult()}</Property>
          <Property name="keyProperty">id</Property>
          <Property name="valueProperty">name</Property>
        </Property>
      </PropertyDef>
      <PropertyDef name="foodVariety">
        <Property></Property>
        <Property name="label">粮食品种</Property>
        <Property name="mapping">
          <Property name="mapValues">${dorado.getDataProvider(&quot;dicTriggerPR#dicTrigger&quot;).getResult(&quot;FOOD_VARIETY_&quot;)}</Property>
          <Property name="keyProperty">code</Property>
          <Property name="valueProperty">name</Property>
        </Property>
      </PropertyDef>
@@ -151,7 +246,7 @@
      <Property name="dataProvider">lossOverPR#pageData</Property>
      <Property name="dataType">[dtMain]</Property>
      <Property name="pageSize">15</Property>
      <Property name="parameter"/>
      <Property name="parameter"></Property>
    </DataSet>
    <DataSet id="dsParam">
      <Property name="dataType">dtParam</Property>
@@ -178,7 +273,6 @@
        <Property name="caption">调整</Property>
        <Property name="exClassName">btn-warm</Property>
        <Property name="iconClass">fa fa-pencil</Property>
        <Property name="visible">false</Property>
        <Property name="hideMode">display</Property>
      </Button>
      <Button layoutConstraint="left">
@@ -213,12 +307,6 @@
          <Property name="trigger">autoMappingDropDown2</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">foodVariety</Property>
          <Property name="property">foodVariety</Property>
          <Property name="trigger">autoMappingDropDown2</Property>
          <Editor/>
        </AutoFormElement>
        <Button layoutConstraint="left">
          <ClientEvent name="onClick">var param = view.get(&quot;#dsParam.data&quot;);&#xD;
view.get(&quot;#dsMain&quot;).set(&quot;parameter&quot;,param.toJSON()).flushAsync();</ClientEvent>
@@ -228,9 +316,18 @@
        </Button>
      </AutoForm>
      <DataGrid layoutConstraint="center padding:5px">
        <ClientEvent name="onDataRowDoubleClick">var data = view.get(&quot;#dsMain.data:#&quot;);&#xD;
if(data){&#xD;
    view.get(&quot;#dialogMain&quot;).show();&#xD;
}</ClientEvent>
        <Property name="dataSet">dsMain</Property>
        <Property name="readOnly">true</Property>
        <RowNumColumn/>
        <DataColumn>
          <Property name="property">id</Property>
          <Property name="align">center</Property>
          <Property name="name">id</Property>
        </DataColumn>
        <DataColumn name="submitTime">
          <Property name="property">submitTime</Property>
          <Property name="align">center</Property>
@@ -239,16 +336,8 @@
          <Property name="property">depotId</Property>
          <Property name="align">center</Property>
        </DataColumn>
        <DataColumn name="foodVariety">
          <Property name="property">foodVariety</Property>
          <Property name="align">center</Property>
        </DataColumn>
        <DataColumn name="amount">
          <Property name="property">amount</Property>
          <Property name="align">center</Property>
        </DataColumn>
        <DataColumn name="foodLocation">
          <Property name="property">foodLocation</Property>
          <Property name="align">center</Property>
        </DataColumn>
        <DataColumn name="remark">
@@ -264,8 +353,8 @@
      </DataPilot>
    </Container>
    <Dialog id="dialogMain" layout="padding:5;regionPadding:10">
      <Property name="height">400</Property>
      <Property name="width">800</Property>
      <Property name="height">80%</Property>
      <Property name="width">70%</Property>
      <Property name="caption">损溢信息</Property>
      <Property name="iconClass">fa fa-flag-o</Property>
      <Property name="closeable">false</Property>
@@ -292,44 +381,284 @@
        </Button>
      </Buttons>
      <Children>
        <AutoForm>
          <Property name="dataSet">dsMain</Property>
          <Property name="cols">*,*</Property>
          <Property name="labelWidth">100</Property>
          <Property name="labelAlign">right</Property>
          <Property name="labelSeparator">:</Property>
          <AutoFormElement>
            <Property name="name">submitTime</Property>
            <Property name="property">submitTime</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">depotId</Property>
            <Property name="property">depotId</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">foodVariety</Property>
            <Property name="property">foodVariety</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">amount</Property>
            <Property name="property">amount</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement layoutConstraint="colSpan:2">
            <Property name="name">foodLocation</Property>
            <Property name="property">foodLocation</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement layoutConstraint="colSpan:2">
            <Property name="name">remark</Property>
            <Property name="property">remark</Property>
            <Property name="editorType">TextArea</Property>
            <Editor/>
          </AutoFormElement>
        </AutoForm>
        <FieldSet>
          <Property name="caption">基本信息</Property>
          <Buttons/>
          <Children>
            <AutoForm>
              <Property name="dataSet">dsMain</Property>
              <Property name="cols">*,*</Property>
              <Property name="labelWidth">120</Property>
              <Property name="labelAlign">right</Property>
              <Property name="labelSeparator">:</Property>
              <AutoFormElement>
                <Property name="name">id</Property>
                <Property name="property">id</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">companyId</Property>
                <Property name="property">companyId</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">submitTime</Property>
                <Property name="property">submitTime</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">depotId</Property>
                <Property name="property">depotId</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">amount</Property>
                <Property name="property">amount</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">deptId</Property>
                <Property name="property">deptId</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">hwdm</Property>
                <Property name="property">hwdm</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">rkjz</Property>
                <Property name="property">rkjz</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">rksj</Property>
                <Property name="property">rksj</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">rksf</Property>
                <Property name="property">rksf</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">rkzz</Property>
                <Property name="property">rkzz</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">cksj</Property>
                <Property name="property">cksj</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">ckjz</Property>
                <Property name="property">ckjz</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">cksf</Property>
                <Property name="property">cksf</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">ckzz</Property>
                <Property name="property">ckzz</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">sysfzc</Property>
                <Property name="property">sysfzc</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">syyy</Property>
                <Property name="property">syyy</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">updateUser</Property>
                <Property name="property">updateUser</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">updateTime</Property>
                <Property name="property">updateTime</Property>
                <Editor/>
              </AutoFormElement>
              <AutoFormElement>
                <Property name="name">czbz</Property>
                <Property name="property">czbz</Property>
                <Editor/>
              </AutoFormElement>
            </AutoForm>
          </Children>
        </FieldSet>
        <FieldSet>
          <Property name="caption">审批信息</Property>
          <Buttons/>
          <Children>
            <FieldSet>
              <Property name="caption">仓储审批</Property>
              <Buttons/>
              <Children>
                <AutoForm>
                  <Property name="cols">*,*</Property>
                  <Property name="dataSet">dsMain</Property>
                  <Property name="labelAlign">right</Property>
                  <Property name="labelSeparator">:</Property>
                  <Property name="labelWidth">120</Property>
                  <AutoFormElement>
                    <Property name="name">ccshr</Property>
                    <Property name="property">ccshr</Property>
                    <Editor/>
                  </AutoFormElement>
                  <AutoFormElement>
                    <Property name="name">auditCcsh</Property>
                    <Property name="property">auditCcsh</Property>
                    <Editor/>
                  </AutoFormElement>
                  <AutoFormElement layoutConstraint="rowSpan:2;colSpan:2">
                    <Property name="name">InfoCcsh</Property>
                    <Property name="property">InfoCcsh</Property>
                    <Editor/>
                  </AutoFormElement>
                </AutoForm>
              </Children>
            </FieldSet>
            <FieldSet>
              <Property name="caption">质检审批</Property>
              <Buttons/>
              <Children>
                <AutoForm>
                  <Property name="cols">*,*</Property>
                  <Property name="dataSet">dsMain</Property>
                  <Property name="labelAlign">right</Property>
                  <Property name="labelSeparator">:</Property>
                  <Property name="labelWidth">120</Property>
                  <AutoFormElement>
                    <Property name="name">zjshr</Property>
                    <Property name="property">zjshr</Property>
                    <Editor/>
                  </AutoFormElement>
                  <AutoFormElement>
                    <Property name="name">auditZjsh</Property>
                    <Property name="property">auditZjsh</Property>
                    <Editor/>
                  </AutoFormElement>
                  <AutoFormElement layoutConstraint="rowSpan:2;colSpan:2">
                    <Property name="name">infoZjsh</Property>
                    <Property name="property">infoZjsh</Property>
                    <Editor/>
                  </AutoFormElement>
                </AutoForm>
              </Children>
            </FieldSet>
            <FieldSet>
              <Property name="caption">统计审批</Property>
              <Buttons/>
              <Children>
                <AutoForm>
                  <Property name="cols">*,*</Property>
                  <Property name="dataSet">dsMain</Property>
                  <Property name="labelWidth">120</Property>
                  <Property name="labelSeparator">:</Property>
                  <Property name="labelAlign">right</Property>
                  <AutoFormElement>
                    <Property name="name">tjshr</Property>
                    <Property name="property">tjshr</Property>
                    <Editor/>
                  </AutoFormElement>
                  <AutoFormElement>
                    <Property name="name">auditTjsh</Property>
                    <Property name="property">auditTjsh</Property>
                    <Editor/>
                  </AutoFormElement>
                  <AutoFormElement layoutConstraint="colSpan:2;rowSpan:2">
                    <Property name="name">infoTjsh</Property>
                    <Property name="property">infoTjsh</Property>
                    <Editor/>
                  </AutoFormElement>
                </AutoForm>
              </Children>
            </FieldSet>
            <FieldSet>
              <Property name="caption">会计审批</Property>
              <Buttons/>
              <Children>
                <AutoForm>
                  <Property name="cols">*,*</Property>
                  <Property name="dataSet">dsMain</Property>
                  <Property name="labelAlign">right</Property>
                  <Property name="labelSeparator">:</Property>
                  <Property name="labelWidth">120</Property>
                  <AutoFormElement>
                    <Property name="name">kjshr</Property>
                    <Property name="property">kjshr</Property>
                    <Editor/>
                  </AutoFormElement>
                  <AutoFormElement>
                    <Property name="name">auditKjsh</Property>
                    <Property name="property">auditKjsh</Property>
                    <Editor/>
                  </AutoFormElement>
                  <AutoFormElement layoutConstraint="rowSpan:2;colSpan:2">
                    <Property name="name">infoKjsh</Property>
                    <Property name="property">infoKjsh</Property>
                    <Editor/>
                  </AutoFormElement>
                </AutoForm>
              </Children>
            </FieldSet>
            <FieldSet>
              <Property name="caption">领导审批</Property>
              <Buttons/>
              <Children>
                <AutoForm>
                  <Property name="cols">*,*</Property>
                  <Property name="dataSet">dsMain</Property>
                  <Property name="labelAlign">right</Property>
                  <Property name="labelSeparator">:</Property>
                  <Property name="labelWidth">140</Property>
                  <AutoFormElement>
                    <Property name="name">ldshr</Property>
                    <Property name="property">ldshr</Property>
                    <Editor/>
                  </AutoFormElement>
                  <AutoFormElement>
                    <Property name="name">auditLdsh</Property>
                    <Property name="property">auditLdsh</Property>
                    <Editor/>
                  </AutoFormElement>
                  <AutoFormElement layoutConstraint="rowSpan:2;colSpan:2">
                    <Property name="name">infoLdsh</Property>
                    <Property name="property">infoLdsh</Property>
                    <Editor/>
                  </AutoFormElement>
                </AutoForm>
              </Children>
            </FieldSet>
          </Children>
        </FieldSet>
        <FieldSet>
          <Property name="caption">备注信息</Property>
          <Buttons/>
          <Children>
            <AutoForm>
              <Property name="cols">*,*</Property>
              <Property name="dataSet">dsMain</Property>
              <Property name="labelAlign">right</Property>
              <Property name="labelSeparator">:</Property>
              <Property name="labelWidth">120</Property>
              <AutoFormElement layoutConstraint="colSpan:2">
                <Property name="name">remark</Property>
                <Property name="property">remark</Property>
                <Property name="editorType">TextArea</Property>
                <Editor/>
              </AutoFormElement>
            </AutoForm>
          </Children>
        </FieldSet>
      </Children>
      <Tools/>
    </Dialog>
igds-inout/src/main/java/com/ld/igds/m/view/LossOverPR.java
@@ -1,7 +1,10 @@
package com.ld.igds.m.view;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.ld.igds.models.DicTrigger;
import com.ld.igds.models.InoutLossOver;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@@ -15,53 +18,68 @@
/**
 * 综合业务-损溢管理
 * 损溢的逻辑是,新增收在出入库流水中添加对应的流水,这个流水类型就是损溢。以便统计时候使用
 *
 *
 * @author: andy.jia
 * @description:
 * @version:
 * @data:2020年5月28日
 *
 */
@Component
public class LossOverPR {
    @Autowired
    private HLossOverService service;
    @Autowired
    private HLossOverService service;
    /**
     * lossOverPR#pageData
     *
     * @param page
     * @param param
     * @throws Exception
     */
    @DataProvider
    public void pageData(Page<InoutLossOver> page, Map<String, Object> param)
            throws Exception {
        service.pageData(page, param);
    }
    /**
     * lossOverPR#saveData
     *
     * @param data
     * @throws Exception
     */
    @DataResolver
    public void saveData(InoutLossOver data) throws Exception {
        service.saveData(data);
    }
    /**
     * ${dorado.getDataProvider("lossOverPR#triggerType").getResult()}
     *
     * @return
     */
    @DataProvider
    public List<DicTrigger> triggerType() {
        List<DicTrigger> list = new ArrayList<DicTrigger>();
    /**
     * lossOverPR#delData
     *
     * @param data
     * @return
     * @throws Exception
     */
    @Expose
    public String delData(InoutLossOver data) throws Exception {
        return service.delData(data);
    }
        list.add(new DicTrigger("0", "正常"));
        list.add(new DicTrigger("1", "不正常"));
        return list;
    }
    /**
     * lossOverPR#pageData
     *
     * @param page
     * @param param
     * @throws Exception
     */
    @DataProvider
    public void pageData(Page<InoutLossOver> page, Map<String, Object> param)
            throws Exception {
        service.pageData(page, param);
    }
    /**
     * lossOverPR#saveData
     *
     * @param data
     * @throws Exception
     */
    @DataResolver
    public void saveData(InoutLossOver data) throws Exception {
        service.saveData(data);
    }
    /**
     * lossOverPR#delData
     *
     * @param data
     * @return
     * @throws Exception
     */
    @Expose
    public String delData(InoutLossOver data) throws Exception {
        return service.delData(data);
    }
}