Srvswi.vue 5.7 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"
13
              >每个实体的目录分开 </c-checkbox
wangren committed
14 15 16
            >
          </c-col>

wangren committed
17
          <c-col :span="12" >
wangren committed
18
            <c-checkbox v-model="model.srvswi.parprtflg"
19
              >部分打印</c-checkbox
wangren committed
20 21 22 23 24
            >
          </c-col>

          <c-col :span="12">
            <c-checkbox v-model="model.srvswi.errprtflg"
25
              >错误打印</c-checkbox
wangren committed
26 27
            >
          </c-col>
28
        </el-form-item>
wangren committed
29 30
        
        <c-col :span="24">
31
          <el-form-item label="部分标题文本" prop="srvswi.parheatxt">
wangren committed
32 33 34
            <c-input
              v-model="model.srvswi.parheatxt"
              maxlength="40"
35
              placeholder="请输入部分标题文本"
wangren committed
36 37 38 39 40 41
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
42
            label="默认打印机:"
wangren committed
43 44 45 46 47
            prop="srvswi.srvprtm.prt.getprt"
          >
            <c-select
              v-model="model.srvswi.srvprtm.prt.getprt"
              style="width: 100%"
48
              placeholder="请选择默认打印机:"
wangren committed
49 50 51 52 53 54
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
55
          <el-form-item label="纸盒" prop="srvswi.srvprtm.prt.bin">
wangren committed
56 57 58
            <c-select
              v-model="model.srvswi.srvprtm.prt.bin"
              style="width: 100%"
59
              placeholder="请选择纸盒"
wangren committed
60 61 62 63 64 65
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
66
          <el-form-item label="#共份" prop="srvswi.srvprtm.prt.cpycnt">
wangren committed
67 68
            <c-input
              v-model="model.srvswi.srvprtm.prt.cpycnt"
69
              placeholder="请输入#共份"
wangren committed
70 71 72 73 74
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
75
          <el-form-item label="文件扩展名" prop="srvswi.filext">
wangren committed
76 77 78
            <c-input
              v-model="model.srvswi.filext"
              maxlength="3"
79
              placeholder="请输入文件扩展名"
wangren committed
80 81 82 83 84 85 86
            ></c-input>
          </el-form-item>
        </c-col>
        
      </c-col>

      <!-- 右 -->
吴佳 committed
87
      <c-col :span="12">
wangren committed
88
        <c-col :span="24">
89
          <el-form-item label="打印类型" prop="srvswi.swtprttyp">
wangren committed
90 91 92
            <c-select
              v-model="model.srvswi.swtprttyp"
              style="width: 100%"
93
              placeholder="请选择打印类型"
wangren committed
94 95 96 97 98 99
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
100
          <el-form-item label="打印机" prop="srvswi.srvprtm.prt.prt">
wangren committed
101 102 103
            <c-select
              v-model="model.srvswi.srvprtm.prt.prt"
              style="width: 100%"
104
              placeholder="请选择打印机"
wangren committed
105 106 107 108 109
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
110
          <el-form-item label="错误标题文本" prop="srvswi.errheatxt">
wangren committed
111 112 113
            <c-input
              v-model="model.srvswi.errheatxt"
              maxlength="40"
114
              placeholder="请输入错误标题文本"
wangren committed
115 116 117 118 119 120
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
121
            label="标题文本"
wangren committed
122 123 124 125 126
            prop="srvswi.srvprtm.prt.heatxt"
          >
            <c-input
              v-model="model.srvswi.srvprtm.prt.heatxt"
              maxlength="40"
127
              placeholder="请输入标题文本"
wangren committed
128 129 130 131 132
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
133
          <el-form-item label="技术表格" prop="srvswi.srvprtm.prt.tef">
wangren committed
134 135 136
            <c-select
              v-model="model.srvswi.srvprtm.prt.tef"
              style="width: 100%"
137
              placeholder="请选择技术表格"
wangren committed
138 139 140 141 142 143
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
144
          <el-form-item label="第二页纸盒" prop="srvswi.srvprtm.prt.bin2">
wangren committed
145 146 147
            <c-select
              v-model="model.srvswi.srvprtm.prt.bin2"
              style="width: 100%"
148
              placeholder="请选择第二页纸盒"
wangren committed
149 150 151 152 153
            >
            </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

        <c-col :span="24">
160
          <el-form-item label="文件目录" prop="srvswi.fildir">
wangren committed
161 162 163
            <c-input
              v-model="model.srvswi.fildir"
              maxlength="40"
164
              placeholder="请输入文件目录"
wangren committed
165 166 167 168
            ></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>