bug修改

This commit is contained in:
BianLzhaoMin 2024-08-12 17:38:28 +08:00
parent 3619269ee4
commit 5aae85cadb
7 changed files with 29 additions and 28 deletions

View File

@ -598,7 +598,7 @@ export default {
this.queryParams.examineStatusId = '32' this.queryParams.examineStatusId = '32'
} }
this.queryParams.unitId = data.unitId this.queryParams.unitId = data.unitId
this.queryParams.costBearingParty = data?.costBearingParty this.queryParams.costBearingParty = data.costBearingParty
this.queryParams.proId = data.proId this.queryParams.proId = data.proId
this.queryParams.leaseApplyInfo.phone = this.queryParams.leaseApplyInfo.phone =
data.leaseApplyInfoList[0].phone data.leaseApplyInfoList[0].phone
@ -633,7 +633,7 @@ export default {
} }
this.queryParams.unitId = data.unitId this.queryParams.unitId = data.unitId
this.queryParams.proId = data.proId this.queryParams.proId = data.proId
this.queryParams.costBearingParty = data?.costBearingParty this.queryParams.costBearingParty = data.costBearingParty
this.queryParams.leaseApplyInfo.phone = this.queryParams.leaseApplyInfo.phone =
data.leaseApplyInfoList[0].phone data.leaseApplyInfoList[0].phone
this.queryParams.leaseApplyInfo.leasePerson = this.queryParams.leaseApplyInfo.leasePerson =
@ -889,4 +889,3 @@ export default {
}, },
} }
</script> </script>

View File

@ -791,7 +791,8 @@ export default {
this.$tab.closeOpenPage(obj) this.$tab.closeOpenPage(obj)
}, },
async handleBindDetails(row) { async handleBindDetails(row) {
console.log('🚀 ~ handleBindDetails ~ row:', row.taskId) console.log('🚀 ~ handleBindDetails ~ row:', row.taskId, row)
this.surplusNoBindNum = row.checkNum - row.bindNum
this.open = true this.open = true
this.isDetail = true this.isDetail = true
this.title = '编码绑定详情' this.title = '编码绑定详情'

View File

@ -558,7 +558,6 @@ export default {
// .then(() => { // .then(() => {
// this.$tab.refreshPage() // this.$tab.refreshPage()
// }) // })
this.$emit('queryTools', row.taskId) this.$emit('queryTools', row.taskId)
}, },
/** 修改按钮操作 */ /** 修改按钮操作 */

View File

@ -190,6 +190,7 @@
> >
验收 验收
</el-button> </el-button>
<!-- <el-button <!-- <el-button
size="mini" size="mini"
type="text" type="text"

View File

@ -71,6 +71,7 @@ export default {
/* 查询工机具 */ /* 查询工机具 */
queryTools(taskId) { queryTools(taskId) {
this.isView = true this.isView = true
this.pageContent = '详情信息' this.pageContent = '详情信息'
this.queryTaskId = taskId this.queryTaskId = taskId
this.isShowComponent = 'QueryTools' this.isShowComponent = 'QueryTools'

View File

@ -306,18 +306,21 @@
</el-select> </el-select>
</el-form-item>--> </el-form-item>-->
<el-form-item label="机具类型" prop="typeId"> <el-form-item label="配件类型" prop="typeId">
<treeselect <el-select
v-model="query.typeId" v-model="query.typeId"
default-expand-all placeholder="请选择配件类型"
:options="equipmentTypeList" clearable
placeholder="请选择规格型号" filterable
:disable-branch-nodes="true"
style="width: 240px" style="width: 240px"
noChildrenText="没有数据了" >
noOptionsText="没有数据" <el-option
noResultsText="没有搜索结果" v-for="typeItem in typeList"
:key="typeItem.partId"
:label="typeItem.partName"
:value="typeItem.partId"
/> />
</el-select>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<el-button <el-button
@ -467,9 +470,13 @@
</el-dialog> </el-dialog>
<!-- 入库单弹窗 --> <!-- 入库单弹窗 -->
<el-dialog :visible.sync="openPrint" width="900px" append-to-body> <el-dialog :visible.sync="openPrint" width="80%" append-to-body>
<div style="height: 400px; overflow-y: scroll"> <div>
<vue-easy-print tableShow ref="remarksPrintRef" class="print"> <vue-easy-print
tableShow
ref="remarksPrintRef"
class="print print-content"
>
<div <div
class="title" class="title"
style=" style="
@ -528,16 +535,7 @@
<span>车辆信息</span> <span>车辆信息</span>
</div> --> </div> -->
</div> </div>
<el-table <el-table :data="printTableData" class="table">
:data="printTableData"
class="table"
style="
margin-top: 20px;
padding-bottom: 1px;
padding-right: 1px;
"
border
>
<!-- <el-table-column type="selection" width="55" align="center" />--> <!-- <el-table-column type="selection" width="55" align="center" />-->
<el-table-column <el-table-column
label="序号" label="序号"

View File

@ -713,6 +713,7 @@ export default {
maCode: row.maCode, maCode: row.maCode,
typeId: row.typeId, typeId: row.typeId,
num: row.num, num: row.num,
manageType: row.manageType,
} }
let param = { let param = {
@ -766,6 +767,7 @@ export default {
maCode: row.maCode, maCode: row.maCode,
inputNum: row.checkNum, inputNum: row.checkNum,
typeId: row.typeId, typeId: row.typeId,
manageType: row.manageType,
} }
let param = { let param = {