张诺
6 小时以前 4618a684062bd830451f8c578af24ffb218b56a8
src/pages/productionManagement/productionReport/index.vue
@@ -1,7 +1,7 @@
<template>
  <view class="work-order">
    <!-- 通用页面头部 -->
    <PageHeader title="生产工单" @back="goBack" />
    <PageHeader title="生产报工" @back="goBack" />
    
    <!-- 搜索区域 -->
    <view class="search-section">
@@ -75,15 +75,15 @@
          </view>
        </view>
        <view class="item-actions" v-if="!isEnded(item)">
          <up-button
            text="报工"
            size="mini"
            type="success"
            :disabled="!canEndProduction(item)"
            @click.stop="openEndReport(item)"
          />
        </view>
<!--        <view class="item-actions" v-if="!isEnded(item)">-->
<!--          <up-button-->
<!--            text="报工"-->
<!--            size="mini"-->
<!--            type="success"-->
<!--            :disabled="!canEndProduction(item)"-->
<!--            @click.stop="openEndReport(item)"-->
<!--          />-->
<!--        </view>-->
      </view>
      <up-loadmore :status="loadStatus" />
    </scroll-view>