Srvswi.vue 5.73 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
wangren committed
3
    <!-- <c-col :span="12">
4
	    <c-checkbox v-model="model.srvswi.exeflg">Incoming Swift</c-checkbox>
wangren committed
5 6 7 8
       </c-col> -->
    <!-- 先用一个span 24页面铺开 -->
    <c-col :span="24" style="margin-top: 10px">
      <!-- 左加右加:offset=23 -->
吴佳 committed
9
      <c-col :span="12">
wangren committed
10
        <el-form-item label="">
wangren committed
11
          <c-col :span="24">
wangren committed
12
            <c-checkbox v-model="model.srvswi.etydirflg"
wangren committed
13
              >Separate Directory per Entity </c-checkbox
wangren committed
14 15 16
            >
          </c-col>

wangren committed
17
          <c-col :span="12" >
wangren committed
18 19 20 21 22 23 24 25 26 27
            <c-checkbox v-model="model.srvswi.parprtflg"
              >Partial Print</c-checkbox
            >
          </c-col>

          <c-col :span="12">
            <c-checkbox v-model="model.srvswi.errprtflg"
              >Error Print</c-checkbox
            >
          </c-col>
28
        </el-form-item>
wangren committed
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 56 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
        
        <c-col :span="24">
          <el-form-item label="Text for Header" prop="srvswi.parheatxt">
            <c-input
              v-model="model.srvswi.parheatxt"
              maxlength="40"
              placeholder="请输入Text for Header"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            label="Default Printer from:"
            prop="srvswi.srvprtm.prt.getprt"
          >
            <c-select
              v-model="model.srvswi.srvprtm.prt.getprt"
              style="width: 100%"
              placeholder="请选择Default Printer from:"
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Paperbin" prop="srvswi.srvprtm.prt.bin">
            <c-select
              v-model="model.srvswi.srvprtm.prt.bin"
              style="width: 100%"
              placeholder="请选择Paperbin"
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="# of Copies" prop="srvswi.srvprtm.prt.cpycnt">
            <c-input
              v-model="model.srvswi.srvprtm.prt.cpycnt"
              placeholder="请输入# of Copies"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="File Extension" prop="srvswi.filext">
            <c-input
              v-model="model.srvswi.filext"
              maxlength="3"
              placeholder="请输入File Extension"
            ></c-input>
          </el-form-item>
        </c-col>
        
      </c-col>

      <!-- 右 -->
吴佳 committed
87
      <c-col :span="12">
wangren committed
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
        <c-col :span="24">
          <el-form-item label="Type of Print" prop="srvswi.swtprttyp">
            <c-select
              v-model="model.srvswi.swtprttyp"
              style="width: 100%"
              placeholder="请选择Type of Print"
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Printer" prop="srvswi.srvprtm.prt.prt">
            <c-select
              v-model="model.srvswi.srvprtm.prt.prt"
              style="width: 100%"
              placeholder="请选择Printer"
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Text for Header" prop="srvswi.errheatxt">
            <c-input
              v-model="model.srvswi.errheatxt"
              maxlength="40"
              placeholder="请输入Text for Header"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
            label="Text for Header"
            prop="srvswi.srvprtm.prt.heatxt"
          >
            <c-input
              v-model="model.srvswi.srvprtm.prt.heatxt"
              maxlength="40"
              placeholder="请输入Text for Header"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Technical Form" prop="srvswi.srvprtm.prt.tef">
            <c-select
              v-model="model.srvswi.srvprtm.prt.tef"
              style="width: 100%"
              placeholder="请选择Technical Form"
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Bin for 2nd Page" prop="srvswi.srvprtm.prt.bin2">
            <c-select
              v-model="model.srvswi.srvprtm.prt.bin2"
              style="width: 100%"
              placeholder="请选择Bin for 2nd Page"
            >
            </c-select>
          </el-form-item>
        </c-col>

wangren committed
154
        <!-- <c-col :span="24">
wangren committed
155 156
          <span v-text="model.srvswi.fildirlab" data-path=".srvswi.fildirlab">
          </span>
wangren committed
157
        </c-col> -->
wangren committed
158 159 160 161 162 163 164 165 166 167 168

        <c-col :span="24">
          <el-form-item label="Directory for Files" prop="srvswi.fildir">
            <c-input
              v-model="model.srvswi.fildir"
              maxlength="40"
              placeholder="请输入Directory for Files"
            ></c-input>
          </el-form-item>
        </c-col>

wangren committed
169
        <!-- <c-col :span="24">
wangren committed
170 171 172 173 174 175 176
          <span v-text="model.srvswi.filextlab" data-path=".srvswi.filextlab">
          </span>
        </c-col>

        <c-col :span="24">
          <span v-text="model.srvswi.filexttxt" data-path=".srvswi.filexttxt">
          </span>
wangren committed
177
        </c-col> -->
wangren committed
178 179
      </c-col>
    </c-col>
180 181 182
  </div>
</template>
<script>
wangren committed
183
import Api from "~/service/Api";
wangren committed
184
import commonProcess from "~/mixin/commonProcess";
wangren committed
185 186
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Switsk/Event";
187 188

export default {
wangren committed
189 190 191 192 193 194 195 196 197
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
198 199 200
</script>
<style>
</style>