周宾
5 天以前 20215f3e0a35ab72d3011b3c88574ca8a15b7773
src/pages/productionManagement/productionDispatching/index.vue
@@ -142,18 +142,18 @@
                  </view>
               
                  <view class="item-details">
                     <view class="detail-row">
                     <!-- <view class="detail-row">
                        <text class="detail-label">客户合同号</text>
                        <text class="detail-value">{{ item.customerContractNo }}</text>
                     </view>
                     </view> -->
                     <view class="detail-row">
                        <text class="detail-label">客户名称</text>
                        <text class="detail-value">{{ item.customerName }}</text>
                     </view>
                     <view class="detail-row">
                     <!-- <view class="detail-row">
                        <text class="detail-label">项目名称</text>
                        <text class="detail-value">{{ item.projectName }}</text>
                     </view>
                     </view> -->
                     <view class="detail-row">
                        <text class="detail-label">产品大类</text>
                        <text class="detail-value">{{ item.productCategory }}</text>
@@ -171,7 +171,11 @@
                        <text class="detail-value">{{ item.unit }}</text>
                     </view>
                     <view class="detail-row">
                        <text class="detail-label">总数量</text>
                        <text class="detail-label">录入日期</text>
                        <text class="detail-value">{{ item.entryDate }}</text>
                     </view>
                     <view class="detail-row">
                        <text class="detail-label">数量</text>
                        <text class="detail-value">{{ item.quantity }}</text>
                     </view>
                     <view class="detail-row">