qingyiay
2023-06-30 80a3aa28c4e66df31c6032e3098aeb376198f2d7
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue
@@ -11,7 +11,7 @@
            <view class="body-container">
               <view class="container-block">
                  <view class="">提煤单状态</view>
                  <view class="">{{ coalStatus[yyDailyList.status] }}</view>
                  <view class="">{{ coalStatus[yyDailyList.statusWeigh]||'' }}</view>
               </view>
            </view>
            <view class="body-container">
@@ -101,9 +101,7 @@
            id: '',
            yyDailyList: {},
            orderPlanDetail: {},
            coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请',
               '进入场院'
            ],
            coalStatus: ['未称重', '称重中', '验质中', '称重完成'],
            index: ''
         };
      },