Dscinsp.vue 5.06 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
3
      <c-col :span="14">
4
      <el-row>
5
          <c-col :span="20">
wangna committed
6
              <el-form-item label="不符点描述" prop="btdgrp.blk.docdis">
7 8 9 10
                  <c-input type="textarea" v-model="model.btdgrp.blk.docdis"
                           maxlength="50"
                           show-word-limit
                           :disabled="model.btdgrp.blk.docdisflg ? false : true"
wangna committed
11
                           placeholder="请输入不符点描述" disabled ></c-input>
12 13
              </el-form-item>
          </c-col>
14
          <c-col :span="4">
sheyinchen committed
15 16 17 18
            <c-button
                  size="small"
                  type="primary"
                  icon="el-icon-search"
sheyinchen committed
19
                  @click="showGridPromptDialog('bttp.docdis.buttxmsel', null, null,{TXT:'btdgrp.blk.docdis'}, {TXT: false},'doxpDialog')">
20
                  ...
sheyinchen committed
21
                </c-button>
22 23 24
          </c-col>
      </el-row>
      <el-row>
25
          <c-col :span="20">
wangna committed
26 27
              <el-form-item label="国内不符点描述" prop="btdgrp.blk.intdis">
                  <c-input type="textarea" v-model="model.btdgrp.blk.intdis" maxlength="65" show-word-limit placeholder="请输入国内不符点描述" ></c-input>
28 29
              </el-form-item>
          </c-col>
30
          <c-col :span="4">
sheyinchen committed
31 32 33 34
            <c-button
                  size="small"
                  type="primary"
                  icon="el-icon-search"
sheyinchen committed
35
                  @click="showGridPromptDialog('bttp.intdis.buttxmsel', null, null,{TXT:'btdgrp.blk.intdis'}, {TXT: false},'doxpDialog')">
36 37 38 39 40
                  ...
              </c-button>
          </c-col>
      </el-row>
      <el-row>
41
          <c-col :span="20">
wangna committed
42 43
              <el-form-item label="评论和结论" prop="btdgrp.blk.comcon">
                  <c-input type="textarea" v-model="model.btdgrp.blk.comcon" maxlength="65" show-word-limit placeholder="请输入评论和结论" ></c-input>
44 45
              </el-form-item>
          </c-col>
46
          <c-col :span="4">
sheyinchen committed
47 48 49 50
            <c-button
                  size="small"
                  type="primary"
                  icon="el-icon-search"
sheyinchen committed
51
                  @click="showGridPromptDialog('bttp.comcon.buttxmsel', null, null,{TXT:'btdgrp.blk.comcon'}, {TXT: false},'doxpDialog')">
52 53 54 55 56 57
                  ...
              </c-button>
          </c-col>
      </el-row>

      <el-row>
58
          <c-col :span="20">
wangna committed
59 60
              <el-form-item label="结汇指示交易记录" prop="btdgrp.blk.setinsbt">
                  <c-input type="textarea" v-model="model.btdgrp.blk.setinsbt" maxlength="65" show-word-limit placeholder="请输入结汇指示交易记录" ></c-input>
61 62
              </el-form-item>
          </c-col>
63
          <c-col :span="4">
sheyinchen committed
64 65 66 67
            <c-button
                  size="small"
                  type="primary"
                  icon="el-icon-search"
sheyinchen committed
68
                  @click="showGridPromptDialog('bttp.setins.buttxmsel', null, null,{TXT:'btdgrp.blk.setinsbt'}, {TXT: false},'doxpDialog')">
69 70 71 72 73
                  ...
              </c-button>
          </c-col>
      </el-row>
        <el-row>
74 75 76
            <c-col :span="24">
                <c-docpre
            :model="model"
sheyinchen committed
77
            rol="docgrdmbe1"
78 79 80 81 82 83
            :argadr="{
                path: 'btdgrp.blk.prsdocbe1',
                grp: 'bttp',
                code: 'docpre',
            }"
                ></c-docpre>
84
            </c-col>
85 86 87
        </el-row>

      <el-row>
88 89 90
          <c-col :span="24">
            <c-docpre
            :model="model"
sheyinchen committed
91
            rol="docgrdmbe2"
92 93 94 95 96 97
            :argadr="{
                path: 'btdgrp.blk.prsdocbe2',
                grp: 'bttp',
                code: 'docpre',
            }"
                ></c-docpre>
98
          </c-col>
99
      </el-row>
100 101 102
      </c-col>
      <c-col :span="9" :offset="1">
          <c-col :span="20" :offset="3">
wangna committed
103
              <c-checkbox v-model="model.btdgrp.blk.docdisflg">不符点描述修改</c-checkbox>
104 105
          </c-col>
          <c-col :span="24">
wangna committed
106
              <el-form-item label="进一步处理" prop="bttp.futhndflg">
107
                  <c-select v-model="model.bttp.futhndflg" style="width:100%"
wangna committed
108
                   placeholder="请选择进一步处理" :code="codes.futhndflg">
109 110 111 112
                  </c-select>
              </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
113
              <el-form-item label="单据状态" prop="btdgrp.rec.docsta">
114
                  <c-input v-model="model.btdgrp.rec.docsta" style="width:100%"
wangna committed
115
                   placeholder="请选择单据状态" disabled>
116
                  </c-input>
117 118
              </el-form-item>
          </c-col>
wangna committed
119
      </c-col>                
120 121 122 123
  </div>
</template>
<script>
import Api from "~/service/Api"
wangren committed
124
import commonProcess from "~/mixin/commonProcess";
125 126
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Bttdck/Event"
127
import Docpre from "~/views/Public/Docpre";
128 129

export default {
130
    components: { "c-docpre": Docpre },
131 132
    inject: ['root'],
    props:["model","codes"],
wangren committed
133
    mixins: [commonProcess],
134 135 136 137 138
  data() {
			return {

			}
		},
139 140 141 142 143 144 145
    methods:{...Event},
    created:function(){

    }
}
</script>
<style>
sheyinchen committed
146
   
147 148

</style>