bug
zhouhailu
2021-03-04 c986cd9c0c50950852bea27dc0a5d45903d4d653
src/view/reportForms/reportFormsManage.vue
@@ -486,7 +486,7 @@
              </FormItem>
            </div>
            <div class="ipt_form_style">
              <label style="width:160px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap"><span v-show="firstTab!='tab3'&&firstTab!='tab2'">期末余额(元)</span><span v-show="firstTab==='tab3'||firstTab==='tab2'">本期余额(元)</span></label>
              <label style="width:160px;display: inline-block;text-align:left;line-height: 40px;white-space: nowrap"><span v-show="firstTab!='tab3'&&firstTab!='tab2'">期末余额(元)</span><span v-show="firstTab==='tab3'||firstTab==='tab2'">本期金额(元)</span></label>
              <FormItem prop="Endingbalance" style="width:calc(100% - 160px)!important;">
                <div class="list_edit" style="padding-left: 0px;">
                  <cashInput v-model="formItem.Endingbalance"
@@ -506,7 +506,7 @@
              <label style="width:160px;display: inline-block;text-align:left;margin-left: 45px;line-height: 0;margin-top: -22px;line-height: 20px">=</label>
            </div>
            <div class="ipt_form_style" v-show="firstTab!='tab3'">
              <label style="width:160px;display: inline-block;text-align:left;white-space: nowrap"><span v-show="firstTab==='tab1'">经营部分期末余额(元)</span><span v-show="firstTab!='tab1'&&firstTab!='tab3'">经营部分本期余额(元)</span></label>
              <label style="width:160px;display: inline-block;text-align:left;white-space: nowrap"><span v-show="firstTab==='tab1'">经营部分期末余额(元)</span><span v-show="firstTab!='tab1'&&firstTab!='tab3'">经营部分本期金额(元)</span></label>
              <FormItem prop="Operatingbalance" style="width:calc(100% - 160px)!important;">
                <div class="list_edit" style="padding-left: 0px;">
                  <cashInput v-model="formItem.Operatingbalance"
@@ -526,7 +526,7 @@
              <label style="width:160px;display: inline-block;text-align:left;margin-left: 45px;line-height: 0;margin-top: -27px;line-height: 20px">+</label>
            </div>
            <div class="ipt_form_style" v-show="firstTab!='tab3'">
              <label style="width:160px;display: inline-block;text-align:left;white-space: nowrap"><span v-show="firstTab==='tab1'">金融部分期末余额(元)</span><span v-show="firstTab!='tab1'&&firstTab!='tab3'">金融部分本期余额(元)</span></label>
              <label style="width:160px;display: inline-block;text-align:left;white-space: nowrap"><span v-show="firstTab==='tab1'">金融部分期末余额(元)</span><span v-show="firstTab!='tab1'&&firstTab!='tab3'">金融部分本期金额(元)</span></label>
              <FormItem prop="Financialbalance" style="width:calc(100% - 160px)!important;">
                <div class="list_edit" style="padding-left: 0px;" >
                  <cashInput v-model="formItem.Financialbalance"
@@ -1707,8 +1707,19 @@
        this.editformatDate = 'yyyy' + '-' + '06-30'
        this.edittypeDate = 'year'
      } else if (params.value === '季报') {
        this.editformatDate = 'yyyy' + '-03-31'
        this.edittypeDate = 'month'
        let date22=this.editReportModel.assetsDate
        let month = parseInt(date.getMonth() + 1)
        if (month===3) {
          this.editformatDate = 'yyyy'+'03-31'
          this.edittypeDate = 'month'
        }else if(month===9){
          this.editformatDate = 'yyyy'+'09-30'
          this.edittypeDate = 'month'
        }else{
          this.editformatDate = 'yyyy-MM-dd'
          this.edittypeDate = 'date'
        }
      } else {
        let date = this.editReportModel.assetsDate
        let month = parseInt(date.getMonth() + 1)
@@ -2156,7 +2167,7 @@
        }
      })
      columns.push({
        title: '经营金融期末余额(元)',
        title: '经营金融本期金额(元)',
        key: 'BusinessMoney',
        align: 'right',
        minWidth: 200,
@@ -2183,7 +2194,7 @@
        }
      })
      columns.push({
        title: '金融金额期末余额(元)',
        title: '金融金额本期金额(元)',
        key: 'FinancialMoney',
        align: 'right',
        minWidth: 200,