Srvtci.vue 5.55 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
        <el-form-item label="">
        <c-col :span="24">
          <c-checkbox v-model="model.srvtci.etydirflg"
12
            >每个实体的目录分开</c-checkbox
wangren committed
13 14 15
          >
        </c-col>

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

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

        <c-col :span="24">
          <el-form-item
38
            label="默认打印机:"
wangren committed
39 40 41 42 43
            prop="srvtci.srvprtm.prt.getprt"
          >
            <c-select
              v-model="model.srvtci.srvprtm.prt.getprt"
              style="width: 100%"
44
              placeholder="请选择默认打印机:"
wangren committed
45 46 47 48 49
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
50
          <el-form-item label="纸盒" prop="srvtci.srvprtm.prt.bin">
wangren committed
51 52 53
            <c-select
              v-model="model.srvtci.srvprtm.prt.bin"
              style="width: 100%"
54
              placeholder="请选择纸盒"
wangren committed
55 56 57 58 59 60
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
61
          <el-form-item label="#共份" prop="srvtci.srvprtm.prt.cpycnt">
wangren committed
62 63
            <c-input
              v-model="model.srvtci.srvprtm.prt.cpycnt"
64
              placeholder="请输入#共份"
wangren committed
65 66 67 68
            ></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

        <c-col :span="24">
80
          <el-form-item label="文件扩展名" prop="srvtci.filext">
wangren committed
81 82 83
            <c-input
              v-model="model.srvtci.filext"
              maxlength="3"
84
              placeholder="请输入文件扩展名"
wangren committed
85 86 87 88 89 90
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>

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

        <c-col :span="24">
104
          <el-form-item label="错误标题文本" prop="srvtci.errheatxt">
wangren committed
105 106 107
            <c-input
              v-model="model.srvtci.errheatxt"
              maxlength="40"
108
              placeholder="请输入错误标题文本"
wangren committed
109 110 111 112 113 114
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
115
            label="标题文本"
wangren committed
116 117 118 119 120
            prop="srvtci.srvprtm.prt.heatxt"
          >
            <c-input
              v-model="model.srvtci.srvprtm.prt.heatxt"
              maxlength="40"
121
              placeholder="请输入标题文本"
wangren committed
122 123 124 125
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
126
          <el-form-item label="技术表格" prop="srvtci.srvprtm.prt.tef">
wangren committed
127 128 129
            <c-select
              v-model="model.srvtci.srvprtm.prt.tef"
              style="width: 100%"
130
              placeholder="请选择技术表格"
wangren committed
131 132 133 134 135
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
136
          <el-form-item label="打印机" prop="srvtci.srvprtm.prt.prt">
wangren committed
137 138 139
            <c-select
              v-model="model.srvtci.srvprtm.prt.prt"
              style="width: 100%"
140
              placeholder="请选择打印机"
wangren committed
141 142 143 144 145 146
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
147
          <el-form-item label="第二页纸盒" prop="srvtci.srvprtm.prt.bin2">
wangren committed
148 149 150
            <c-select
              v-model="model.srvtci.srvprtm.prt.bin2"
              style="width: 100%"
151
              placeholder="请选择第二页纸盒"
wangren committed
152 153 154 155 156
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
157
          <el-form-item label="文件目录" prop="srvtci.fildir">
wangren committed
158 159 160
            <c-input
              v-model="model.srvtci.fildir"
              maxlength="40"
161
              placeholder="请输入文件目录"
wangren committed
162 163 164 165 166 167 168 169 170 171
            ></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>