Srvdte.vue 5.72 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
wangren committed
3 4
    
    
wangren committed
5 6 7
    <c-col :span="24" style="margin-top: 10px">
      <!-- ================左=============== -->

吴佳 committed
8
      <c-col :span="12">
wangren committed
9
        <el-form-item label="">
wangren committed
10
          <c-col :span="12">
11
	    <c-checkbox v-model="model.srvdte.exeflg">DTA出口信用证</c-checkbox>
wangren committed
12
       </c-col>
wangren committed
13 14
          <c-col :span="12">
            <c-checkbox v-model="model.srvdte.etydirflg"
15
              >每个实体的目录分开</c-checkbox
wangren committed
16 17 18 19 20
            >
          </c-col>

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

        <c-col :span="24">
41
          <el-form-item label="错误标题文本" prop="srvdte.errheatxt">
wangren committed
42 43 44
            <c-input
              v-model="model.srvdte.errheatxt"
              maxlength="40"
45
              placeholder="请输入错误标题文本"
wangren committed
46 47 48 49 50 51
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item
52
            label="标题文本"
wangren committed
53 54 55 56 57
            prop="srvdte.srvprtm.prt.heatxt"
          >
            <c-input
              v-model="model.srvdte.srvprtm.prt.heatxt"
              maxlength="40"
58
              placeholder="请输入标题文本"
wangren committed
59 60 61 62 63
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
64
          <el-form-item label="技术表格" prop="srvdte.srvprtm.prt.tef">
wangren committed
65 66 67
            <c-select
              v-model="model.srvdte.srvprtm.prt.tef"
              style="width: 100%"
68
              placeholder="请选择技术表格"
wangren committed
69 70 71 72 73
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
74
          <el-form-item label="文件扩展名" prop="srvdte.filext">
wangren committed
75 76 77
            <c-input
              v-model="model.srvdte.filext"
              maxlength="3"
78
              placeholder="请输入文件扩展名"
wangren committed
79 80 81 82 83
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
            <!---------------- 右 ----------------------->
吴佳 committed
84
      <c-col :span="12">
wangren committed
85
        <c-col :span="24">
86
          <el-form-item label="打印类型" prop="srvdte.swtprttyp">
wangren committed
87 88 89
            <c-select
              v-model="model.srvdte.swtprttyp"
              style="width: 100%"
90
              placeholder="请选择打印类型"
wangren committed
91 92 93 94 95 96
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item
97
            label="默认打印机:"
wangren committed
98 99 100 101 102
            prop="srvdte.srvprtm.prt.getprt"
          >
            <c-select
              v-model="model.srvdte.srvprtm.prt.getprt"
              style="width: 100%"
103
              placeholder="请选择默认打印机:"
wangren committed
104 105 106 107 108 109
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
110
          <el-form-item label="打印机" prop="srvdte.srvprtm.prt.prt">
wangren committed
111 112 113
            <c-select
              v-model="model.srvdte.srvprtm.prt.prt"
              style="width: 100%"
114
              placeholder="请选择打印机"
wangren committed
115 116 117 118 119 120
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
121
          <el-form-item label="纸盒" prop="srvdte.srvprtm.prt.bin">
wangren committed
122 123 124
            <c-select
              v-model="model.srvdte.srvprtm.prt.bin"
              style="width: 100%"
125
              placeholder="请选择纸盒"
wangren committed
126 127 128 129 130 131
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
132
          <el-form-item label="第二页纸盒" prop="srvdte.srvprtm.prt.bin2">
wangren committed
133 134 135
            <c-select
              v-model="model.srvdte.srvprtm.prt.bin2"
              style="width: 100%"
136
              placeholder="请选择第二页纸盒"
wangren committed
137 138 139 140 141 142
            >
            </c-select>
          </el-form-item>
        </c-col>

        <c-col :span="24">
143
          <el-form-item label="#共份" prop="srvdte.srvprtm.prt.cpycnt">
wangren committed
144 145
            <c-input
              v-model="model.srvdte.srvprtm.prt.cpycnt"
146
              placeholder="请输入#共份"
wangren committed
147 148 149 150
            ></c-input>
          </el-form-item>
        </c-col>

wangren committed
151
        <!-- <c-col :span="24">
wangren committed
152 153
          <span v-text="model.srvdte.fildirlab" data-path=".srvdte.fildirlab">
          </span>
wangren committed
154
        </c-col> -->
wangren committed
155 156

        <c-col :span="24">
157
          <el-form-item label="文件目录" prop="srvdte.fildir">
wangren committed
158 159 160
            <c-input
              v-model="model.srvdte.fildir"
              maxlength="40"
161
              placeholder="请输入文件目录"
wangren committed
162 163 164 165
            ></c-input>
          </el-form-item>
        </c-col>

wangren committed
166
        <!-- <c-col :span="24">
wangren committed
167 168
          <span v-text="model.srvdte.filextlab" data-path=".srvdte.filextlab">
          </span>
wangren committed
169
        </c-col> -->
wangren committed
170 171 172

        

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

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