上传的图像用于项目: 'CST技术支持'
  1. CST技术支持
  2. SLAL2-2543

合同与协议字段灵活配置

XMLWord打印

    • Icon: Change Change
    • 解决结果: 完成
    • Icon: Medium Medium
    • 202105
    • B-贝卡尔特-Y2019053
    • 贝卡尔特 测试环境
    • 基础通用功能
    • 隐藏

      增加继承视图:

      <?xml version="1.0"?>
      <data>
      <xpath expr="//field[@name='trial_date_start']" position="attributes">
          <attribute name="attrs">{'invisible': [('renew','=', True)]}</attribute>
      </xpath>
      <xpath expr="//field[@name='trial_date_end']" position="attributes">
          <attribute name="attrs">{'invisible': [('renew','=', True)]}</attribute>
      </xpath>
      <xpath expr="//field[@name='probation_date']" position="attributes">
          <attribute name="attrs">{'invisible': ['|',('contract_agreement_category', '!=', 'labor_contract'),('renew','=', True)]}</attribute>
      </xpath>
      </data>
      
      显示
      增加继承视图: <?xml version= "1.0" ?> <data> <xpath expr= " //field[@name= 'trial_date_start' ]" position= "attributes" > <attribute name= "attrs" >{ 'invisible' : [( 'renew' , '=' , True)]}</attribute> </xpath> <xpath expr= " //field[@name= 'trial_date_end' ]" position= "attributes" > <attribute name= "attrs" >{ 'invisible' : [( 'renew' , '=' , True)]}</attribute> </xpath> <xpath expr= " //field[@name= 'probation_date' ]" position= "attributes" > <attribute name= "attrs" >{ 'invisible' : [ '|' ,( 'contract_agreement_category' , '!=' , 'labor_contract' ),( 'renew' , '=' , True)]}</attribute> </xpath> </data>

      合同与协议中,“试用期’ ‘转正’字段,在续签时不需要出现;初次合同时才显示

            chengdd 程丹丹
            susu.ma 马梅花
            表决:
            0 为这个问题表决

              创建日期:
              已更新:
              已解决: