zhangwencui
2026-06-29 4c8d18cc5ed8a7b0e220c91a858d16d0310896df
src/pages/sales/salesAccount/index.vue
@@ -66,6 +66,10 @@
              <text class="detail-label">签订日期</text>
              <text class="detail-value">{{ item.executionDate }}</text>
            </view>
            <view class="detail-row">
              <text class="detail-label">交货日期</text>
              <text class="detail-value">{{ item.deliveryDate || "-" }}</text>
            </view>
            <up-divider></up-divider>
            <view class="detail-info">
              <view class="detail-row">
@@ -79,14 +83,14 @@
            </view>
            <up-divider></up-divider>
            <view class="detail-buttons">
              <u-button class="detail-button"
              <!-- <u-button class="detail-button"
                        size="small"
                        type="primary"
                        plain
                        @click.stop="openOut(item)">
                发货状态
              </u-button>
              <!-- <u-button class="detail-button"
              </u-button> -->
              <u-button class="detail-button"
                        size="small"
                        type="primary"
                        @click.stop="handleInfo('edit', item)">
@@ -98,14 +102,14 @@
                        plain
                        @click.stop="openOut(item)">
                发货状态
              </u-button> -->
              <!-- <u-button class="detail-button"
              </u-button>
              <u-button class="detail-button"
                        size="small"
                        type="error"
                        plain
                        @click.stop="handleDelete(item)">
                删除
              </u-button> -->
              </u-button>
            </view>
          </view>
        </view>
@@ -116,12 +120,12 @@
      <text>暂无销售台账数据</text>
    </view>
    <!-- 浮动操作按钮 -->
    <!-- <view class="fab-button"
    <view class="fab-button"
          @click="handleInfo('add')">
      <up-icon name="plus"
               size="24"
               color="#ffffff"></up-icon>
    </view> -->
    </view>
  </view>
</template>