已修改3个文件
20 ■■■■ 文件已修改
src/views/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/procurementManagement/procurementLedger/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/salesManagement/salesLedger/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue
@@ -473,7 +473,7 @@
        {
            name: '开票',
            type: 'line',
            data: receiptAmount,
            data: invoiceAmount,
            stack: 'Total',
            areaStyle: {
                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
@@ -502,7 +502,7 @@
        {
            name: '回款',
            type: 'line',
            data: invoiceAmount,
            data: receiptAmount,
            stack: 'Total',
            lineStyle: {
                width: 0
src/views/procurementManagement/procurementLedger/index.vue
@@ -53,8 +53,8 @@
      <div style="display: flex;justify-content: flex-end;margin-bottom: 20px;">
        <el-button type="primary"
                   @click="openForm('add')">新增台账</el-button>
        <el-button type="success"
                   @click="openScanAddDialog">扫码新增</el-button>
<!--        <el-button type="success"-->
<!--                   @click="openScanAddDialog">扫码新增</el-button>-->
        <el-button @click="handleOut">导出</el-button>
        <el-button type="danger"
                   plain
@@ -176,10 +176,10 @@
                       type="primary"
                       size="small"
                       @click="openForm('edit', scope.row)">编辑</el-button>
            <el-button link
                       type="success"
                       size="small"
                       @click="showQRCode(scope.row)">生成二维码</el-button>
<!--            <el-button link-->
<!--                       type="success"-->
<!--                       size="small"-->
<!--                       @click="showQRCode(scope.row)">生成二维码</el-button>-->
            <el-button link
                       type="primary"
                       size="small"
src/views/salesManagement/salesLedger/index.vue
@@ -117,7 +117,7 @@
                    <el-tag type="success"
                            v-if="scope.row.shippingCarNumber">{{ scope.row.shippingCarNumber }}</el-tag>
                    <el-tag v-else
                            type="info">未发货</el-tag>
                            type="info">-</el-tag>
                  </div>
                </template>
              </el-table-column>
@@ -128,7 +128,7 @@
                  <div>
                    <div v-if="scope.row.shippingDate">{{ scope.row.shippingDate }}</div>
                    <el-tag v-else
                            type="info">未发货</el-tag>
                            type="info">-</el-tag>
                  </div>
                </template>
              </el-table-column>