浏览代码

半程陪检修复

seimin 3 年之前
父节点
当前提交
dbb457d091

+ 4 - 0
.hbuilderx/launch.json

@@ -10,6 +10,10 @@
10 10
      	{
11 11
      		"launchtype" : "remote"
12 12
      	},
13
+     	"h5" : 
14
+     	{
15
+     		"launchtype" : "remote"
16
+     	},
13 17
      	"type" : "uniCloud"
14 18
      }
15 19
     ]

+ 2 - 1
pages/inspectList/inspectList.vue

@@ -261,7 +261,8 @@
261 261
                 workOrder: {
262 262
                   sourceId: 4,
263 263
                   taskType: {
264
-                    id: taskId
264
+                    id: taskId,
265
+                    isHalfInspect: obj[0].isHalfInspect === 1 ? 1 : 0
265 266
                   },
266 267
                   createDept: this.currenDept.id,
267 268
                   startDept: {

+ 1 - 1
pages/receipt_infopage/receipt_infopage.vue

@@ -103,7 +103,7 @@
103 103
         </view>
104 104
         <view class="page_item_foot_text">
105 105
           <text class="text1">是否半程陪检</text>
106
-          <text class="text2">{{ infoDATA.taskType.isHalfInspect===1?'是':'否' }}</text>
106
+          <text class="text2">{{ infoDATA.isHalfInspect===1?'是':'否' }}</text>
107 107
         </view>
108 108
         <view class="page_item_foot_text">
109 109
           <text class="text1">执行人员</text>

+ 1 - 1
pages/receiptpage/receiptpage.vue

@@ -48,7 +48,7 @@
48 48
                 <!-- 待取货 -->
49 49
               </view>
50 50
               <view class="page_item_top_R type">
51
-                {{item.taskType.isHalfInspect===1?'半程陪检':item.taskType.taskName}}
51
+                {{item.isHalfInspect===1?'半程陪检':item.taskType.taskName}}
52 52
               </view>
53 53
             </view>
54 54
             <view class="page_item_cont" @click="itemInfo(item.id)">

+ 1 - 1
pages/scanning_code/scanning_code.vue

@@ -138,7 +138,7 @@
138 138
         </view>
139 139
         <view class="page_item_foot_text">
140 140
           <text class="text1">是否半程陪检</text>
141
-          <text class="text2">{{ infoDATA.taskType.isHalfInspect===1?'是':'否' }}</text>
141
+          <text class="text2">{{ infoDATA.isHalfInspect===1?'是':'否' }}</text>
142 142
         </view>
143 143
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
144 144
           <text class="text1">预计响应时间</text>