diff --git a/sgzb-ui/src/views/claimAndRefund/receive/agreement.vue b/sgzb-ui/src/views/claimAndRefund/receive/agreement.vue
index daf00e9e..9214d74f 100644
--- a/sgzb-ui/src/views/claimAndRefund/receive/agreement.vue
+++ b/sgzb-ui/src/views/claimAndRefund/receive/agreement.vue
@@ -53,7 +53,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['store:labelType:add']"
+
>新建
@@ -105,21 +105,19 @@
-
+
编辑
删除
@@ -485,3 +483,9 @@ export default {
}
};
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue
index 262b392f..14d14d13 100644
--- a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue
+++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue
@@ -57,7 +57,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['store:labelType:add']"
+
>新建
@@ -83,7 +83,7 @@
-
+
@@ -96,31 +96,29 @@
-
+
查看
编辑
驳回提交
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveApplyAdd.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveApplyAdd.vue
index a0740886..b5939ee2 100644
--- a/sgzb-ui/src/views/claimAndRefund/receive/receiveApplyAdd.vue
+++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveApplyAdd.vue
@@ -97,7 +97,6 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
- v-hasPermi="['system:role:export']"
>导出
@@ -403,7 +402,10 @@ export default {
// proId:null,
// agreementId:null, //协议id
// agreementCode: null,
-
+ if(data.taskStatus==100){
+ this.queryParams.taskStatus = 32
+ this.queryParams.examineStatusId = '32'
+ }
this.queryParams.unitId = data.unitId
this.queryParams.proId = data.projectId
this.queryParams.leaseApplyInfo.phone = data.leaseApplyInfoList[0].phone
@@ -553,27 +555,31 @@ export default {
this.$message.error('请添加数据');
return
}
+ this.queryParams.leaseApplyDetails.forEach(item=>{
+ if(item.preNum==''){
+ this.$message.error('请填写预领数量');
+ return
+ }
+ })
this.queryParams.createBy = this.user.userName
this.queryParams.companyId = this.user.companyId
-
-
let res;
if(this.taskId){
this.leaseApplyInfoList.forEach(v => {
v = Object.assign(v,this.queryParams.leaseApplyInfo)
this.$set(v,'leaseApplyDetails',this.queryParams.leaseApplyDetails)
})
-
+
const params = {
...this.queryParams,taskId:this.taskId,
leaseApplyInfoList:this.leaseApplyInfoList
}
-
+
res = await editLeaseApply(params)
}else {
+ // console.log(this.queryParams)
res = await submitLeaseApply(this.queryParams)
}
-
if(res.code == 200){
this.$message({
type:'success',
diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue
index baa60079..833a24dd 100644
--- a/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue
+++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue
@@ -270,6 +270,10 @@ export default {
this.refuseVisible = true
},
handelRefuse(type){
+ if (this.queryParams.companyAuditRemarks=='') {
+ this.$message.error('驳回时审核意见不能为空!');
+ return;
+ }
if(type){
this.refuseAuditLeaseByCompany()
}else {
diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue
index e779828c..f2a64b66 100644
--- a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue
+++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue
@@ -81,7 +81,7 @@
-
+
@@ -94,26 +94,40 @@
-
+
-
审批
- 查看
审批
+ 审批
+ 审批
+ 领料单
@@ -193,6 +207,7 @@
-
-
+::v-deep.el-table .fixed-width .el-button--mini {
+ width: 60px !important;
+ margin-bottom: 10px;
+}
+
diff --git a/sgzb-ui/src/views/store/label/labelBindingHistory.vue b/sgzb-ui/src/views/store/label/labelBindingHistory.vue
index fd54cb0e..1dea607d 100644
--- a/sgzb-ui/src/views/store/label/labelBindingHistory.vue
+++ b/sgzb-ui/src/views/store/label/labelBindingHistory.vue
@@ -424,3 +424,9 @@ export default {
}
};
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/label/labelType.vue b/sgzb-ui/src/views/store/label/labelType.vue
index 64875902..5ea8c44b 100644
--- a/sgzb-ui/src/views/store/label/labelType.vue
+++ b/sgzb-ui/src/views/store/label/labelType.vue
@@ -86,13 +86,13 @@
修改
删除
@@ -296,3 +296,9 @@ export default {
}
};
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue
index 9659fa7d..3058d508 100644
--- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue
+++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue
@@ -83,11 +83,11 @@
已入库
-
+
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue
index bbfdb0b5..9934e346 100644
--- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue
+++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue
@@ -182,7 +182,7 @@
>修改 -->
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesCode.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesCode.vue
index a3bba316..d138af76 100644
--- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesCode.vue
+++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesCode.vue
@@ -75,7 +75,7 @@
绑定编码
@@ -497,3 +497,9 @@ export default {
}
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue
index f7fb2bf9..137dc0d5 100644
--- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue
+++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue
@@ -95,28 +95,28 @@
编辑
验收
编码管理
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue
index 9f506b6f..91110db2 100644
--- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue
+++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue
@@ -128,24 +128,24 @@
查看
+
入库单
- 审核
+ 入库单
@@ -224,7 +224,7 @@
-
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/newBuy/plan.vue b/sgzb-ui/src/views/store/newBuy/plan.vue
index 6529fd69..9b9c7011 100644
--- a/sgzb-ui/src/views/store/newBuy/plan.vue
+++ b/sgzb-ui/src/views/store/newBuy/plan.vue
@@ -79,18 +79,18 @@
-
+
编辑
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/newBuy/planSecond.vue b/sgzb-ui/src/views/store/newBuy/planSecond.vue
index c8e14dab..e74591e1 100644
--- a/sgzb-ui/src/views/store/newBuy/planSecond.vue
+++ b/sgzb-ui/src/views/store/newBuy/planSecond.vue
@@ -70,18 +70,18 @@
-
+
编辑
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/shelves/shelvesList.vue b/sgzb-ui/src/views/store/shelves/shelvesList.vue
index a352a66c..2c003a5d 100644
--- a/sgzb-ui/src/views/store/shelves/shelvesList.vue
+++ b/sgzb-ui/src/views/store/shelves/shelvesList.vue
@@ -60,7 +60,7 @@
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/tools/accessory.vue b/sgzb-ui/src/views/store/tools/accessory.vue
index 824cbbd5..1e834a31 100644
--- a/sgzb-ui/src/views/store/tools/accessory.vue
+++ b/sgzb-ui/src/views/store/tools/accessory.vue
@@ -40,7 +40,7 @@
- 修改
@@ -49,7 +49,7 @@
- 删除
@@ -342,3 +342,9 @@ export default {
}
};
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/tools/devices.vue b/sgzb-ui/src/views/store/tools/devices.vue
index 836e3461..66514b18 100644
--- a/sgzb-ui/src/views/store/tools/devices.vue
+++ b/sgzb-ui/src/views/store/tools/devices.vue
@@ -130,17 +130,17 @@
-
+
编辑
删除
@@ -597,7 +597,7 @@ export default {
}
};
-
\ No newline at end of file
+::v-deep.el-table .fixed-width .el-button--mini {
+ width: 60px !important;
+ margin-bottom: 10px;
+}
+
diff --git a/sgzb-ui/src/views/store/tools/keeper.vue b/sgzb-ui/src/views/store/tools/keeper.vue
index a3803f23..2df82592 100644
--- a/sgzb-ui/src/views/store/tools/keeper.vue
+++ b/sgzb-ui/src/views/store/tools/keeper.vue
@@ -129,7 +129,7 @@
解绑
@@ -612,3 +612,9 @@ export default {
}
};
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/tools/repair.vue b/sgzb-ui/src/views/store/tools/repair.vue
index d85cb720..d3e048e8 100644
--- a/sgzb-ui/src/views/store/tools/repair.vue
+++ b/sgzb-ui/src/views/store/tools/repair.vue
@@ -139,7 +139,7 @@
解绑
@@ -622,3 +622,9 @@ export default {
}
};
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/tools/safeTools.vue b/sgzb-ui/src/views/store/tools/safeTools.vue
index 0dff2393..9e70c02b 100644
--- a/sgzb-ui/src/views/store/tools/safeTools.vue
+++ b/sgzb-ui/src/views/store/tools/safeTools.vue
@@ -92,14 +92,14 @@
编辑
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/tools/toolsSupplier.vue b/sgzb-ui/src/views/store/tools/toolsSupplier.vue
index 26407f21..09f8adc8 100644
--- a/sgzb-ui/src/views/store/tools/toolsSupplier.vue
+++ b/sgzb-ui/src/views/store/tools/toolsSupplier.vue
@@ -99,14 +99,14 @@
编辑
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/tools/toolsType.vue b/sgzb-ui/src/views/store/tools/toolsType.vue
index 8018412a..59b1c9b1 100644
--- a/sgzb-ui/src/views/store/tools/toolsType.vue
+++ b/sgzb-ui/src/views/store/tools/toolsType.vue
@@ -127,31 +127,32 @@
配置
+
+ 修改
删除
- 配置
-
+
@@ -817,3 +818,9 @@ export default {
}
};
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/warehousing/accessoryWarehousing.vue b/sgzb-ui/src/views/store/warehousing/accessoryWarehousing.vue
index 48f9ac80..26b118cb 100644
--- a/sgzb-ui/src/views/store/warehousing/accessoryWarehousing.vue
+++ b/sgzb-ui/src/views/store/warehousing/accessoryWarehousing.vue
@@ -137,7 +137,7 @@
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/warehousing/devicesWarehousing.vue b/sgzb-ui/src/views/store/warehousing/devicesWarehousing.vue
index 229555a6..68bf9fcd 100644
--- a/sgzb-ui/src/views/store/warehousing/devicesWarehousing.vue
+++ b/sgzb-ui/src/views/store/warehousing/devicesWarehousing.vue
@@ -105,7 +105,7 @@
-
+
@@ -480,3 +480,9 @@ export default {
}
};
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/warehousing/repairWarehousing.vue b/sgzb-ui/src/views/store/warehousing/repairWarehousing.vue
index 672cf0d7..1c71232c 100644
--- a/sgzb-ui/src/views/store/warehousing/repairWarehousing.vue
+++ b/sgzb-ui/src/views/store/warehousing/repairWarehousing.vue
@@ -126,13 +126,12 @@
查看
+
\ No newline at end of file
diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js
index 90180f96..eb1d2f88 100644
--- a/sgzb-ui/vue.config.js
+++ b/sgzb-ui/vue.config.js
@@ -36,11 +36,11 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://112.29.103.165:21626`,//线上环境-重庆
- target: `http://112.29.103.165:21624`,//线上环境-宁夏
- // target: `http://192.168.0.14:21624`,//线上环境
- // target: `http://192.168.5.12:8080`,//丁
+ // target: `http://112.29.103.165:21624`,//线上环境-宁夏
+ target: `http://192.168.0.14:21624`,//线上环境
+ // target: `http://192.168.5.21:8080`,//
// target: `http://10.40.92.21:8080`,
-
+ // target: `http://10.40.92.13:8080`,
// target: `http://10.40.92.126:8080`,//高
// target: `http://10.40.92.104:8080`,//亮
// target: `http://192.168.0.166:8080`,//刘川