<template>
  <div class="eibs-tab">
    <!-- <c-list-search @form-reset="handleReset" @form-search="handleSearch"> -->
    <!-- <template v-slot="searchSlot"> -->

    <el-form
      class="m-table-search-form"
      ref="paramsForm"
      :inline="true"
      label-position="right"
      label-width="110px"
      size="small"
    >
      <!-- <el-row>
                      <c-col :span="2" style="text-align:center;margin-bottom: 16px;">
                          <el-form-item label="" prop="chkinc">
                                  <c-checkbox v-model="chkinc">Incoming</c-checkbox>
                          </el-form-item>
                      </c-col>
                      <c-col :span="2" style="text-align:center;margin-bottom: 16px;">
                          <el-form-item label="" prop="chkdzt">
                              <c-checkbox v-model="chkdzt">E-Trade</c-checkbox>
                          </el-form-item>
                      </c-col>
                      <c-col :span="2" style="text-align:center;margin-bottom: 16px;">
                          <el-form-item label="" prop="chkpen">
                              <c-checkbox v-model="chkpen">Break</c-checkbox>
                          </el-form-item>
                      </c-col>

                      <c-col :span="2" style="text-align:center;margin-bottom: 16px;">
                          <el-form-item label="" prop="chkcor">
                              <c-checkbox v-model="chkcor">Correction</c-checkbox>
                          </el-form-item>
                      </c-col>
                  
                      <c-col :span="2" style="text-align:center;margin-bottom: 16px;">
                          <el-form-item label="" prop="chkaut">
                              <c-checkbox v-model="chkaut">Automatic</c-checkbox>
                          </el-form-item>
                      </c-col>

                      <c-col :span="2" style="text-align:center;margin-bottom: 16px;">
                          <el-form-item label="" prop="chkdel">
                              <c-checkbox v-model="chkdel">Reject</c-checkbox>
                          </el-form-item>
                      </c-col>
                      
                      <c-col :span="2" style="text-align:center;margin-bottom: 16px;">
                          <el-form-item label="" prop="chktco">
                              <c-checkbox v-model="chktco">网银</c-checkbox>
                          </el-form-item>
                      </c-col>

                      <c-col :span="2" style="text-align:center;margin-bottom: 16px;">
                          <el-form-item label="" prop="chkcan">
                              <c-checkbox v-model="chkcan">归档</c-checkbox>
                          </el-form-item>
                      </c-col>
                  </el-row> -->
      <el-row>
        <c-col :span="24" style="">
          <c-col :span="8">
            <el-form-item label="业务编号" prop="selobj" style="width: 100%">
              <c-input
                style="width: 100%"
                v-model="model.selobj"
                maxlength="32"
                placeholder="请输入Reference"
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="8">
            <el-form-item label="创建时间" style="width: 100%">
              <c-col :span="11">
                <c-date-picker
                  type="date"
                  v-model="model.inidatfro"
                  style="width: 100%"
                  placeholder="请选择Date of entry of Transaction"
                ></c-date-picker>
              </c-col>
              <c-col :span="2" style="text-align: center">
                <label style="display: inline-block; width: 100%">-</label>
              </c-col>
              <c-col :span="11">
                <c-date-picker
                  type="date"
                  v-model="model.inidattil"
                  style="width: 100%"
                  placeholder="请选择Date of entry of Transaction until"
                ></c-date-picker>
              </c-col>
            </el-form-item>
          </c-col>

          <c-col :span="8">
            <el-form-item label="来源" style="width: 100%" prop="sourceModel">
              <el-select
                clearable
                v-model="sourceModel"
                style="width: 100%"
                placeholder="请选择来源"
                multiple
                collapse-tags
                @change="sourceChangeEvent"
              >
                <el-option
                  v-for="item in sourceData"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </el-select>
            </el-form-item>
          </c-col>
        </c-col>
      </el-row>

      <el-row>
        <c-col :span="24" style="">
          <c-col :span="8">
            <el-form-item
              label="选择用户"
              prop="usfmod.flt"
              style="width: 100%"
            >
              <!-- <c-col :span="20"> -->
              <c-select
                v-model="model.usfmod.flt"
                style="width: 100%"
                placeholder="请选择User"
              >
                <el-option
                  v-for="item in codes.flt"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
              <!-- </c-col> -->
              <!-- <c-col :span="4" style="text-align: right">
                  <c-button
                    size="small"
                    type="primary"
                    style="margin: 0 0"
                    icon="el-icon-search"
                    @click="onUsfmodShwflt"
                  >
                  </c-button>
                </c-col> -->
            </el-form-item>
          </c-col>

          <c-col :span="8">
            <el-form-item label="业务描述" prop="seltxt" style="width: 100%">
              <c-input
                v-model="model.seltxt"
                maxlength="32"
                placeholder="请输入Selection Name"
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="8">
            <el-form-item label="业务标志" prop="dflg" style="width: 100%">
              <c-select
                v-model="model.dflg"
                style="width: 100%"
                placeholder="请选择国内国际标志"
              >
                <el-option label="All" value="1"></el-option>
                <el-option label="国内业务" value="2"></el-option>
                <el-option label="国际业务" value="3"></el-option>
              </c-select>
            </el-form-item>
          </c-col>
        </c-col>

        <c-col :span="24" style="">
          <c-col :span="8" v-if="model.usfmod.flt === '<SELU>'">
            <el-form-item label="经办柜员" style="width: 100%">
              <c-input></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="8" v-else-if="model.usfmod.flt === '<SELB>'">
            <el-form-item label="归属机构" style="width: 100%">
              <c-input></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="8" v-else>
            <el-form-item
              label=""
              style="width: 100%; height: 36.8px; margin: 0 0 0 0"
            >
            </el-form-item>
          </c-col>
          <c-col :span="16" style="text-align: right">
            <el-button size="small" @click="handleReset">重置</el-button>
            <el-button
              type="primary"
              icon="el-icon-search"
              size="small"
              @click="handleSearch"
              >查询</el-button
            >
          </c-col>

          <!-- <c-col :span="12" style="text-align:center" >
                          <c-checkbox v-model="model.chkypt">云平台</c-checkbox>
                      </c-col> -->

          <!-- <c-col :span="8">
              <el-form-item
                label="退回原因"
                prop="yptinf"
                style="width: 100%"
              >
                <c-input
                  v-model="model.yptinf"
                  maxlength="60"
                  placeholder="请输入退回原因"
                  :readonly="true"
                ></c-input>
              </el-form-item>
            </c-col> -->
        </c-col>
      </el-row>
    </el-form>

    <c-col :span="24" style="">
      <div style="border-bottom: 10px solid rgb(232, 232, 232)"></div>
    </c-col>
    <!-- </template> -->
    <!-- </c-list-search> -->

    <!-- <div style="margin-top:20px;">
            <c-button size="small" type="primary" disabled="disabled" @click="onButypt">
                退回云平台
            </c-button>
            <c-button size="small" type="primary" disabled="disabled" @click="onDlmft">
                MFT下载
            </c-button>
            <c-button size="small" type="primary" disabled="disabled" @click="onDlaxq">
                AXQ下载
            </c-button>
            <c-button size="small" type="primary" disabled="disabled" @click="onButimg">
                上传影像
            </c-button>
        </div> -->
    <el-row>
      <!-- <c-col :span="24" style="text-align: right; margin-top: 7px">
        <c-button
          style="margin-left: 0"
          size="small"
          type="primary"
          @click="onTake"
        >
          处理
        </c-button>
        <c-button
          style="margin-left: 0"
          size="small"
          type="primary"
          @click="onDelete"
        >
          删除
        </c-button>
        <c-button
          style="margin-left: 0"
          size="small"
          type="primary"
          @click="onRouting"
        >
          分派
        </c-button>
        <c-button
          style="margin-left: 0"
          size="small"
          type="primary"
          @click="onShowInc"
        >
          显示报文
        </c-button>
        <c-button
          style="margin-left: 0"
          size="small"
          type="primary"
          @click="onDetails"
        >
          详情
        </c-button>
      </c-col> -->
      <c-col :span="24" style="">
        <c-istream-table
          :list="stmData.data"
          :columns="stmData.columns"
          :showButtonFlg="true"
        >
          <c-table-column fixed="right" prop="op" label="操作" width="165px">
            <template slot-scope="{ scope }">
              <c-button
                style="margin-left: 0"
                size="small"
                @click="onDetails(scope.$index, scope.row)"
                >详情
              </c-button>
              <c-button
                style="margin-left: 0"
                size="small"
                type="primary"
                @click="continueEdit(scope.row)"
                >处理
              </c-button>
              <!-- <c-button
                style="margin-left: 0"
                size="small"
                type="primary"
                @click="choose(scope.$index)"
                >选择
              </c-button> -->
              <el-popover placement="top-start" width="50" trigger="click">
                <!-- <c-button type="primary" size="small">指派</c-button>
                <c-button type="primary" size="small">删除</c-button> -->

                <ul class="table-button-item-list">
                  <li>
                    <c-button size="small" style="margin-left: 0"
                      >指派</c-button
                    >
                  </li>
                  <li>
                    <c-button size="small" style="margin-left: 0"
                      >删除</c-button
                    >
                  </li>
                </ul>
                <a
                  slot="reference"
                  href="javascript:void(0)"
                  style="margin-left: 5px"
                  ><i class="el-icon-more"></i
                ></a>
              </el-popover>
            </template>
          </c-table-column>
        </c-istream-table>
      </c-col>
    </el-row>

    <!-- <el-row style="margin-top: 2rem">
       <c-col :span="24">
      <el-card class="box-card">
        <div slot="header" class="clearfix">
          <span>交易状态信息 —— {{ transactionStatus.busiNo }}</span>
        </div>
        <div class="text item">
          <form class="el-form--label-left el-form--inline">
            <div class="el-form-item">
              <label class="el-form-item__label">修改次数:</label>
              <div class="el-form-item__content">
                <span>{{ transactionStatus.modTimes }}</span>
              </div>
            </div>
            <div class="el-form-item">
              <label class="el-form-item__label transstatus">交单次数:</label>
              <div class="el-form-item__content">
                <span>{{ transactionStatus.postCount }}</span>
              </div>
            </div>
            <div class="el-form-item">
              <label class="el-form-item__label transstatus">付款次数:</label>
              <div class="el-form-item__content">
                <span>{{ transactionStatus.earnCount }}</span>
              </div>
            </div>
            <div class="el-form-item">
              <label class="el-form-item__label transstatus">付款金额:</label>
              <div class="el-form-item__content">
                <span>{{ transactionStatus.earnAmt }} CNY</span>
              </div>
            </div>
          </form>
        </div>
      </el-card>
       </c-col>
    </el-row> -->
    <el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
      <div class="m-list-btns"></div>
    </el-dialog>
    <!-- <el-dialog
      class="detailDialogClass"
      :visible.sync="detailDialog"
      :title="'详情面板'"
      appenD-to-body
      show-close
    >
      <m-sptpopup :model="model" :codes="codes"></m-sptpopup>
      <span slot="footer">
        <c-col :span="24" style="margin-top: 5px">
          <el-button type="primary" @click="detailDialog = false"
            >关闭</el-button
          >
        </c-col>
      </span>
    </el-dialog> -->
  </div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Sptsel/Event";

