前端修改问题修改

This commit is contained in:
zzyuan 2024-04-23 13:44:50 +08:00
parent 3fedcde616
commit 6e6420c65c
5 changed files with 12 additions and 7 deletions

View File

@ -543,6 +543,8 @@ export default {
}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.queryParams.unitId = ''
this.queryParams.lotId = ''
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleQuery() this.handleQuery()
}, },

View File

@ -415,6 +415,8 @@
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.queryParams.time = [] this.queryParams.time = []
this.queryParams.unitId = ''
this.queryParams.proId = ''
this.resetForm('queryForm') this.resetForm('queryForm')
this.GetUnitData() this.GetUnitData()
this.GetProData() this.GetProData()

View File

@ -431,6 +431,8 @@
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.queryParams.time = [] this.queryParams.time = []
this.queryParams.unitId = ''
this.queryParams.proId = ''
this.resetForm('queryForm') this.resetForm('queryForm')
this.GetUnitData() this.GetUnitData()
this.GetProData() this.GetProData()

View File

@ -227,7 +227,6 @@
:autosize="{ minRows: 4, maxRows: 6}" :autosize="{ minRows: 4, maxRows: 6}"
placeholder="请输入通知内容" placeholder="请输入通知内容"
style="width: 80%;" style="width: 80%;"
disabled
/> />
</el-form-item> </el-form-item>
</el-form> </el-form>

View File

@ -290,7 +290,7 @@
" "
>入库单</div> >入库单</div>
<div class="info" style="margin-top: 10px; display: flex; flex-wrap: wrap"> <div class="info" style="margin-top: 10px; display: flex; flex-wrap: wrap">
<div <!-- <div
class="item" class="item"
style=" style="
width: 50%; width: 50%;
@ -300,7 +300,7 @@
" "
> >
<span>工程名称</span> <span>工程名称</span>
</div> </div> -->
<div <div
class="item" class="item"
style=" style="
@ -312,7 +312,7 @@
> >
<span>日期</span> <span>日期</span>
</div> </div>
<div <!-- <div
class="item" class="item"
style=" style="
width: 50%; width: 50%;
@ -322,8 +322,8 @@
" "
> >
<span>领料单号</span> <span>领料单号</span>
</div> </div> -->
<div <!-- <div
class="item" class="item"
style=" style="
width: 50%; width: 50%;
@ -333,7 +333,7 @@
" "
> >
<span>车辆信息</span> <span>车辆信息</span>
</div> </div> -->
</div> </div>
<el-table <el-table
:data="printTableData" :data="printTableData"