Srvtci.vue 5.58 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
wangren committed
3
    <!-- <c-col :span="24">
4
	    <c-checkbox v-model="model.srvtci.exeflg">TradeConnect</c-checkbox>
wangren committed
5 6 7
       </c-col> -->
    <c-col :span="24" style="margin-top: 10px">
      <!-- 左 -->
吴佳 committed
8
      <c-col :span="12">
wangren committed
9 10 11 12 13 14 15
        <el-form-item label="">
        <c-col :span="24">
          <c-checkbox v-model="model.srvtci.etydirflg"
            >Separate Directory per Entity</c-checkbox
          >
        </c-col>

wangren committed
16
        <c-col :span="12">
wangren committed
17 18 19 20 21
          <c-checkbox v-model="model.srvtci.parprtflg"
            >Partial Print</c-checkbox
          >
        </c-col>

wangren committed
22
        <c-col :span="12">
wangren committed
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 56 57 58 59 60 61 62 63 64 65 66 67 68
          <c-checkbox v-model="model.srvtci.errprtflg">Error Print</c-checkbox>
        </c-col>
          </el-form-item>
        <c-col :span="24">
          <el-form-item label="Text for Header" prop="srvtci.parheatxt">
            <c-input
              v-model="model.srvtci.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="srvtci.srvprtm.prt.getprt"
          >
            <c-select
              v-model="model.srvtci.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="srvtci.srvprtm.prt.bin">
            <c-select
              v-model="model.srvtci.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="srvtci.srvprtm.prt.cpycnt">
            <c-input
              v-model="model.srvtci.srvprtm.prt.cpycnt"
              placeholder="请输入# of Copies"
            ></c-input>
          </el-form-item>
        </c-col>

wangren committed
69
        <!-- <c-col :span="24">
wangren committed
70 71 72 73 74 75 76
          <span v-text="model.srvtci.fildirlab" data-path=".srvtci.fildirlab">
          </span>
        </c-col>

        <c-col :span="24">
          <span v-text="model.srvtci.filextlab" data-path=".srvtci.filextlab">
          </span>
wangren committed
77
        </c-col> -->
wangren committed
78 79 80 81 82 83 84 85 86 87 88 89 90

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

      <!-- 右 -->
吴佳 committed
91
      <c-col :span="12">
wangren committed
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 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
        <c-col :span="24">
          <el-form-item label="Type of Print" prop="srvtci.swtprttyp">
            <c-select
              v-model="model.srvtci.swtprttyp"
              style="width: 100%"
              placeholder="请选择Type of Print"
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Text for Header" prop="srvtci.errheatxt">
            <c-input
              v-model="model.srvtci.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="srvtci.srvprtm.prt.heatxt"
          >
            <c-input
              v-model="model.srvtci.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="srvtci.srvprtm.prt.tef">
            <c-select
              v-model="model.srvtci.srvprtm.prt.tef"
              style="width: 100%"
              placeholder="请选择Technical Form"
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Printer" prop="srvtci.srvprtm.prt.prt">
            <c-select
              v-model="model.srvtci.srvprtm.prt.prt"
              style="width: 100%"
              placeholder="请选择Printer"
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Bin for 2nd Page" prop="srvtci.srvprtm.prt.bin2">
            <c-select
              v-model="model.srvtci.srvprtm.prt.bin2"
              style="width: 100%"
              placeholder="请选择Bin for 2nd Page"
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Directory for Files" prop="srvtci.fildir">
            <c-input
              v-model="model.srvtci.fildir"
              maxlength="40"
              placeholder="请输入Directory for Files"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <span v-text="model.srvtci.filexttxt" data-path=".srvtci.filexttxt">
          </span>
        </c-col>
      </c-col>
    </c-col>
172 173 174
  </div>
</template>
<script>
wangren committed
175
import Api from "~/service/Api";
wangren committed
176
import commonProcess from "~/mixin/commonProcess";
wangren committed
177 178
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Switsk/Event";
179 180

export default {
wangren committed
181 182 183 184 185 186 187 188 189
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
190 191 192
</script>
<style>
</style>