Engp.vue 6.51 KB
Newer Older
1
<template>
liuxin committed
2 3 4 5 6 7 8 9 10 11 12 13 14
  <div class="eibs-tab">
       <el-col :span="12">
        <el-form-item label="合同金额">
            <el-row>
                <el-col :span="8">
                    <c-input type="text" :disable="true" value="CNY"></c-input>
                </el-col>
                <el-col :span="14">
                     <c-input  v-model="model.liaall.outamt" default="0.00"></c-input>
                </el-col>
            </el-row>
        </el-form-item>
       </el-col>
15

liuxin committed
16 17 18 19 20 21 22 23 24 25 26 27
       <el-col :span="12">
        <el-form-item label="保证金应收比例">
            <el-row>
                <el-col :span="8">
                    <c-input  v-model="model.liaall.outpct"></c-input>
                </el-col>
                <el-col :span="12" style="margin-left:20px">
                     <el-text>%</el-text>
                </el-col>
            </el-row>
        </el-form-item>
       </el-col> 
28

liuxin committed
29 30 31 32 33 34 35 36 37 38 39 40
       <el-col :span="12">
        <el-form-item label="Reserved Amount">
            <el-row>
                <el-col :span="8">
                    <c-input type="text" :disable="true" value="CNY"></c-input>
                </el-col>
                <el-col :span="14">
                     <c-input  v-model="model.liaall.concur"></c-input>
                </el-col>
            </el-row>
        </el-form-item>
       </el-col>
41

liuxin committed
42 43 44 45 46 47 48 49 50 51 52 53
       <el-col :span="12">
        <el-form-item label="保证金实收比例">
            <el-row>
                <el-col :span="8">
                    <c-input  v-model="model.liaall.misamt"></c-input>
                </el-col>
                <el-col :span="12" style="margin-left:20px">
                     <el-text>%</el-text>
                </el-col>
            </el-row>
        </el-form-item>
       </el-col>    
54

liuxin committed
55 56 57 58 59 60 61 62 63 64
       <el-col :span="12">
        <el-form-item label="应付保证金金额">
            <el-row>
                <el-col :span="8">
                    <c-input type="text" :disable="true" value="CNY"></c-input>
                </el-col>
                <el-col :span="14">
                     <c-input  v-model="model.liaall.exttotamt"></c-input>
                </el-col>
            </el-row>
65
        </el-form-item>
liuxin committed
66 67 68 69 70
       </el-col>
    <!--                                                            
       <el-col :span="12">
        <el-form-item label="Sight Amount">
            <c-input  v-model="model.liaall.outamt"  placeholder="请输入Sight Amount"></c-input>
71
        </el-form-item>
liuxin committed
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
       </el-col>                 
                  
       <el-col :span="12">
        <el-form-item label="Sight Amount Percentage">
            <c-input  v-model="model.liaall.outpct"  placeholder="请输入Sight Amount Percentage"></c-input>
        </el-form-item>
       </el-col>             
                                                    
       <el-col :span="12">
        <el-form-item label="External Booking Amount">
            <c-input  v-model="model.liaall.concur" maxlength="3"  placeholder="请输入External Booking Amount"></c-input>
        </el-form-item>
       </el-col>             
                  
       <el-col :span="12">
        <el-form-item label="Amount not yet assigned">
            <c-input  v-model="model.liaall.misamt"  placeholder="请输入Amount not yet assigned"></c-input>
        </el-form-item>
       </el-col> 
91

liuxin committed
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
       <el-col :span="12">
        <el-form-item label="Old Amount booked externally">
            <c-input  v-model="model.liaall.exttotoldamt"  placeholder="请输入Old Amount booked externally"></c-input>
        </el-form-item>
       </el-col>                 
                                 
       <el-col :span="12">
        <el-form-item label="Total booking amount external assinged">
            <c-input  v-model="model.liaall.exttotamt"  placeholder="请输入Total booking amount external assinged"></c-input>
        </el-form-item>
       </el-col>         
-->  
       <el-col :span="24">
        <el-row>
            <el-col :span="2">
                <c-button size="small" type="primary"  @click="onLiaallButmisamt">
                    Add
                </c-button>
110
            </el-col>
liuxin committed
111 112 113 114 115 116 117 118
                        
            <el-col :span="2">
                <c-button size="small" type="primary"  @click="onLiaallButmissig">
                    Del
                </c-button>
            </el-col>
        </el-row>
       </el-col>
119

liuxin committed
120 121 122 123
       <el-col :span="24">
            <c-table style="width:80%,text-align:center">
                <el-table-column
                    label="CFO"
liuxin committed
124
                    width=50
liuxin committed
125 126 127 128
                > 
                </el-table-column>
                <el-table-column
                    label="保证金编号"
liuxin committed
129
                    width=50
liuxin committed
130 131 132 133
                > 
                </el-table-column>
                <el-table-column
                    label="货币"
liuxin committed
134
                    width=50
liuxin committed
135 136 137 138
                > 
                </el-table-column>
                <el-table-column
                    label="余额"
liuxin committed
139
                    width=50
liuxin committed
140 141 142 143
                > 
                </el-table-column>
                <el-table-column
                    label="变动金额"
liuxin committed
144
                    width=50
liuxin committed
145 146 147 148
                > 
                </el-table-column>
                <el-table-column
                    label="保证金账号"
liuxin committed
149
                    width=50
liuxin committed
150 151 152 153
                > 
                </el-table-column>
                <el-table-column
                    label="汇率"
liuxin committed
154
                    width=50
liuxin committed
155 156 157 158
                > 
                </el-table-column>
                <el-table-column
                    label=""
liuxin committed
159
                    width=50
liuxin committed
160 161 162 163
                > 
                </el-table-column>
                <el-table-column
                    label="折算后金额"
liuxin committed
164
                    width=50
liuxin committed
165 166 167 168
                > 
                </el-table-column>
            </c-table>
       </el-col>
169

liuxin committed
170 171 172 173 174 175 176 177 178 179 180 181 182 183
       <el-col :span="12">
        <el-form-item label="金额总和">
            <el-row>
                <el-col :span="8">
                    <c-input type="text" :disable="true" value="CNY"></c-input>
                </el-col>
                <el-col :span="14">
                     <c-input ></c-input>
                </el-col>
            </el-row>
        </el-form-item>
       </el-col>        
                   </div>
</template>
184
<script>
liuxin committed
185 186
import Api from "~/service/Api"
import CodeTable from "~/config/CodeTable"
liuxin committed
187
import Event from "~/model/Ditopn/Event"
188

189
export default {
liuxin committed
190 191 192 193 194 195 196 197 198
    props:["model","codes"],
    data(){
        return {

        }
    },
    methods:{...Event},
    created:function(){

199
    }
200 201
}
</script>
liuxin committed
202
<style>
203

liuxin committed
204
</style>