Handlepan.vue 6.78 KB
<template>
  <div class="eibs-tab">
    <c-col :span="24">
      <span style="margin-left:20px">正常发票</span>
    </c-col>
    <c-col :span="24">
      <c-col :span="20">
        <el-form-item label-width="0" prop="invchk.invrep.totalamountin">
          <el-table ref="table" style="width: 100%" class="eContainer-table" row-key="IDX" :highlight-current-row="false" :border="true">
            <c-table-column v-for="(item, key) in zcColumns.columns" :key="key" :prop="item.prop" :label="item.label" :width="item.width" sortable>
              <template v-slot="{ scope }">
                <span>{{ scope.row[item.prop] }}</span>
              </template>
            </c-table-column>
          </el-table>
        </el-form-item>
      </c-col>
      <c-col :span="4" style="padding-left:5px;">
        <div style="display:flex">
          <el-form-item label="替换" label-width="50px">
            <c-button size="small" type="primary">全选</c-button>
          </el-form-item>
          <el-form-item label-width="20px">
            <c-button size="small" type="primary">清空</c-button>
          </el-form-item>
        </div>
      </c-col>
    </c-col>
    <c-col :span="24">
      <span style="margin-left:20px">异常发票</span>
    </c-col>
    <c-col :span="24">
      <c-col :span="20">
        <el-form-item label-width="0" prop="invchk.invrep.totalamountin">
          <el-table ref="table" style="width: 100%" class="eContainer-table" row-key="IDX" :highlight-current-row="false" :border="true">
            <c-table-column v-for="(item, key) in ycColumns.columns" :key="key" :prop="item.prop" :label="item.label" :width="item.width" sortable>
              <template v-slot="{ scope }">
                <span>{{ scope.row[item.prop] }}</span>
              </template>
            </c-table-column>
          </el-table>
        </el-form-item>
      </c-col>
      <c-col :span="4">
        <c-col :span="24">
          <div style="display:flex">
            <el-form-item label="替换" label-width="50px">
              <c-button size="small" type="primary">全选</c-button>
            </el-form-item>
            <el-form-item label-width="20px">
              <c-button size="small" type="primary">清空</c-button>
            </el-form-item>
          </div>
        </c-col>
        <c-col :span="24">
          <div style="display:flex">
            <el-form-item label="忽略" label-width="50px">
              <c-button size="small" type="primary">全选</c-button>
            </el-form-item>
            <el-form-item label-width="20px">
              <c-button size="small" type="primary">清空</c-button>
            </el-form-item>
          </div>
        </c-col>
      </c-col>
    </c-col>
    <c-col :span="24">
      <span style="margin-left:20px">重复核验/重复监控</span>
    </c-col>
    <c-col :span="24">
      <c-col :span="20">
        <el-form-item label-width="0" prop="invchk.invrep.totalamountin">
          <el-table ref="table" style="width: 100%" class="eContainer-table" row-key="IDX" :highlight-current-row="false" :border="true">
            <c-table-column v-for="(item, key) in ycColumns.columns" :key="key" :prop="item.prop" :label="item.label" :width="item.width" sortable>
              <template v-slot="{ scope }">
                <span>{{ scope.row[item.prop] }}</span>
              </template>
            </c-table-column>
          </el-table>
        </el-form-item>
      </c-col>
      <c-col :span="4">
        <c-col :span="24">
          <div style="display:flex">
            <el-form-item label="替换" label-width="50px">
              <c-button size="small" type="primary">全选</c-button>
            </el-form-item>
            <el-form-item label-width="20px">
              <c-button size="small" type="primary">清空</c-button>
            </el-form-item>
          </div>
        </c-col>
        <c-col :span="24">
          <div style="display:flex">
            <el-form-item label="忽略" label-width="50px">
              <c-button size="small" type="primary">全选</c-button>
            </el-form-item>
            <el-form-item label-width="20px">
              <c-button size="small" type="primary">清空</c-button>
            </el-form-item>
          </div>
        </c-col>
      </c-col>
    </c-col>
    <c-col :span="12">
			<el-form-item label="被替换发票占用总金额" style="margin-top:20px" prop="invchk.invrep.totalamountin">
				<c-input v-model="model.invchk.invrep.totalamountin" placeholder="请输入"></c-input>
			</el-form-item>
		</c-col>

  </div>
</template>
<script>
import event from "../event";

export default {
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [event],
  data() {
    return {
      zcColumns: {
        columns: [
          {
            label: "替换",
            prop: "替换"
          },
          {
            label: "发票代码",
            prop: "发票代码"
          },
          {
            label: "发票号码",
            prop: "发票号码"
          },
          {
            label: "发票监控状态",
            prop: "发票监控状态"
          },
          {
            label: "处理状态",
            prop: "处理状态"
          },
          {
            label: "处理时间",
            prop: "处理时间"
          },
          {
            label: "处理用户",
            prop: "处理用户"
          },
          {
            label: "开票日期",
            prop: "开票日期"
          },
          {
            label: "发票占用金额",
            prop: "发票占用金额"
          },
          {
            label: "价税合计",
            prop: "价税合计"
          }
        ],
        data: []
      },
      ycColumns: {
        columns: [
          {
            label: "替换",
            prop: "替换"
          },
          {
            label: "忽略",
            prop: "忽略"
          },
          {
            label: "发票代码",
            prop: "发票代码"
          },
          {
            label: "发票号码",
            prop: "发票号码"
          },
          {
            label: "发票监控状态",
            prop: "发票监控状态"
          },
          {
            label: "处理状态",
            prop: "处理状态"
          },
          {
            label: "处理时间",
            prop: "处理时间"
          },
          {
            label: "处理用户",
            prop: "处理用户"
          },
          {
            label: "开票日期",
            prop: "开票日期"
          },
          {
            label: "发票占用金额",
            prop: "发票占用金额"
          },
          {
            label: "价税合计",
            prop: "价税合计"
          }
        ],
        data: []
      }
    };
  },
  methods: {},
  created() {}
};
</script>
<style>
</style>