diff --git a/public/monitor/iframe.html b/public/monitor/iframe.html index 6975780e..fe0928cc 100644 --- a/public/monitor/iframe.html +++ b/public/monitor/iframe.html @@ -17,7 +17,7 @@ html, body { } .plugin { width: 1300px; - height: 680px; + height: 650px; } .vpopmenu{ position: absolute; diff --git a/src/assets/images/camera.png b/src/assets/images/camera.png new file mode 100644 index 00000000..faaab19a Binary files /dev/null and b/src/assets/images/camera.png differ diff --git a/src/assets/images/grad.png b/src/assets/images/grad.png new file mode 100644 index 00000000..7633f54b Binary files /dev/null and b/src/assets/images/grad.png differ diff --git a/src/assets/images/grad16.png b/src/assets/images/grad16.png new file mode 100644 index 00000000..a6b9ad2d Binary files /dev/null and b/src/assets/images/grad16.png differ diff --git a/src/assets/images/grad4.png b/src/assets/images/grad4.png new file mode 100644 index 00000000..6bca91e9 Binary files /dev/null and b/src/assets/images/grad4.png differ diff --git a/src/assets/images/grad9.png b/src/assets/images/grad9.png new file mode 100644 index 00000000..a5f15f58 Binary files /dev/null and b/src/assets/images/grad9.png differ diff --git a/src/assets/images/playVideo.png b/src/assets/images/playVideo.png new file mode 100644 index 00000000..926b8c1d Binary files /dev/null and b/src/assets/images/playVideo.png differ diff --git a/src/assets/images/switchWindow.png b/src/assets/images/switchWindow.png new file mode 100644 index 00000000..05170873 Binary files /dev/null and b/src/assets/images/switchWindow.png differ diff --git a/src/components/TopNav/index.vue b/src/components/TopNav/index.vue index d649b0e9..f274c9da 100644 --- a/src/components/TopNav/index.vue +++ b/src/components/TopNav/index.vue @@ -1,7 +1,7 @@ diff --git a/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue b/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue index 207ba811..417feecc 100644 --- a/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue +++ b/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue @@ -67,11 +67,12 @@ - - + / + + + + + + - + + + diff --git a/src/views/foodManage/purchaseManage/purchasePlan/detail.vue b/src/views/foodManage/purchaseManage/purchasePlan/detail.vue index 36452ec6..c82364ac 100644 --- a/src/views/foodManage/purchaseManage/purchasePlan/detail.vue +++ b/src/views/foodManage/purchaseManage/purchasePlan/detail.vue @@ -15,21 +15,21 @@ {{ baseInfo.createBy }} - + + @@ -83,10 +83,11 @@ - + / + @@ -459,7 +461,7 @@ export default { this.noMaterial = false; if(this.materialList.length>0){ this.materialList.forEach(item=>{ - if(item.unitPrice==0 || item.purchaseNum==0){ + if(Number((item.unitPrice*item.purchaseNum).toFixed(2))==0){ this.noMaterial = true }else{ let obj = Object.assign({}, item) @@ -522,7 +524,7 @@ export default { this.noMaterial = false; if(this.materialList.length>0){ this.materialList.forEach(item=>{ - if(item.unitPrice==0 || item.purchaseNum==0){ + if(Number((item.unitPrice*item.purchaseNum).toFixed(2))==0){ this.noMaterial = true }else{ let obj = Object.assign({}, item) diff --git a/src/views/foodManage/purchaseManage/purchasePlan/index.vue b/src/views/foodManage/purchaseManage/purchasePlan/index.vue index d18b19bb..6391c290 100644 --- a/src/views/foodManage/purchaseManage/purchasePlan/index.vue +++ b/src/views/foodManage/purchaseManage/purchasePlan/index.vue @@ -95,7 +95,11 @@ - + + + diff --git a/src/views/foodManage/purchaseReport/correlationReport/index.vue b/src/views/foodManage/purchaseReport/correlationReport/index.vue index 0c36e92c..5c3f06d6 100644 --- a/src/views/foodManage/purchaseReport/correlationReport/index.vue +++ b/src/views/foodManage/purchaseReport/correlationReport/index.vue @@ -83,7 +83,11 @@ - + + + @@ -111,19 +115,29 @@ {{(queryParams3.pageNum - 1) * queryParams3.pageSize + scope.$index + 1}} - + + + diff --git a/src/views/foodManage/purchaseReport/procurePlanReport/index.vue b/src/views/foodManage/purchaseReport/procurePlanReport/index.vue index 2edab2d7..691d3e1f 100644 --- a/src/views/foodManage/purchaseReport/procurePlanReport/index.vue +++ b/src/views/foodManage/purchaseReport/procurePlanReport/index.vue @@ -39,19 +39,20 @@ - - + + - + / + - - - + + + - + - + / + diff --git a/src/views/foodManage/returnManage/materialReturn/edit.vue b/src/views/foodManage/returnManage/materialReturn/edit.vue index 8658ddcc..7a61fe67 100644 --- a/src/views/foodManage/returnManage/materialReturn/edit.vue +++ b/src/views/foodManage/returnManage/materialReturn/edit.vue @@ -66,10 +66,11 @@ - + / + diff --git a/src/views/foodManage/stockManage/depotManage/index.vue b/src/views/foodManage/stockManage/depotManage/index.vue index 6c168877..8dd7b77a 100644 --- a/src/views/foodManage/stockManage/depotManage/index.vue +++ b/src/views/foodManage/stockManage/depotManage/index.vue @@ -61,20 +61,35 @@ - - - + + + + + + + + + + + diff --git a/src/views/foodManage/stockManage/totalStock/index.vue b/src/views/foodManage/stockManage/totalStock/index.vue index 4f155717..29e046c0 100644 --- a/src/views/foodManage/stockManage/totalStock/index.vue +++ b/src/views/foodManage/stockManage/totalStock/index.vue @@ -67,10 +67,16 @@ - - - - + + + + + + + / + diff --git a/src/views/foodManage/stockManage/warehouseIn/edit.vue b/src/views/foodManage/stockManage/warehouseIn/edit.vue index 6cd98005..46770f83 100644 --- a/src/views/foodManage/stockManage/warehouseIn/edit.vue +++ b/src/views/foodManage/stockManage/warehouseIn/edit.vue @@ -65,8 +65,13 @@ - - + + + - + / + + - + + - + @@ -190,6 +191,15 @@ export default { //查询 getGoodsInquiryDetailInfoApi(param).then((response) => { this.baseInfo = this.supplierQuotationData; + //是否在报价时间段判断 + let start = new Date(this.supplierQuotationData.startTime).getTime() + let end = new Date(this.supplierQuotationData.endTime).getTime() + let now = new Date().getTime() + if(now>start&&now - + + + - + @@ -147,11 +153,12 @@ - - + / + + - - + + + + + + diff --git a/src/views/kitchen/foodSafety/sampleRecord/index.vue b/src/views/kitchen/foodSafety/sampleRecord/index.vue index 2931871e..8743b24c 100644 --- a/src/views/kitchen/foodSafety/sampleRecord/index.vue +++ b/src/views/kitchen/foodSafety/sampleRecord/index.vue @@ -9,8 +9,8 @@ - - + + @@ -32,11 +32,27 @@ - - + + + + + + - - + + + + + + - + + @@ -241,12 +244,17 @@ export default { "pageNum":this.queryParams.pageNum, "pageSize":this.queryParams.pageSize, "articleTitle":this.queryParams.articleTitle, - "deptIds":this.queryParams.deptIdList.join(",")||"", - "startDate":this.formatDate(this.dateRange[0]), + "deptIds":this.queryParams.deptIdList.join(",")||"", "areaId":this.queryParams.areaId, "canteenId":this.queryParams.canteenId, - "subPlaceId":this.queryParams.subPlaceId, - "endDate":this.formatDate(this.dateRange[1]) + "subPlaceId":this.queryParams.subPlaceId, + } + if(this.dateRange&&this.dateRange.length>0){ + param.startDate=this.formatDate(this.dateRange[0]) + param.endDate=this.formatDate(this.dateRange[1]) + }else{ + param.startDate=undefined; + param.endDate=undefined; } console.log("param",param); getIntoRecordsListApi(param).then(response => { diff --git a/src/views/kitchen/staffManage/morningCheck/index.vue b/src/views/kitchen/staffManage/morningCheck/index.vue index e75bc561..17d71b2b 100644 --- a/src/views/kitchen/staffManage/morningCheck/index.vue +++ b/src/views/kitchen/staffManage/morningCheck/index.vue @@ -31,14 +31,18 @@ - + + + - +