|
|
@@ -48,7 +48,8 @@
|
|
|
<view class="btn" @click="handPause()">{{ GDStatus == 9 ? '取消暂停' : '暂停' }}</view>
|
|
|
<view class="btn" @click="handTerminate()">终止</view>
|
|
|
<view class="btn">转派</view>
|
|
|
- <view class="btn" :style="newTaskObj.existOutsource == 1 ? 'color: #FFA929' : ''" @click="handOutsource()">委外</view>
|
|
|
+ <view class="btn" :style="newTaskObj.existOutsource == 1 ? 'background: #FFA929' : ''" @click="handOutsource()">委外</view>
|
|
|
+ <view class="btn">交接</view>
|
|
|
</view>
|
|
|
|
|
|
<SearchPopup mode="center" v-if="outsourceShow">
|
|
|
@@ -274,10 +275,10 @@
|
|
|
name: '报工',
|
|
|
type: 'jobBooking'
|
|
|
},
|
|
|
- {
|
|
|
- name: '多工单报工',
|
|
|
- type: ''
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // name: '多工单报工',
|
|
|
+ // type: ''
|
|
|
+ // }
|
|
|
|
|
|
|
|
|
|