gaoluyang
4 天以前 7118f393605f8ef28457430d43a2608aa02f1696
src/views/inventoryManagement/receiptManagement/index.vue
@@ -53,10 +53,7 @@
            <el-table-column label="入库时间"
                             prop="createTime"
                             show-overflow-tooltip/>
            <el-table-column label="销售合同号"
                             prop="salesContractNo"
                             width="180"
                             show-overflow-tooltip/>
            <el-table-column label="产品大类"
                             prop="productCategory"
                             show-overflow-tooltip/>
@@ -77,7 +74,7 @@
            <el-table-column label="总价(元)"
                             prop="totalPrice"
                             width="150"></el-table-column>
            <!-- <el-table-column fixed="right"
            <el-table-column fixed="right"
                             label="操作"
                             min-width="60"
                             align="center">
@@ -87,7 +84,7 @@
                           size="small"
                           @click="openForm('edit', scope.row, 'production');">编辑</el-button>
              </template>
            </el-table-column> -->
            </el-table-column>
          </el-table>
          <pagination v-show="total > 0"
                      :total="total"
@@ -361,7 +358,7 @@
  const currentTab = tabType || activeTab.value;
  await nextTick(() => {
    if (currentTab === "production") {
      formDiaProduct.value?.openDialog(type, row);
      formDiaProduct.value?.openDialog(type, row, currentTab);
    } else {
      formDia.value?.openDialog(type, row);
    }