czt
2026-02-03 e67f52078602f3efb6da02ef8fc8cf0cf7fa7e7a
fzzy-igdss-view/src/main/java/com/fzzy/work/WorkOrderConf.view.xml
@@ -6,15 +6,20 @@
    <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>
        <Property name="mapping">
          <Property name="mapValues">${dorado.getDataProvider(&quot;deptPR#getDeptByUserType&quot;).getResult()}</Property>
          <Property name="keyProperty">id</Property>
          <Property name="valueProperty">kqmc</Property>
        </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 +29,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>
@@ -32,40 +37,41 @@
          <Property name="valueProperty">dictLabel</Property>
        </Property>
        <Property name="required">true</Property>
        <Property name="defaultValue">N</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 +79,7 @@
        <Property name="label">创建时间</Property>
      </PropertyDef>
      <PropertyDef name="updateBy">
        <Property/>
        <Property></Property>
        <Property name="label">修改人</Property>
      </PropertyDef>
      <PropertyDef name="updateTime">
@@ -156,17 +162,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>
@@ -186,15 +192,19 @@
        </DataColumn>
        <DataColumn name="bizType">
          <Property name="property">bizType</Property>
          <Property name="align">center</Property>
        </DataColumn>
        <DataColumn name="valTag">
          <Property name="property">valTag</Property>
          <Property name="align">center</Property>
        </DataColumn>
        <DataColumn name="updateBy">
          <Property name="property">updateBy</Property>
          <Property name="align">center</Property>
        </DataColumn>
        <DataColumn name="updateTime">
          <Property name="property">updateTime</Property>
          <Property name="align">center</Property>
        </DataColumn>
        <DataColumn name="remark">
          <Property name="property">remark</Property>
@@ -233,7 +243,7 @@
            <Property name="labelSeparator">:</Property>
            <Property name="labelAlign">right</Property>
            <Property name="labelWidth">120</Property>
            <AutoFormElement>
            <AutoFormElement layoutConstraint="colSpan:2">
              <Property name="name">deptId</Property>
              <Property name="property">deptId</Property>
              <Editor/>
@@ -243,15 +253,15 @@
              <Property name="property">bizType</Property>
              <Editor/>
            </AutoFormElement>
            <AutoFormElement>
              <Property name="name">valTag</Property>
              <Property name="property">valTag</Property>
              <Editor/>
            </AutoFormElement>
            <AutoFormElement layoutConstraint="colSpan:3">
            <AutoFormElement layoutConstraint="colSpan:2">
              <Property name="name">remark</Property>
              <Property name="property">remark</Property>
              <Property name="editorType">TextArea</Property>
              <Editor/>
            </AutoFormElement>
            <AutoFormElement>
              <Property name="name">valTag</Property>
              <Property name="property">valTag</Property>
              <Editor/>
            </AutoFormElement>
          </AutoForm>
@@ -273,7 +283,7 @@
    </UpdateAction>
    <AjaxAction id="ajaxDelData">
      <Property name="confirmMessage">确定要删除数据么?</Property>
      <Property name="service">workOrderPR#delConf</Property>
      <Property name="service">workOrderPR#deleteConf</Property>
    </AjaxAction>
  </View>
</ViewConfig>