sale-client 3.6.374 → 3.6.375
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -144,6 +144,10 @@
|
|
|
144
144
|
</span>
|
|
145
145
|
</td>
|
|
146
146
|
</tr>
|
|
147
|
+
<tr>
|
|
148
|
+
<td colspan="1">安检备注</td>
|
|
149
|
+
<td colspan="3">{{model.f_comments}}</td>
|
|
150
|
+
</tr>
|
|
147
151
|
</tbody>
|
|
148
152
|
</table>
|
|
149
153
|
<table class="table table-striped table-bordered" v-if="model.safecheckitem.length>0 && model.datasource =='newos'">
|
|
@@ -153,10 +157,10 @@
|
|
|
153
157
|
<tr v-for="checkitem in model.safecheckitem">
|
|
154
158
|
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ checkitem.f_item_name }}</td>
|
|
155
159
|
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ checkitem.f_repaire_state }}</td>
|
|
156
|
-
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%" v-if="checkitem.
|
|
157
|
-
<img-self :src="'rs/image/file/'+checkitem.
|
|
160
|
+
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%" v-if="checkitem.f_repair_path!='' && checkitem.f_repair_path!=null">
|
|
161
|
+
<img-self :src="'rs/image/file/'+checkitem.f_repair_path" style="float: left" width="100" height="150"></img-self>
|
|
158
162
|
</td>
|
|
159
|
-
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%" v-if="checkitem.
|
|
163
|
+
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%" v-if="checkitem.f_repair_path=='' && checkitem.f_repair_path==null">
|
|
160
164
|
暂无图片
|
|
161
165
|
</td>
|
|
162
166
|
</tr>
|