Cnyp.vue 5.26 KB
Newer Older
taojinrui committed
1 2
<template>
  <div class="eibs-tab">
taojinrui committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
    <c-col :span="24" style="height: 24px; margin-top: 20px">
      <el-form-item label="跨境人民币申报" class="messageLabel"></el-form-item>
    </c-col>
    <c-col :span="24" style="height: 0px">
      <el-divider></el-divider>
    </c-col>

    <c-col :span="12" style="margin-top: 20px">
      <c-col :span="24">
        <el-form-item label="是否报送跨境人民币2101表" label-width="30%">
          <c-select
            v-model="model.cnybop.cnyflg"
            style="width: 100%"
            placeholder="请选择"
          >
            <el-option
              v-for="item in codes.cnyflg"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="是否报送跨境人民币2107表" label-width="30%">
          <c-select
            v-model="model.cnybop.traflg"
            style="width: 100%"
            placeholder="请选择"
            disabled
          >
            <el-option
              v-for="item in codes.traflg"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item
          label="是否报送跨境人民币2111表"
          label-width="30%"
          prop="cnybop.outflg"
        >
          <c-select
            v-model="model.cnybop.outflg"
            style="width: 100%"
            placeholder="请选择"
56
            disabled
taojinrui committed
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
          >
            <el-option
              v-for="item in codes.outflg"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="是否报送跨境人民币2106表" label-width="30%">
          <c-select
            v-model="model.cnybop.libflg"
            style="width: 100%"
            placeholder="请选择"
            disabled
          >
            <el-option
              v-for="item in codes.libflg"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="是否报送跨境人民币2122表" label-width="30%">
          <c-select
            v-model="model.cnybop.vouflg"
            placeholder="请选择"
            style="width: 100%"
            disabled
          >
            <el-option
              v-for="item in codes.vouflg"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
          </c-select>
        </el-form-item>
      </c-col>
    </c-col>
    <!-- =====================原码==================== -->
    <!-- S0000042 : 是否报送跨境人民币2101表          
taojinrui committed
106 107 108 109 110 111
       <c-col :span="12">
        <el-form-item :label="$t('cnybop.S0000042')" prop="cnybop.cnyflg">
            <c-select v-model="model.cnybop.cnyflg" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000042')">
              </c-select>
        </el-form-item>
       </c-col>
taojinrui committed
112
                 S0000045 : 是否报送跨境人民币2107表
taojinrui committed
113 114 115 116 117 118 119
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnybop.S0000045')" prop="cnybop.traflg">
            <c-select v-model="model.cnybop.traflg" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000045')">
              </c-select>
        </el-form-item>
       </c-col>
taojinrui committed
120
                 S0000077 : 是否报送跨境人民币2111表
taojinrui committed
121 122 123 124 125 126 127
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnybop.S0000077')" prop="cnybop.outflg">
            <c-select v-model="model.cnybop.outflg" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000077')">
              </c-select>
        </el-form-item>
       </c-col>
taojinrui committed
128
                 S0000113 : 是否报送跨境人民币2106表
taojinrui committed
129 130 131 132 133 134 135
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnybop.S0000113')" prop="cnybop.libflg">
            <c-select v-model="model.cnybop.libflg" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000113')">
              </c-select>
        </el-form-item>
       </c-col>
taojinrui committed
136
                 S0000142 : 是否报送跨境人民币2122表
taojinrui committed
137 138 139 140 141 142
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnybop.S0000142')" prop="cnybop.vouflg">
            <c-select v-model="model.cnybop.vouflg" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000142')">
              </c-select>
        </el-form-item>
taojinrui committed
143
       </c-col> -->
taojinrui committed
144 145 146
  </div>
</template>
<script>
taojinrui committed
147
import Api from "~/service/Api";
taojinrui committed
148
import commonProcess from "~/mixin/commonProcess";
taojinrui committed
149 150
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Cptrep/Event";
taojinrui committed
151 152

export default {
taojinrui committed
153 154 155 156 157 158 159 160 161
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
taojinrui committed
162 163 164
</script>
<style>
</style>