zhangwencui
2 天以前 16a5652c303354731eeed29fd1acc4e281cbb168
Merge branch 'dev_new' of http://114.132.189.42:9002/r/product-inventory-APP-before into dev_new
已修改1个文件
12 ■■■■ 文件已修改
src/pages/sales/salesAccount/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/sales/salesAccount/index.vue
@@ -26,8 +26,7 @@
          v-if="ledgerList.length > 0">
      <view v-for="(item, index) in ledgerList"
            :key="index">
        <view class="ledger-item"
              @click="handleInfo('edit', item)">
        <view class="ledger-item">
          <view class="item-header">
            <view class="item-left">
              <view class="document-icon">
@@ -83,7 +82,14 @@
              <u-button class="detail-button"
                      size="small"
                      type="primary"
                      @click="openOut(item)">
                      @click.stop="handleInfo('edit', item)">
              编辑
            </u-button>
              <u-button class="detail-button"
                      size="small"
                      type="primary"
                      plain
                      @click.stop="openOut(item)">
              发货状态
            </u-button>
            <u-button class="detail-button"