src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue
@@ -18,10 +18,18 @@
                v-model='model.departId'
                dictCode="sys_depart,depart_name,id,del_flag!='1'"
              />-->
              <a-select
<!--              <a-select
                :placeholder="'请选择领用部门'"
                :options="this.departs"
                style="width: 100%"
                v-model='model.departId'
              />-->
              <a-tree-select
                style="width: 100%"
                :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }"
                :tree-data="treeData"
                placeholder="请选择领用部门"
                tree-default-expand-all
                v-model='model.departId'
              />
            </a-form-model-item>
@@ -56,10 +64,13 @@
        <j-vxe-table
          keep-source
          :ref='refKeys[0]'
          :bordered='bordered'
          :alwaysEdit='true'
          :loading='sparesScrapDetailTable.loading'
          :columns='sparesScrapDetailTable.columns'
          :dataSource='sparesScrapDetailTable.dataSource'
          :maxHeight='300'
          @valueChange="changeAuxiliaryQuantity"
          :disabled='formDisabled'
          :rowNumber='true'
          :rowSelection='true'
@@ -95,7 +106,9 @@
  },
  data() {
    return {
      treeData:[],
      departs:[],
      bordered:true,
      labelCol: {
        xs: { span: 24 },
        sm: { span: 5 }
@@ -137,6 +150,7 @@
            key: 'spareNum',
            fixed: 'left',
            type: JVXETypes.normal,
            align:'center',
            width: '150px',
            placeholder: '请输入${title}',
            defaultValue: ''
@@ -144,6 +158,7 @@
          {
            title: '备件名称',
            key: 'spareName',
            align:'center',
            type: JVXETypes.normal,
            fixed: 'left',
            width: '150px',
@@ -153,6 +168,7 @@
          {
            title: '型号',
            key: 'model',
            align:'center',
            type: JVXETypes.normal,
            width: '150px',
            placeholder: '请输入${title}',
@@ -162,6 +178,7 @@
            title: '规格',
            key: 'specification',
            type: JVXETypes.normal,
            align:'center',
            width: '150px',
            placeholder: '请输入${title}',
            defaultValue: ''
@@ -171,6 +188,7 @@
            key: 'batchNum',
            type: JVXETypes.normal,
            width: '200px',
            align:'center',
            placeholder: '请输入${title}',
            defaultValue: ''
          },
@@ -178,6 +196,7 @@
            title: '制造商',
            key: 'constructorName',
            type: JVXETypes.normal,
            align:'center',
            width: '200px',
            placeholder: '请输入${title}',
            defaultValue: ''
@@ -186,6 +205,7 @@
            title: '出厂日期',
            key: 'manufactureDate',
            type: JVXETypes.normal,
            align:'center',
            width: '200px',
            placeholder: '请输入${title}',
            defaultValue: ''
@@ -195,6 +215,7 @@
            title: '有效日期',
            key: 'validityPeriod',
            type: JVXETypes.normal,
            align:'center',
            width: '200px',
            placeholder: '请输入${title}',
            defaultValue: ''
@@ -204,6 +225,7 @@
            key: 'scrapReason',
            type: JVXETypes.textarea,
            width: '200px',
            align:'center',
            placeholder: '请输入${title}',
            defaultValue: '',
            validateRules: [
@@ -218,6 +240,7 @@
            key: 'mainUnitIdName',
            type: JVXETypes.normal,
            width: '200px',
            align:'center',
            placeholder: '请输入${title}',
            defaultValue: ''
          },
@@ -225,6 +248,7 @@
            title: '主单位',
            key: 'mainUnitId',
            type: JVXETypes.hidden,
            align:'center',
            width: '200px',
            placeholder: '请输入${title}',
            defaultValue: ''
@@ -233,6 +257,7 @@
            title: '辅单位',
            key: 'auxiliaryUnitIdName',
            type: JVXETypes.normal,
            align:'center',
            width: '200px',
            placeholder: '请输入${title}',
            defaultValue: ''
@@ -240,6 +265,7 @@
          {
            title: '辅单位',
            key: 'auxiliaryUnitId',
            align:'center',
            type: JVXETypes.hidden,
            width: '200px',
            placeholder: '请输入${title}',
@@ -248,6 +274,7 @@
          {
            title: '主数量',
            key: 'mainQuantity',
            align:'center',
            type: JVXETypes.normal,
            width: '200px',
            placeholder: '请输入${title}',
@@ -258,6 +285,7 @@
            title: '辅数量',
            key: 'auxiliaryQuantity',
            type: JVXETypes.normal,
            align:'center',
            width: '200px',
            placeholder: '请输入${title}',
            defaultValue: ''
@@ -266,6 +294,7 @@
            title: '备件id',
            key: 'sparePartId',
            type: JVXETypes.hidden,
            align:'center',
            width: '200px',
            placeholder: '请输入${title}',
            defaultValue: ''
@@ -275,12 +304,14 @@
            key: 'sparePartInventoryId',
            type: JVXETypes.hidden,
            width: '200px',
            align:'center',
            placeholder: '请输入${title}',
            defaultValue: ''
          },
          {
            title: '报废主数量',
            key: 'scrapMainQuantity',
            align:'center',
            type: JVXETypes.inputNumber,
            width: '200px',
            placeholder: '请输入${title}',
@@ -316,6 +347,7 @@
          },
          {
            title: '报废辅数量',
            align:'center',
            key: 'scrapAuxiliaryQuantity',
            type: JVXETypes.normal,
            width: '200px',
@@ -324,6 +356,7 @@
          },
          {
            title: '库区',
            align:'center',
            key: 'warehouseAreaIdName',
            type: JVXETypes.normal,
            width: '200px',
@@ -332,6 +365,7 @@
          },
          {
            title: '库区id',
            align:'center',
            key: 'warehouseAreaId',
            type: JVXETypes.hidden,
            width: '200px',
@@ -340,6 +374,7 @@
          },
          {
            title: '库位',
            align:'center',
            key: 'warehouseLocationIdName',
            type: JVXETypes.normal,
            width: '200px',
@@ -348,6 +383,7 @@
          },
          {
            title: '库位id',
            align:'center',
            key: 'warehouseLocationId',
            type: JVXETypes.hidden,
            width: '200px',
@@ -360,6 +396,7 @@
        add: '/spare/sparePartScrap/add',
        edit: '/spare/sparePartScrap/edit',
        getSysDeparts: "/eam/equipment/getSysDeparts",
        loadOptions: '/sys/sysDepart/loadDepartTreeOptions',
        queryById: '/spare/sparePartScrap/queryById',
        sparesScrapDetail: {
          list: '/spare/sparePartScrap/querySparesScrapDetailByMainId'
@@ -388,9 +425,18 @@
    })
  },
  created() {
    this.getSysDeparts()
    this.initOptions()
  },
  methods: {
    initOptions() {
      getAction(this.url.loadOptions).then(res => {
        if (res.success) {
          this.treeData = res.result
        } else {
          this.$message.warning(res.message)
        }
      })
    },
    getSysDeparts() {
      getAction(this.url.getSysDeparts).then((res) => {
        if (res.success) {
@@ -506,6 +552,13 @@
      this.visible = false
      this.$emit('close')
      this.$refs.form.clearValidate()
    },
    changeAuxiliaryQuantity(target){
      console.log(target.columnIndex)
      let num=target.columnIndex
      if (target.columnIndex ===num){
        target.row.scrapAuxiliaryQuantity=Math.abs(target.row.conversionRatio*target.row.scrapMainQuantity)
      }
    }
  }
}