diff --git a/src/views/claimAndreturn/picking/auditing/component/auditingPage1.vue b/src/views/claimAndreturn/picking/auditing/component/auditingPage1.vue index 27b2e50..cf0304d 100644 --- a/src/views/claimAndreturn/picking/auditing/component/auditingPage1.vue +++ b/src/views/claimAndreturn/picking/auditing/component/auditingPage1.vue @@ -538,7 +538,7 @@ export default { }) .finally(() => { // 刷新页面 - window.location.reload() + // window.location.reload() }) }, //审核 驳回 diff --git a/src/views/claimAndreturn/picking/auditing/component/home1.vue b/src/views/claimAndreturn/picking/auditing/component/home1.vue index b0beb2a..d9cc33d 100644 --- a/src/views/claimAndreturn/picking/auditing/component/home1.vue +++ b/src/views/claimAndreturn/picking/auditing/component/home1.vue @@ -354,47 +354,6 @@ align="center" prop="typeName" /> - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保存 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 删除 + + + + + + + + + diff --git a/src/views/claimAndreturn/return/receive/component/handlePage.vue b/src/views/claimAndreturn/return/receive/component/handlePage.vue index e6b82dc..e1d1acc 100644 --- a/src/views/claimAndreturn/return/receive/component/handlePage.vue +++ b/src/views/claimAndreturn/return/receive/component/handlePage.vue @@ -180,7 +180,7 @@ (scope.row.partNum = scope.row.manageType == 0 || scope.row.manageType == 1 - ? scope.row.maxBackNum + ? scope.row.preNum : scope.row.partNum) }} @@ -222,7 +222,7 @@ v-if=" !isView && scope.row.manageType == '0' && - scope.row.maxBackNum > 0 && + scope.row.preNum > 0 && (userId == scope.row.userId || userId == 1) " > @@ -236,7 +236,7 @@ !isView && (scope.row.manageType == '1' || scope.row.manageType == '2') && - scope.row.maxBackNum > 0 && + scope.row.preNum > 0 && (userId == scope.row.userId || userId == 1) " > @@ -881,7 +881,7 @@ export default { this.codeQuery.parentId = row.id this.codeQuery.typeId = row.modelId this.dialogIsView = true - this.returnNum = Number(row.maxBackNum) + this.returnNum = Number(row.preNum) this.handleCodeQuery() } else if (row.manageType == '2') { this.handleNumReturn(row) @@ -931,7 +931,7 @@ export default { this.codeQuery.typeId = row.modelId this.codeQuery.agreementId = row.agreementId this.dialogIsView = false - this.returnNum = Number(row.maxBackNum) + this.returnNum = Number(row.preNum) this.handleCodeQuery() }, //数量退料 @@ -939,8 +939,8 @@ export default { this.title = '数量退料' this.openNum = true this.dialogIsView = false - this.$set(row, 'backNum', row.maxBackNum) //退料数量 - this.returnNum = Number(row.maxBackNum) + this.$set(row, 'backNum', row.preNum) //退料数量 + this.returnNum = Number(row.preNum) this.dialogData.typeMange = row.manageType this.dialogData.typeName = row.typeName this.dialogData.typeCode = row.typeCode diff --git a/src/views/claimAndreturn/return/receive/component/home.vue b/src/views/claimAndreturn/return/receive/component/home.vue index 0305bb0..dcf37da 100644 --- a/src/views/claimAndreturn/return/receive/component/home.vue +++ b/src/views/claimAndreturn/return/receive/component/home.vue @@ -126,6 +126,11 @@ >批量审核 --> + + 退料接收 + - + - 二维码编号:{{ rowObj.qrCode }} + + 机具名称:{{ rowObj.deviceType }} + 规格型号:{{ rowObj.specificationType }} + 资产编号:{{ rowObj.maCode }} + 二维码编号:{{ rowObj.qrCode }} + - 设备编号:{{ rowObj.maCode }} + + 机具名称:{{ rowObj.modelName }} + 规格型号:{{ rowObj.typeName }} + 设备编号:{{ rowObj.maCode }} + 标签编号:{{ rowObj.labelCode }} + - 设备编号:{{ rowObj.maCode }} + + 机具名称:{{ rowObj.modelName }} + 规格型号:{{ rowObj.typeName }} + 设备编号:{{ rowObj.maCode }} + 标签编号:{{ rowObj.labelCode }} + @@ -345,9 +350,18 @@ export default { align-items: center; justify-content: center; } +.info-container { + display: flex; + flex-direction: column; + align-items: flex-start; + justify-content: center; + gap: 10px; /* 可根据需要调整间距 */ + padding-left:100px; +} .maCode { margin-top: 15px; font-size: 18px; + // margin-left:40px; } ::v-deep.el-table .fixed-width .el-button--mini { width: 60px !important; diff --git a/vue.config.js b/vue.config.js index 43f5176..798ca46 100644 --- a/vue.config.js +++ b/vue.config.js @@ -46,7 +46,7 @@ module.exports = { // target: `http://10.40.92.81:8080`, //韩/ // target: `http://192.168.2.74:49080`, //旭/ // target: `http://192.168.2.17:39080`, //帅 - target: `http://192.168.2.209:49080`, //福 + target: `http://localhost:39080`, //福 // target: `http://192.168.0.37:49080`, //跃 //******** 注意事项 ********* */