|
|
|
@ -18,7 +18,7 @@ |
|
|
|
|
<view class="dialog dialog-one" v-if="pageType == 1"> |
|
|
|
|
<view class="status" v-if="pageType1Result.deadlineType == 1">超期</view> |
|
|
|
|
<view class="status" v-if="pageType1Result.deadlineType == 2">延期</view> |
|
|
|
|
<view class="status" v-if="pageType1Result.deadlineType == 3">正常</view> |
|
|
|
|
<!-- <view class="status" v-if="pageType1Result.deadlineType == 3">正常</view> --> |
|
|
|
|
<view class="top"> |
|
|
|
|
<image src="/static/logo.png" mode="" style="width: 120px;height: 90px;" class="mimg"></image> |
|
|
|
|
<view class="font"> |
|
|
|
@ -142,14 +142,9 @@ |
|
|
|
|
<view @click="handleSubmit" class="btn btn7"> 确定 </view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<u-modal |
|
|
|
|
v-model="show" |
|
|
|
|
content="新增成功" |
|
|
|
|
confirm-text="人工排查" |
|
|
|
|
cancel-text="智能排查" |
|
|
|
|
@confirm="handleCheck(2)" |
|
|
|
|
@cancel="handleCheck(1)" |
|
|
|
|
></u-modal> |
|
|
|
|
<u-modal :show="show" content="新增成功" confirm-text="人工排查" cancel-text="智能排查" :showConfirmButton='true' |
|
|
|
|
:showCancelButton='true' @confirm="handleCheck(2)" @cancel="handleCheck(1)" |
|
|
|
|
:closeOnClickOverlay="false"></u-modal> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
|
<script> |
|
|
|
@ -356,7 +351,8 @@ export default { |
|
|
|
|
// } |
|
|
|
|
// this.data = this.data.concat(data); |
|
|
|
|
}, |
|
|
|
|
handleCheck(v) { |
|
|
|
|
handleCheck(v) { |
|
|
|
|
this.show = false |
|
|
|
|
let url = v == 1 ? "/pages/index/detail" : "/pages/investigation/task"; |
|
|
|
|
this.$.open(url + "?id=" + this.businessId); |
|
|
|
|
// this.$.open(url + "?id=" + 'RX202310210236'); |
|
|
|
@ -570,7 +566,7 @@ export default { |
|
|
|
|
z-index: 9999; |
|
|
|
|
.status { |
|
|
|
|
position: absolute; |
|
|
|
|
top: -6px; |
|
|
|
|
top: 0px; |
|
|
|
|
right: 0; |
|
|
|
|
width: 50px; |
|
|
|
|
height: 28px; |
|
|
|
|