sgj
2026-01-13 4e4bc0f110b1d2ebbce80a37b80697e8ac0347e0
fzzy-igdss-view/src/main/java/com/fzzy/work/WorkOrderConf.view.xml
@@ -6,15 +6,15 @@
    <DataType name="dtWorkConf">
      <Property name="creationType">com.fzzy.work.domain.WorkOrderConf</Property>
      <PropertyDef name="id">
        <Property/>
        <Property></Property>
      </PropertyDef>
      <PropertyDef name="deptId">
        <Property/>
        <Property></Property>
        <Property name="label">所属库区</Property>
        <Property name="required">true</Property>
      </PropertyDef>
      <PropertyDef name="bizType">
        <Property/>
        <Property></Property>
        <Property name="label">业务类型</Property>
        <Property name="mapping">
          <Property name="mapValues">${dorado.getDataProvider(&quot;workOrderPR#triggerType&quot;).getResult()}</Property>
@@ -24,7 +24,7 @@
        <Property name="required">true</Property>
      </PropertyDef>
      <PropertyDef name="valTag">
        <Property/>
        <Property></Property>
        <Property name="label">启用流程</Property>
        <Property name="mapping">
          <Property name="mapValues">${dorado.getDataProvider(&quot;dicPR#triggerYN&quot;).getResult()}</Property>
@@ -34,38 +34,38 @@
        <Property name="required">true</Property>
      </PropertyDef>
      <PropertyDef name="nodeName1">
        <Property/>
        <Property></Property>
        <Property name="label">节点名称</Property>
      </PropertyDef>
      <PropertyDef name="nodeVal1">
        <Property/>
        <Property></Property>
        <Property name="label">是否有效</Property>
      </PropertyDef>
      <PropertyDef name="nodeName2">
        <Property/>
        <Property></Property>
        <Property name="label">节点名称</Property>
      </PropertyDef>
      <PropertyDef name="nodeVal2">
        <Property/>
        <Property></Property>
        <Property name="label">是否有效</Property>
      </PropertyDef>
      <PropertyDef name="nodeName3">
        <Property/>
        <Property></Property>
        <Property name="label">节点名称</Property>
      </PropertyDef>
      <PropertyDef name="nodeVal3">
        <Property/>
        <Property></Property>
        <Property name="label">是否有效</Property>
      </PropertyDef>
      <PropertyDef name="remark">
        <Property/>
        <Property></Property>
        <Property name="label">备注信息</Property>
      </PropertyDef>
      <PropertyDef name="companyId">
        <Property/>
        <Property></Property>
      </PropertyDef>
      <PropertyDef name="createBy">
        <Property/>
        <Property></Property>
        <Property name="label">创建人</Property>
      </PropertyDef>
      <PropertyDef name="createTime">
@@ -73,7 +73,7 @@
        <Property name="label">创建时间</Property>
      </PropertyDef>
      <PropertyDef name="updateBy">
        <Property/>
        <Property></Property>
        <Property name="label">修改人</Property>
      </PropertyDef>
      <PropertyDef name="updateTime">
@@ -156,17 +156,17 @@
          <Property name="iconClass">fa fa-pencil-square-o</Property>
        </ToolBarButton>
        <ToolBarButton>
          <ClientEvent name="onClick">var data = view.get(&quot;#dsMian.data:#&quot;);
          <ClientEvent name="onClick">var data = view.get(&quot;#dsMain.data:#&quot;);
if (!data) {
   $alert(&quot;请选择数据&quot;);
   return;
}
view.get(&quot;#ajaxDelData&quot;).set(&quot;parameter&quot;, data).execute(function(result){
   if(&quot;200&quot;!=result.respCode){
      $alert(&quot;异常信息:&quot;+result.respMsg);
   if(&quot;200&quot;!=result.code){
      $alert(&quot;异常信息:&quot;+result.message);
   }else{
      $notify(&quot;执行成功&quot;);
        query();
        data.remove();
   }
});</ClientEvent>
          <Property name="caption">删除</Property>
@@ -273,7 +273,7 @@
    </UpdateAction>
    <AjaxAction id="ajaxDelData">
      <Property name="confirmMessage">确定要删除数据么?</Property>
      <Property name="service">workOrderPR#delConf</Property>
      <Property name="service">workOrderPR#deleteConf</Property>
    </AjaxAction>
  </View>
</ViewConfig>