zhangjiaqing
8 天以前 1cef3adee31c6934c0da4b4f0b8a6f5ac03b364f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<div>
    <div>
        <div>
            <div class="row">
                <div class="col-sm-3">
                    <span>
                        <span><vc:i18n name="盘点名称" namespace="printAssetInventoryInStock"></vc:i18n></span>:{{printAssetInventoryInStockInfo.conditions.name}}
                    </span>
                </div>
                <div class="col-sm-3">
                    <span>
                        <span><vc:i18n name="盘点人" namespace="printAssetInventoryInStock"></vc:i18n></span>:{{printAssetInventoryInStockInfo.conditions.staffName}}
                    </span>
                </div>
                <div class="col-sm-3">
                    <span>
                        <span><vc:i18n name="选择仓库" namespace="printAssetInventoryInStock"></vc:i18n></span>:{{printAssetInventoryInStockInfo.conditions.shName}}
                    </span>
                </div>
                <div class="col-sm-3">
                    <span>
                        <span><vc:i18n name="盘点日期" namespace="printAssetInventoryInStock"></vc:i18n></span>:{{printAssetInventoryInStockInfo.conditions.invTime}}
                    </span>
                </div>
                <!--<div class="col-sm-2">
                    <span>
                        <span><vc:i18n name="盘点说明" namespace="printAssetInventoryInStock"></vc:i18n></span>:{{printAssetInventoryInStockInfo.conditions.remark}}
                    </span>
                </div>-->
            </div>
            <table class="table table-bordered margin-top">
                <thead>
                <tr>
                    <th scope="col" class="text-center">
                        <span><vc:i18n name="仓库名称" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </th>
                    <th scope="col" class="text-center">
                        <span><vc:i18n name="物品类型" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </th>
                    <th scope="col" class="text-center">
                        <span><vc:i18n name="物品名称" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </th>
                    <th scope="col" class="text-center">
                        <span><vc:i18n name="物品规格" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </th>
                    <th scope="col" class="text-center">
                        <span><vc:i18n name="物品编码" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </th>
                    <th scope="col" class="text-center">
                        <span><vc:i18n name="是否是固定物品" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </th>
                    <!--<th scope="col" class="text-center">
                        {{printAssetInventoryInStockInfo.conditions.applyType == '10000' ||
                        printAssetInventoryInStockInfo.conditions.applyType == '30000' ? '被调仓库' : '退还人'}}
                    </th>-->
                    <th scope="col" class="text-center">
                        <span><vc:i18n name="批次价格" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </th>
                    <th scope="col" class="text-center">
                        <span><vc:i18n name="原有库存" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </th>
                    <th scope="col" class="text-center">
                        <span><vc:i18n name="盘点后数量" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </th>
                    <th scope="col" class="text-center">
                        <span><vc:i18n name="备注" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </th>
                </tr>
                </thead>
                <tbody>
                <tr v-for="(item,index) in printAssetInventoryInStockInfo.storehouses">
                    <td class="text-center">{{item.shName}}</td>
                    <td class="text-center">
                        {{item.parentRstName ? item.parentRstName : '-'}} > {{item.rstName ? item.rstName : '-'}}
                    </td>
                    <td class="text-center">{{item.resName}}</td>
                    <td class="text-center">{{item.specName ? item.specName : '-'}}</td>
                    <td class="text-center">{{item.resCode}}</td>
                    <td class="text-center">{{item.isFixedName}}</td>
                    <td class="text-center">{{item.timesPrice}}</td>
                    <td class="text-center">{{item.originalStock}}{{item.unitCodeName}}</td>
                    <td class="text-center">{{item.quantity}}{{item.unitCodeName}}</td>
                    <td class="text-center">{{item.remark}}</td>
                </tr>
                <tr>
                    <th scope="row" class="text-center">
                        <span><vc:i18n name="备注" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </th>
                    <td colspan="9" style="text-align:center">{{printAssetInventoryInStockInfo.conditions.remark}}</td>
                </tr>
                <tr height="60px">
                    <td colspan="2" class="text-center " style="vertical-align:middle;">
                        <span><vc:i18n name="仓库管理员签字" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </td>
                    <td colspan="2"></td>
                    <td class="text-center " style="vertical-align:middle;">
                        <span><vc:i18n name="时间" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </td>
                    <td colspan="5"></td>
                </tr>
                <tr height="60px">
                    <td colspan="2" class="text-center" style="vertical-align:middle;">
                        <span><vc:i18n name="调拨人员签字" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </td>
                    <td colspan="2"></td>
                    <td class="text-center " style="vertical-align:middle;">
                        <span><vc:i18n name="时间" namespace="printAssetInventoryInStock"></vc:i18n></span>
                    </td>
                </tr>
                </tbody>
            </table>
        </div>
        <div id="print-btn">
            <button class="btn btn-primary float-right" type="button" v-on:click="_printAssetInventoryInStockDiv()">
                <i class="fa fa-check"></i>&nbsp;打印
            </button>
            <button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
                    v-on:click="_closePage()">
                <span><vc:i18n name="取消" namespace="printAssetInventoryInStock"></vc:i18n></span>
            </button>
        </div>
    </div>
</div>