|
@@ -31,7 +31,8 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="name">
|
|
<view class="name">
|
|
- 编号:{{nowscan.code}}
|
|
|
|
|
|
+ 编号:{{showCode(nowscan)}}
|
|
|
|
+
|
|
<span class="name" v-show="nowscan&&nowscan.id" style="color:blue;">
|
|
<span class="name" v-show="nowscan&&nowscan.id" style="color:blue;">
|
|
点击查看
|
|
点击查看
|
|
</span>
|
|
</span>
|
|
@@ -266,7 +267,7 @@
|
|
:style="' margin-right: 1px;color:'+recordStatusColor(item2.healthStatus)">[{{item2.healthStatusN}}]</span>
|
|
:style="' margin-right: 1px;color:'+recordStatusColor(item2.healthStatus)">[{{item2.healthStatusN}}]</span>
|
|
<span v-if="item2.status!=1"
|
|
<span v-if="item2.status!=1"
|
|
:style="' margin-right: 1px;color:'+recordStatusColor(item2.status)">[{{item2.statusN}}]</span>
|
|
:style="' margin-right: 1px;color:'+recordStatusColor(item2.status)">[{{item2.statusN}}]</span>
|
|
- {{item2.code}}
|
|
|
|
|
|
+ {{showCode(item2)}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="del" @click="delOutList(item2)">
|
|
<view class="del" @click="delOutList(item2)">
|
|
@@ -319,7 +320,7 @@
|
|
设备编号:
|
|
设备编号:
|
|
</view>
|
|
</view>
|
|
<view class="number">
|
|
<view class="number">
|
|
- {{item.code}}
|
|
|
|
|
|
+ {{showCode(item)}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="item">
|
|
<view class="item">
|
|
@@ -622,7 +623,7 @@
|
|
uni.showModal({
|
|
uni.showModal({
|
|
title: '提示',
|
|
title: '提示',
|
|
//editable:true,
|
|
//editable:true,
|
|
- content: '确认是否删除编号为' + item.code,
|
|
|
|
|
|
+ content: '确认是否删除',
|
|
success: function(res) {
|
|
success: function(res) {
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
_this.delOutListMethod(item)
|
|
_this.delOutListMethod(item)
|