增加备注

This commit is contained in:
hayu 2025-10-20 14:44:06 +08:00
parent 9e9196c8c5
commit e5c49dee65
1 changed files with 6 additions and 2 deletions

View File

@ -107,7 +107,11 @@
<el-form-item label="领料单号" prop="code">
<el-input v-model="code" placeholder="请输入领料单号" clearable style="width: 240px" />
</el-form-item>
<el-button type="primary" icon="el-icon-search" @click="handleQuery">查询单号</el-button>
<el-button style="width: 100px" type="primary" @click="handleQuery">查询单号</el-button>
<el-form-item v-if="maForm.pickType == 1" label="备注" prop="remark">
<el-input v-model="maForm.remark" placeholder="请输入备注" clearable style="width: 240px" />
</el-form-item>
<el-form-item label="类型规格" prop="deviceType">
<el-row :gutter="10">
@ -739,7 +743,7 @@ export default {
/** 租赁单位和工程-下拉选 */
async projectInfoList() {
try {
const res = await getProListByDepartApi({ teamName: this.maForm.teamName })
// const res = await getListProject({ unitId: null, isApp: true, teamName: this.maForm.teamName })
this.projectList = res.data