zss
7 天以前 52d1cde3bcf9bffa83ece091222293736737d9b7
来票登记和开票登记增加审批状态限制
已修改3个文件
6 ■■■■■ 文件已修改
src/views/procurementManagement/invoiceEntry/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/salesManagement/invoiceRegistration/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/salesManagement/salesLedger/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/procurementManagement/invoiceEntry/index.vue
@@ -120,6 +120,7 @@
  gePurchaseListPage,
  {
    purchaseContractNumber: undefined,
    approvalStatus: 2
  },
  [
    {
src/views/salesManagement/invoiceRegistration/index.vue
@@ -437,6 +437,7 @@
  searchForm: {
    customerName: "",
    status: false,
    approvalStatus: 2,
    customerContractNo: undefined, // 客户合同号
    projectName: undefined, // 项目名称
    createUer: undefined, // 登记人
src/views/salesManagement/salesLedger/index.vue
@@ -72,7 +72,7 @@
        <el-table-column label="项目名称" prop="projectName" width="180" show-overflow-tooltip />
        <el-table-column label="审核状态" width="140">
          <template #default="scope">
            <template v-if="scope.row.salesType !== '紧急'">
              <el-tag
                v-if="(scope.row.approveStatus ?? scope.row.approvalStatus) == 0"
                type="warning"
@@ -94,7 +94,7 @@
                type="info"
              >已重新提交</el-tag>
              <el-tag v-else type="info">-</el-tag>
            </template>
          </template>
        </el-table-column>
        <el-table-column label="销售类型" width="120">