|
|
|
|
|
|
79
|
<tr v-if="
|
79
|
<tr v-if="
|
|
80
|
orderDetailData.PSInfo && orderDetailData.PSInfo.length > 0
|
80
|
orderDetailData.PSInfo && orderDetailData.PSInfo.length > 0
|
|
81
|
">
|
81
|
">
|
|
82
|
- <th>配送信息:</th>
|
|
|
|
83
|
- <td colspan="5">
|
|
|
|
|
|
82
|
+ <th :rowspan="orderDetailData.PSInfo.length + 1">配送信息:</th>
|
|
|
|
83
|
+ <!-- <td colspan="5">
|
|
84
|
<span style="display: inline-block;margin-right: 20px;"
|
84
|
<span style="display: inline-block;margin-right: 20px;"
|
|
85
|
v-for="(item, index) in orderDetailData.PSInfo" :key="index+0" v-if="item.F_ToDept">{{ $store.getters.deptmap[parseInt(item.F_ToDept)] &&
|
85
|
v-for="(item, index) in orderDetailData.PSInfo" :key="index+0" v-if="item.F_ToDept">{{ $store.getters.deptmap[parseInt(item.F_ToDept)] &&
|
|
86
|
$store.getters.deptmap[parseInt(item.F_ToDept)].text}}-{{item.F_DicName}}({{item.F_Number}})<span
|
86
|
$store.getters.deptmap[parseInt(item.F_ToDept)].text}}-{{item.F_DicName}}({{item.F_Number}})<span
|
|
|
|
|
|
|
97
|
v-for="(item, index) in orderDetailData.PSInfo" :key="index+0"
|
97
|
v-for="(item, index) in orderDetailData.PSInfo" :key="index+0"
|
|
98
|
v-if="!item.F_ToDept&&!item.F_IsBorrow">{{ item.F_DicName }}({{item.F_Number}})<span
|
98
|
v-if="!item.F_ToDept&&!item.F_IsBorrow">{{ item.F_DicName }}({{item.F_Number}})<span
|
|
99
|
v-if="index!=orderDetailData.PSInfo.length-1">,</span></span>
|
99
|
v-if="index!=orderDetailData.PSInfo.length-1">,</span></span>
|
|
100
|
- </td>
|
|
|
|
|
|
100
|
+ </td> -->
|
|
101
|
</tr>
|
101
|
</tr>
|
|
102
|
- <!-- <tr v-for="(item, index) in orderDetailData.PSInfo" :key="index+0">
|
|
|
|
|
|
102
|
+ <tr v-for="(item, index) in orderDetailData.PSInfo" :key="index+0">
|
|
103
|
<th v-if="item.F_ToDept">送达科室:</th>
|
103
|
<th v-if="item.F_ToDept">送达科室:</th>
|
|
104
|
<th v-if="item.F_ToDept">
|
104
|
<th v-if="item.F_ToDept">
|
|
105
|
{{
|
105
|
{{
|
|
|
|
|
|
|
110
|
<th v-if="item.F_ToDept">物品名称:</th>
|
110
|
<th v-if="item.F_ToDept">物品名称:</th>
|
|
111
|
<td v-if="item.F_ToDept">
|
111
|
<td v-if="item.F_ToDept">
|
|
112
|
<span>{{ item.F_DicName }}</span>
|
112
|
<span>{{ item.F_DicName }}</span>
|
|
113
|
- <span v-if="item.F_IsBorrow == 1">(借</span>
|
|
|
|
114
|
- <span v-if="item.F_IsBorrow == 2">(还</span>
|
|
|
|
115
|
- <span v-if="item.F_IsBorrow">{{ item.F_Number }})</span>
|
|
|
|
116
|
- <span v-if="!item.F_IsBorrow">({{ item.F_Number }})</span>
|
|
|
|
|
|
113
|
+ <span v-if="item.F_IsBorrow == 1">(借)</span>
|
|
|
|
114
|
+ <span v-if="item.F_IsBorrow == 2">(还)</span>
|
|
|
|
115
|
+ <span>({{item.F_Number}})</span>
|
|
117
|
</td>
|
116
|
</td>
|
|
118
|
<th v-if="!item.F_ToDept">物品名称:</th>
|
117
|
<th v-if="!item.F_ToDept">物品名称:</th>
|
|
119
|
<td v-if="!item.F_ToDept">
|
118
|
<td v-if="!item.F_ToDept">
|
|
120
|
<span>{{ item.F_DicName }}</span>
|
119
|
<span>{{ item.F_DicName }}</span>
|
|
121
|
- <span v-if="item.F_IsBorrow == 1">(借</span>
|
|
|
|
122
|
- <span v-if="item.F_IsBorrow == 2">(还</span>
|
|
|
|
123
|
- <span v-if="item.F_IsBorrow">{{ item.F_Number }})</span>
|
|
|
|
124
|
- <span v-if="!item.F_IsBorrow">({{ item.F_Number }})</span>
|
|
|
|
125
|
- </td> -->
<!-- <th>-</th>
|
|
|
|
126
|
- <td>-</td> -->
|
|
|
|
127
|
- <!-- <th v-if="!item.F_ToDept">数量:</th>
|
|
|
|
|
|
120
|
+ <span v-if="item.F_IsBorrow == 1">(借)</span>
|
|
|
|
121
|
+ <span v-if="item.F_IsBorrow == 2">(还)</span>
|
|
|
|
122
|
+ </td>
|
|
|
|
123
|
+ <th v-if="!item.F_ToDept">数量:</th>
|
|
128
|
<td v-if="!item.F_ToDept">
|
124
|
<td v-if="!item.F_ToDept">
|
|
129
|
{{ item.F_Number
|
125
|
{{ item.F_Number
|
|
130
|
}}
|
126
|
}}
|
|
131
|
- <span v-if="item.F_PaidInQuantity != null"
|
|
|
|
132
|
- >(实收数量:{{ item.F_PaidInQuantity }})</span
|
|
|
|
133
|
- >
|
|
|
|
134
|
- </td> -->
|
|
|
|
135
|
- <!-- <th>-</th> -->
|
|
|
|
|
|
127
|
+ <span v-if="item.F_PaidInQuantity != null">(实收数量:{{ item.F_PaidInQuantity }})</span>
|
|
|
|
128
|
+ </td>
|
|
|
|
129
|
+ <th>-</th>
|
|
136
|
</tr>
|
130
|
</tr>
|
|
137
|
<tr v-if="
|
131
|
<tr v-if="
|
|
138
|
orderDetailData.SDInfo && orderDetailData.SDInfo.length > 0
|
132
|
orderDetailData.SDInfo && orderDetailData.SDInfo.length > 0
|
|
139
|
">
|
133
|
">
|
|
140
|
- <!-- <th :rowspan="orderDetailData.SDInfo.length + 1">
|
|
|
|
141
|
- 异常配送信息:
|
|
|
|
142
|
- </th> -->
|
|
|
|
143
|
- <th>
|
|
|
|
144
|
- 异常配送信息:
|
|
|
|
145
|
- </th>
|
|
|
|
146
|
- <td colspan="5">
|
|
|
|
147
|
- <span style="display: inline-block;margin-right: 20px;"
|
|
|
|
148
|
- v-for="(item, index) in orderDetailData.SDInfo" :key="index+11" v-if="item.F_ToDept">{{ $store.getters.deptmap[parseInt(item.F_ToDept)] &&
|
|
|
|
149
|
- $store.getters.deptmap[parseInt(item.F_ToDept)].text}}-{{item.F_DicName}}({{item.F_Number}})<span
|
|
|
|
150
|
- v-if="index!=orderDetailData.SDInfo.length-1">,</span></span>
|
|
|
|
151
|
- <span style="display: inline-block;margin-right: 20px;"
|
|
|
|
152
|
- v-for="(item, index) in orderDetailData.SDInfo" :key="index+11"
|
|
|
|
153
|
- v-if="item.F_IsBorrow==1">{{ item.F_DicName }}(借{{item.F_Number}})<span
|
|
|
|
154
|
- v-if="index!=orderDetailData.SDInfo.length-1">,</span></span>
|
|
|
|
155
|
- <span style="display: inline-block;margin-right: 20px;"
|
|
|
|
156
|
- v-for="(item, index) in orderDetailData.SDInfo" :key="index+11"
|
|
|
|
157
|
- v-if="item.F_IsBorrow==2">{{ item.F_DicName }}(还{{item.F_Number}})<span
|
|
|
|
158
|
- v-if="index!=orderDetailData.SDInfo.length-1">,</span></span>
|
|
|
|
159
|
- <span style="display: inline-block;margin-right: 20px;"
|
|
|
|
160
|
- v-for="(item, index) in orderDetailData.SDInfo" :key="index+11"
|
|
|
|
161
|
- v-if="!item.F_ToDept&&!item.F_IsBorrow">{{ item.F_DicName }}({{item.F_Number}})<span
|
|
|
|
162
|
- v-if="index!=orderDetailData.SDInfo.length-1">,</span></span>
|
|
|
|
163
|
- </td>
|
|
|
|
|
|
134
|
+ <th :rowspan="orderDetailData.SDInfo.length + 1">异常配送信息:</th>
|
|
164
|
</tr>
|
135
|
</tr>
|
|
165
|
- <!-- <tr v-for="(item, index) in orderDetailData.SDInfo" :key="index+11">
|
|
|
|
|
|
136
|
+ <tr v-for="(item, index) in orderDetailData.SDInfo" :key="index+0">
|
|
166
|
<th v-if="item.F_ToDept">送达科室:</th>
|
137
|
<th v-if="item.F_ToDept">送达科室:</th>
|
|
167
|
<th v-if="item.F_ToDept">
|
138
|
<th v-if="item.F_ToDept">
|
|
168
|
{{
|
139
|
{{
|
|
169
|
- $store.getters.deptmap[parseInt(item.F_ToDept)] &&
|
|
|
|
170
|
- $store.getters.deptmap[parseInt(item.F_ToDept)].text
|
|
|
|
171
|
- }}
|
|
|
|
|
|
140
|
+ $store.getters.deptmap[parseInt(item.F_ToDept)] &&
|
|
|
|
141
|
+ $store.getters.deptmap[parseInt(item.F_ToDept)].text
|
|
|
|
142
|
+ }}
|
|
172
|
</th>
|
143
|
</th>
|
|
173
|
<th v-if="item.F_ToDept">物品名称:</th>
|
144
|
<th v-if="item.F_ToDept">物品名称:</th>
|
|
174
|
<td v-if="item.F_ToDept">
|
145
|
<td v-if="item.F_ToDept">
|
|
175
|
<span>{{ item.F_DicName }}</span>
|
146
|
<span>{{ item.F_DicName }}</span>
|
|
176
|
<span v-if="item.F_IsBorrow == 1">(借)</span>
|
147
|
<span v-if="item.F_IsBorrow == 1">(借)</span>
|
|
177
|
<span v-if="item.F_IsBorrow == 2">(还)</span>
|
148
|
<span v-if="item.F_IsBorrow == 2">(还)</span>
|
|
178
|
- <span>({{ item.F_Number }})</span>
|
|
|
|
|
|
149
|
+ <span>({{item.F_Number}})</span>
|
|
179
|
</td>
|
150
|
</td>
|
|
180
|
<th v-if="!item.F_ToDept">物品名称:</th>
|
151
|
<th v-if="!item.F_ToDept">物品名称:</th>
|
|
181
|
<td v-if="!item.F_ToDept">
|
152
|
<td v-if="!item.F_ToDept">
|
|
|
|
|
|
|
184
|
<span v-if="item.F_IsBorrow == 2">(还)</span>
|
155
|
<span v-if="item.F_IsBorrow == 2">(还)</span>
|
|
185
|
</td>
|
156
|
</td>
|
|
186
|
<th v-if="!item.F_ToDept">数量:</th>
|
157
|
<th v-if="!item.F_ToDept">数量:</th>
|
|
187
|
-
|
|
|
|
188
|
<td v-if="!item.F_ToDept">
|
158
|
<td v-if="!item.F_ToDept">
|
|
189
|
{{ item.F_Number
|
159
|
{{ item.F_Number
|
|
190
|
- }}<span v-if="item.F_PaidInQuantity != null"
|
|
|
|
191
|
- >(实收数量:{{ item.F_PaidInQuantity }})</span
|
|
|
|
192
|
- >
|
|
|
|
|
|
160
|
+ }}
|
|
|
|
161
|
+ <span v-if="item.F_PaidInQuantity != null">(实收数量:{{ item.F_PaidInQuantity }}</span>
|
|
193
|
</td>
|
162
|
</td>
|
|
194
|
- <th v-if="item.F_ReceiveUser">{{ item.F_ReceiveUser }}</th>
|
|
|
|
195
|
- </tr> -->
|
|
|
|
|
|
163
|
+ <th>-</th>
|
|
|
|
164
|
+ </tr>
|
|
196
|
<tr v-if="orderDetailData.F_Recipient">
|
165
|
<tr v-if="orderDetailData.F_Recipient">
|
|
197
|
<th>是否异常:</th>
|
166
|
<th>是否异常:</th>
|
|
198
|
<td colspan="5">
|
167
|
<td colspan="5">
|