@@ -191,6 +193,12 @@ export default {
},
data() {
return {
+ classOption:{
+ direction: 1,
+ hoverstop:true, step: 0.5,
+ openNatch: true,
+ limitMoveNum:7
+ },
gettimedata: "",
selectxt: null,
selectxtclasses: null,
@@ -269,7 +277,7 @@ export default {
const _this = this;
getDeviceRefreshTime().then((response) => {
if (response.data) {
- console.log(response.data)
+ // console.log(response.data)
this.RefreshTime = response.data
this.time1 = setInterval(() => {
_this.getdatalist(_this.selectxt)
@@ -286,7 +294,7 @@ export default {
}
).then((response) => {
if (response) {
- console.log(response)
+ // console.log(response)
this.dictDatatype = response
_this.selectxtclasses = _this.dictDatatype[0].ymdType;
this.getDeviceRefreshTime()
@@ -298,8 +306,8 @@ export default {
getdatalist() {
const _this = this;
getProduceStaticInfo({
- ymdType: moment().format(_this.selectxtclasses),
- typeCode: 'material',
+ ymdType: _this.selectxtclasses,//moment().format(_this.selectxtclasses),
+ typeCode: 'produce',
factoryCode: 'ds_' + _this.selectxt,
}).then((response) => {
if (response) {
@@ -310,6 +318,7 @@ export default {
});
getProduceNoOkList({
typeCode: 'produce',
+ ymdType: _this.selectxtclasses,
factoryCode: 'ds_' + _this.selectxt,
}).then((response) => {
if (response) {
@@ -318,7 +327,7 @@ export default {
});
getCheckProjectsPie({
typeCode: 'produce',
- ymdType: moment().format(_this.selectxtclasses),
+ ymdType: _this.selectxtclasses,//moment().format(_this.selectxtclasses),
factoryCode: 'ds_' + _this.selectxt,
}).then((response) => {
if (response) {
@@ -438,7 +447,7 @@ export default {
],
};
myChart3.setOption(option3);
- console.log(_this.selectxt)
+ // console.log(_this.selectxt)
getProMonthNoOk({
typeCode: 'produce',
factoryCode: 'ds_' + _this.selectxt,
@@ -448,7 +457,7 @@ export default {
let dataoption = [];
let totalArr = [];
_this.optionDatalist3 = [];
- console.log(response)
+ // console.log(response)
for (let index = 0; index < response.month.length; index++) {
let a = {};
response.month[index] = moment(response.month[index]).format('MM')
@@ -467,7 +476,7 @@ export default {
dataoption.forEach((item) => {
totalArr.push(max);
});
- console.log(dataoption, numberlist)
+ // console.log(dataoption, numberlist)
// response = [{ name: "1月", code: "100", value: '100', }]
// if (response.length > 0) {
option3 = {
@@ -628,7 +637,7 @@ export default {
let yAxismaxall = 0
dataoption.forEach((n) => {
if (n.data) {
- console.log(Math.max(...n.data), n.data)
+ // console.log(Math.max(...n.data), n.data)
yAxismax.push(Math.max(...n.data))
}
var item = {
@@ -660,7 +669,7 @@ export default {
],
series: seriesmyChart5
};
- console.log(seriesmyChart5,'111111111111111')
+ // console.log(seriesmyChart5,'111111111111111')
myChart5.setOption(option5);
}
});
@@ -1825,7 +1834,9 @@ export default {
.app-container {
padding: 0px 24px;
}
-
+.wrapscroll{
+ overflow: hidden;
+}
.home {
width: 100%;
height: 100vh;
diff --git a/src/views/kanban/quality/kanban3.vue b/src/views/kanban/quality/kanban3.vue
index 1c89947..9417b16 100644
--- a/src/views/kanban/quality/kanban3.vue
+++ b/src/views/kanban/quality/kanban3.vue
@@ -38,14 +38,15 @@
- 序号 |
- 检验编号 |
- 检验阶段 |
- 检验时间 |
+ 序号 |
+ 检验编号 |
+ 检验阶段 |
+ 任务时间 |
物料来源 |
- 物料名称 |
- 检验人 |
- 检验状态 |
+ 物料名称 |
+ 检验人 |
+ 检验时间 |
+ 检验状态 |
@@ -55,14 +56,15 @@
- {{ index + 1 }} |
- {{ n.checkNo }} |
- {{ n.checkName }} |
+ {{ index + 1 }} |
+ {{ n.checkNo }} |
+ {{ n.checkName }} |
{{ n.incomeTime }} |
{{ n.supplierName }} |
- {{ n.materialName }} |
- {{ n.checkManName }} |
- {{
+ | {{ n.materialName }} |
+ {{ n.checkManName }} |
+ {{ n.checkTime }} |
+ {{
n.checkStatus }} |
@@ -77,14 +79,15 @@
- 序号 |
- 检验编号 |
- 检验阶段 |
- 检验时间 |
+ 序号 |
+ 检验编号 |
+ 检验阶段 |
+ 任务时间 |
物料来源 |
- 物料名称 |
- 检验人 |
- 检验状态 |
+ 物料名称 |
+ 检验人 |
+ 检验时间 |
+ 检验状态 |
@@ -94,14 +97,15 @@
- {{ index + 1 }} |
- {{ n.checkNo }} |
- {{ n.checkName }} |
+ {{ index + 1 }} |
+ {{ n.checkNo }} |
+ {{ n.checkName }} |
{{ n.incomeTime }} |
{{ n.supplierName }} |
- {{ n.materialName }} |
- {{ n.checkManName }} |
- {{
+ | {{ n.materialName }} |
+ {{ n.checkManName }} |
+ {{ n.checkTime }} |
+ {{
n.checkStatus }} |
@@ -218,7 +222,7 @@ export default {
if (response) {
console.log(response)
this.dictDatatype = response
- _this.selectxtclasses = _this.dictDatatype[0].ymdType;
+ _this.selectxtclasses = this.dictDatatype[2].ymdType;
_this.getSupplierTaskList(_this.selectxt)
_this.getDeviceRefreshTime()
}
@@ -240,7 +244,7 @@ export default {
const _this = this;
this.Inspectiondetails = []
getSupplierTaskList({
- ymdType: moment().format(_this.selectxtclasses),
+ ymdType: _this.selectxtclasses,//moment().format(_this.selectxtclasses),
typeCode: 'material',
factoryCode: 'ds_' + _this.selectxt,
}).then((response) => {
@@ -252,7 +256,7 @@ export default {
}
});
getSupplierTaskList({
- ymdType: moment().format(_this.selectxtclasses),
+ ymdType: _this.selectxtclasses,//moment().format(_this.selectxtclasses),
typeCode: 'produce',
factoryCode: 'ds_' + _this.selectxt,
}).then((response) => {
diff --git a/src/views/mes/dailyReportNew/index.vue b/src/views/mes/dailyReportNew/index.vue
index 8c350f0..ab3559d 100644
--- a/src/views/mes/dailyReportNew/index.vue
+++ b/src/views/mes/dailyReportNew/index.vue
@@ -22,19 +22,26 @@
@keyup.enter.native="handleQuery"
/>
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
搜索
diff --git a/src/views/mes/mesBox/detail.vue b/src/views/mes/mesBox/detail.vue
new file mode 100644
index 0000000..ee9e014
--- /dev/null
+++ b/src/views/mes/mesBox/detail.vue
@@ -0,0 +1,415 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+ 关闭
+
+
+
+
+
+
+
+
+
+ {{scope.row.boxLabel}}
+ {{scope.row.boxLabel}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{dict.label}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/mes/mesBox/index.vue b/src/views/mes/mesBox/index.vue
new file mode 100644
index 0000000..aba53a3
--- /dev/null
+++ b/src/views/mes/mesBox/index.vue
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+
+ 修改
+
+
+
+ 删除
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.boxType }}
+
+
+
+
+
+
+
+ 修改
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{dict.label}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/mes/prepare/index.vue b/src/views/mes/prepare/index.vue
index 50611e8..44e3715 100644
--- a/src/views/mes/prepare/index.vue
+++ b/src/views/mes/prepare/index.vue
@@ -226,41 +226,57 @@
-
- 生产订单备料单({{printData.printTitle}})
+
+
+
+
+
+ 生产订单备料单({{printData.printTitle}})
+
- 工厂:{{printData.factory}}
- 工作中心:{{printData.workCenter}}
- 线体:{{printData.prodLineCode}}
- 生产日期:{{printData.productDate}}
- 打印日期:{{printData.printDate}}
- 页次: 1/ 1
+ 工厂:{{printData.factory}}
+ 工作中心:{{printData.workCenter}}
+ 线体:{{printData.prodLineCode}}
+
+
+ 生产日期:{{printData.productDate}}
+ 打印日期:{{printData.printDate}}
+ 页次: 1/ 1
-
+
-
+
+
+
+ {{ (scope.$index + 1) + fenyeNumber* index}}
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
+
+
+
+ 实际报工母订单数量:{{actProduct}}
-
+
-
-
-
-
-
+
+
@@ -461,8 +461,10 @@
-
-
+
+
+
-->
+