export default {
  inject: ["root"],
  props: ["model", "codes"],

  mixins: [commonProcess],
  data() {
    return {
      // saveColumns: [],
      sourceModel: [],
      sourceData: [],
      initdialog: false,
      // detailDialog: false,
      // setColumnFlg: false,
      // saveColumnFlg: true,

      transactionStatus: {
        busiNo: "",
        modTimes: 0,
        postCount: 0,
        accCount: 0,
        earnCount: 0,
        earnAmt: 0,
      },
      // setColumn: [],
      stmData: {
        columns: [
          '4 1 "交易代码" 80 ',
          '5 2 "业务编号" 300',
          '6 3 "交易名称" 150',
          //'1 4 "状态" 60 1 tdViewTypeEdit:0 1 SPT:STA',
          {
            index: 1,
            position: 4,
            width: 110,
            pattern: "code",
            label: "状态",
            code: this.codes.sptrelstatus,
          },
          '17 5 "报文类型" 100',
          '18 6 "对方银行BIC" 110',
          // '7 7 "创建时间" 160 20 DateTime 1',
          {
            index: 7,
            position: 7,
            width: 140,
            pattern: "time",
            label: "创建时间",
          },
          '19 8 "币种" 50',
          '20 9 "金额" 69 2 8 1 16',

          // "20 7 \"Cur\" 30",
          // "21 8 \"Amt\" 69 2 8 1 16",
          // "1 9 \"Status\" 60 1 tdViewTypeEdit:0 1 SPT:STA",
          '8 10 "创建人" 80',
          '3 11 "当前操作柜员" 100',
          '3 12 "当前组别" 100',
          '3 13 "上次操作柜员" 100',
          '3 14 "来源" 50',
          '3 15 "提示" 50 1 20:0 1 FormatINFDSP',
          // "19 15 \"Key\" 90",
          '3 16 "提示信息" 300',
        ],
        data: [],
      },
    };
  },
  async mounted() {
    this.sourceData = [
      { label: "Incoming", value: "chkinc" },
      { label: "E-Trade", value: "chkdzt" },
      // { label: "Break", value: "chkpen" },
      { label: "Correction", value: "chkcor" },
      { label: "Automatic", value: "chkaut" },
      { label: "Reject", value: "chkdel" },
      { label: "网银", value: "chktco" },
      { label: "归档", value: "chkcan" },
      { label: "云平台", value: "chkypt" },
    ];
    // await this.handleSearch()
    // this.$store.commit("setTaskList", {key: "sptsel", val: this.stmData.data.length})
  },

  methods: {
    sourceChangeEvent(val) {
      this.sourceData.forEach((s) => {
        this.model[s.value] = "";
      });
      val.forEach((element) => {
        this.model[element] = "t";
      });
    },

    // async choose(idx,row){
    //     var params = {selDst:"sptstm",selrow:[idx+1]}
      
    //    let rtnmsg = await this.executeRule("sptstm" , params) //SPTSTM
    //     if(rtnmsg.respCode == SUCCESS)
    //     {
    //       this.stmData.data = rtnmsg.data.sptstm.rows;
    //     }
    //     else
    //     {
    //       this.$notify.error({title: '错误',message: '服务请求失败!'});
    //     }
      
    // },

    ...Event,
  },
  created: function () {
    // this.setColumn = this.stmData.columns.map((item, index) => {
    //   let begIdx = item.indexOf('"');
    //   let endIdx = item.indexOf('"', begIdx + 1);
    //   let label = item.substring(begIdx + 1, endIdx);
    //   return { label, value: true, index };
    // });
    // this.columnGroup = this.setColumn.map((item) => item.index);
  },
};
</script>
<style scoped>
/* .showColumnDialog >>> .el-dialog__body {
  padding-bottom: 10px;
}
.showColumnDialog >>> .el-dialog__footer {
  padding: 0 20px 10px 20px;
}
.detailDialogClass >>> .el-dialog {
  height: 650px;
} */
.table-button-item-list {
  padding: 0;
  margin: 0;
}
.table-button-item-list li {
  list-style: none;
  padding: 5px 0;
  text-align: center;
  color: #606266;
  cursor: pointer;
}
</style>