浏览代码

no message

linwenxin 7 月之前
父节点
当前提交
665d4a6adf
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/packageWorkorder/pages/processFeedback.vue

+ 4 - 4
src/packageWorkorder/pages/processFeedback.vue

@@ -70,12 +70,12 @@
       <!--  -->
       <!--  -->
 
-      <block v-if="~['预约', '改约', '拉修', '不接电话', '延误'].indexOf(typeVal)">
+      <block v-if="~['预约', '改约', '拉修', '不接电话', '延误', '待件'].indexOf(typeVal)">
         <view class="date-conteiner mt30">
           <view class="item">
             <view class="label"
               ><text>*</text
-              >{{ ~['改约', '拉修', '不接电话', '延误'].indexOf(typeVal) ? '改约' : '预约' }}上门开始时间</view
+              >{{ ~['改约', '拉修', '不接电话', '延误', '待件'].indexOf(typeVal) ? '改约' : '预约' }}上门开始时间</view
             >
             <view class="picker" @tap="isShowDatePicker = true">
               <text class="value" v-if="date">{{ date }}</text>
@@ -88,7 +88,7 @@
           <view class="item">
             <view class="label"
               ><text>*</text
-              >{{ ~['改约', '拉修', '不接电话', '延误'].indexOf(typeVal) ? '改约' : '预约' }}上门结束时间</view
+              >{{ ~['改约', '拉修', '不接电话', '延误', '待件'].indexOf(typeVal) ? '改约' : '预约' }}上门结束时间</view
             >
             <view class="picker" @tap="setisShowDatePicker2">
               <text class="value" v-if="date2">{{ date2 }}</text>
@@ -629,7 +629,7 @@ export default {
         params.applyNum = this.daijian.map(item => `${item.val1}|${item.val2}`).join(',')
       }
 
-      if (~['预约', '改约', '拉修', '不接电话', '延误'].indexOf(this.typeVal)) {
+      if (~['预约', '改约', '拉修', '不接电话', '延误', '待件'].indexOf(this.typeVal)) {
         if (!this.date) {
           return this.$toast('请选择开始时间')
         }