MrShi
2024-03-05 6f1ad9bcb73a415f1d45f1adc6bdeb3e80ddf95f
company/src/components/business/OperaTaxesWindow.vue
@@ -51,7 +51,8 @@
                    <div class="info_list_item_val" style="color:rgba(249, 86, 1, 0.996078431372549);">{{ model.price }}</div>
                </div>
            </div>
            <el-table v-if="model.applyType == 0"
            <el-table
                v-if="model.applyType ==0"
                :data="tableData"
                border
                show-summary
@@ -85,7 +86,7 @@
                </el-table-column>
            </el-table>
          <el-table
            v-if="model.applyType == 1"
            v-if="model.applyType ==1"
            :data="tableData1"
            border
            show-summary
@@ -126,7 +127,8 @@
              </template>
            </el-table-column>
          </el-table>
            <el-table v-if="model.applyType == 1"
            <el-table
                v-if="model.applyType == 1"
                :data="tableData2"
                border
                show-summary
@@ -165,6 +167,7 @@
                </el-table-column>
            </el-table>
        </div>
        <span style="font-size: 14px;" v-if="model.status === 2">退回原因:{{model.cancelInfo}} 开票员-{{model.cancelUserId}} {{model.cancelUserName}}</span>
      <el-dialog
          title="上传发票"
          :visible.sync="visible1"
@@ -272,10 +275,11 @@
        if (res.applyType == 0) {
          this.tableData=(res.applyList)
        } else {
            console.log(res.applyList)
            console.log(res.delTaxList)
          this.tableData1=(res.applyList)
          this.tableData2=(res.delTaxList)
        }
        console.log(this.tableData)
      }).catch(err => {
      })
    },
@@ -378,7 +382,7 @@
                font-size: 14px;
                margin-bottom: 20px;
                .info_list_item_label {
                    width: 150px;
                    width: 100px;
                    flex-shrink: 0;
                }
                .info_list_item_val {