修改文字

This commit is contained in:
yangjun 2026-04-24 14:30:57 +08:00
parent 83eab2bb43
commit 8e1e0dc9ef
6 changed files with 10 additions and 11 deletions

View File

@ -142,6 +142,7 @@ function getTableAction(record) {
{ {
label: '区域信息', label: '区域信息',
onClick: handleQyxx.bind(null, record), onClick: handleQyxx.bind(null, record),
ifShow: record.orgCode != null
}, },
]; ];
} }

View File

@ -6,7 +6,7 @@ import { getWeekMonthQuarterYear } from '/@/utils';
//列表数据 //列表数据
export const columns: BasicColumn[] = [ export const columns: BasicColumn[] = [
{ {
title: '采购单号', title: '采购单号',
align: "center", align: "center",
dataIndex: 'cgdNo', dataIndex: 'cgdNo',
width: 140 width: 140
@ -89,7 +89,7 @@ export const columns: BasicColumn[] = [
// 高级查询数据 // 高级查询数据
export const superQuerySchema = { export const superQuerySchema = {
qgdId: {title: '采购单id',order: 0,view: 'text', type: 'string',}, qgdId: {title: '采购单id',order: 0,view: 'text', type: 'string',},
cgdNo: {title: '采购单号',order: 1,view: 'text', type: 'string',}, cgdNo: {title: '采购单号',order: 1,view: 'text', type: 'string',},
gysId: {title: '供应商id',order: 2,view: 'text', type: 'string',}, gysId: {title: '供应商id',order: 2,view: 'text', type: 'string',},
qgDate: {title: '采购时间',order: 3,view: 'date', type: 'string',}, qgDate: {title: '采购时间',order: 3,view: 'date', type: 'string',},
qgBy: {title: '采购人',order: 4,view: 'text', type: 'string',}, qgBy: {title: '采购人',order: 4,view: 'text', type: 'string',},

View File

@ -6,14 +6,14 @@
<a-row :gutter="24"> <a-row :gutter="24">
<!-- <a-col :lg="6"> <!-- <a-col :lg="6">
<a-form-item name="qgdId"> <a-form-item name="qgdId">
<template #label><span title="采购单号">采购单号</span></template> <template #label><span title="采购单号">采购单号</span></template>
<j-input placeholder="请输入采购单号" v-model:value="queryParam.qgdNo" allow-clear ></j-input> <j-input placeholder="请输入采购单号" v-model:value="queryParam.qgdNo" allow-clear ></j-input>
</a-form-item> </a-form-item>
</a-col> --> </a-col> -->
<a-col :lg="6"> <a-col :lg="6">
<a-form-item name="cgdNo"> <a-form-item name="cgdNo">
<template #label><span title="采购单号">采购单号</span></template> <template #label><span title="采购单号">采购单号</span></template>
<j-input placeholder="请输入采购单号" v-model:value="queryParam.cgdNo" allow-clear ></j-input> <j-input placeholder="请输入采购单号" v-model:value="queryParam.cgdNo" allow-clear ></j-input>
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :lg="6"> <a-col :lg="6">
@ -90,8 +90,6 @@
fixed: 'right', fixed: 'right',
}, },
beforeFetch: async (params) => { beforeFetch: async (params) => {
queryParam.status = '0';
queryParam.gysId = '2047123618033872898';
return Object.assign(params, queryParam); return Object.assign(params, queryParam);
}, },
}, },

View File

@ -5,7 +5,7 @@
<a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol" :wrapperCol="wrapperCol" name="NuInvoicingCgdMainForm"> <a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol" :wrapperCol="wrapperCol" name="NuInvoicingCgdMainForm">
<a-row> <a-row>
<a-col :span="8"> <a-col :span="8">
<a-form-item label="采购单号" v-bind="validateInfos.cgdNo" id="NuInvoicingCgdMainForm-cgdNo" name="cgdNo"> <a-form-item label="采购单号" v-bind="validateInfos.cgdNo" id="NuInvoicingCgdMainForm-cgdNo" name="cgdNo">
<span>{{formData.cgdNo}}</span> <span>{{formData.cgdNo}}</span>
</a-form-item> </a-form-item>
</a-col> </a-col>

View File

@ -5,7 +5,7 @@
<a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol" :wrapperCol="wrapperCol" name="NuInvoicingCgdMainForm"> <a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol" :wrapperCol="wrapperCol" name="NuInvoicingCgdMainForm">
<a-row> <a-row>
<a-col :span="8"> <a-col :span="8">
<a-form-item label="采购单号" v-bind="validateInfos.cgdNo" id="NuInvoicingCgdMainForm-cgdNo" name="cgdNo"> <a-form-item label="采购单号" v-bind="validateInfos.cgdNo" id="NuInvoicingCgdMainForm-cgdNo" name="cgdNo">
<span>{{formData.cgdNo}}</span> <span>{{formData.cgdNo}}</span>
</a-form-item> </a-form-item>
</a-col> </a-col>

View File

@ -5,7 +5,7 @@
<a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol" :wrapperCol="wrapperCol" name="NuInvoicingCgdMainForm"> <a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol" :wrapperCol="wrapperCol" name="NuInvoicingCgdMainForm">
<a-row> <a-row>
<a-col :span="8"> <a-col :span="8">
<a-form-item label="采购单号" v-bind="validateInfos.cgdNo" id="NuInvoicingCgdMainForm-cgdNo" name="cgdNo"> <a-form-item label="采购单号" v-bind="validateInfos.cgdNo" id="NuInvoicingCgdMainForm-cgdNo" name="cgdNo">
<span>{{formData.cgdNo}}</span> <span>{{formData.cgdNo}}</span>
</a-form-item> </a-form-item>
</a-col> </a-col>