This commit is contained in:
2026-03-24 10:49:19 +08:00
parent 6dabc626f2
commit 78c4d0ab8e

View File

@@ -10,9 +10,9 @@
> >
<el-row> <el-row>
<el-col :span="10"> <el-col :span="10">
<el-form-item label="单据号" prop="billNoCk"> <el-form-item label="单据号" prop="billNo">
<el-input <el-input
v-model="queryParams.billNoCk" v-model="queryParams.billNo"
placeholder="请输入单据号" placeholder="请输入单据号"
clearable clearable
@keyup.enter="handleQuery" @keyup.enter="handleQuery"
@@ -454,7 +454,7 @@ const data = reactive({
pageNum: 1, pageNum: 1,
pageSize: 200, pageSize: 200,
id: null, id: null,
billNoCk: "", billNo: "",
}, },
rules: { rules: {
originName: [ originName: [