diff --git a/src.zip b/src.zip
deleted file mode 100644
index 7706f6ab..00000000
Binary files a/src.zip and /dev/null differ
diff --git a/src/styles/index.scss b/src/styles/index.scss
index ef44d2f7..d89792f5 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -350,3 +350,10 @@ h3 {
width:150px;
margin-right: 10px;
}
+
+// text 按钮禁用后背景颜色 20200309
+//.el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:focus, .el-button.is-disabled.is-plain:hover {
+// background-color: rgba(255,255,255,0.0);
+// border-color: #EBEEF5;
+// color: #C0C4CC;
+//}
diff --git a/src/views/ManufacturingCenter/ProjectPlanningManagementNew/index.vue b/src/views/ManufacturingCenter/ProjectPlanningManagementNew/index.vue
index 337cad31..400a7ed3 100644
--- a/src/views/ManufacturingCenter/ProjectPlanningManagementNew/index.vue
+++ b/src/views/ManufacturingCenter/ProjectPlanningManagementNew/index.vue
@@ -22,7 +22,7 @@
查询
-
+
签订日期:
~
@@ -32,203 +32,208 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.项目编号 }}
+
-
- {{ scope.row.项目编号 }}
+
+
+
+ {{ scope.row.项目名称 }}
-
-
-
-
- {{ scope.row.项目名称 }}
-
-
-
-
- {{ scope.row.机床图号 }}
-
-
-
-
- {{ scope.row.机床名称 }}
-
-
-
-
- {{ scope.row.机床数量 }}
-
-
-
-
- {{ scope.row.合同签订日期 !== '1900-01-01' ? scope.row.合同签订日期 : '' }}
-
-
-
-
- {{ scope.row.发货节点 !== '1900-01-01' ? scope.row.发货节点 : '' }}
-
-
-
-
- {{ scope.row.设备预验收节点 !== '1900/1/1' ? scope.row.设备预验收节点 : '' }}
-
-
-
-
- {{ scope.row.安装调试节点 !== '1900/1/1' ? scope.row.安装调试节点 : '' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确定
- 编辑
- 取消
-
-
-
-
-
-
+
+
+
+ {{ scope.row.机床图号 }}
+
+
+
+
+ {{ scope.row.机床名称 }}
+
+
+
+
+ {{ scope.row.机床数量 }}
+
+
+
+
+ {{ scope.row.合同签订日期 !== '1900-01-01' ? scope.row.合同签订日期 : '' }}
+
+
+
+
+ {{ scope.row.发货节点 !== '1900-01-01' ? scope.row.发货节点 : '' }}
+
+
+
+
+ {{ scope.row.设备预验收节点 !== '1900/1/1' ? scope.row.设备预验收节点 : '' }}
+
+
+
+
+ {{ scope.row.安装调试节点 !== '1900/1/1' ? scope.row.安装调试节点 : '' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+ 编辑
+ 取消
+
+
+
+
+
+
+
+
+ sadasd
+
@@ -440,61 +445,11 @@ export default {
if (this.time_SignStart !== '' && this.time_SignStart !== null && this.time_SignFinish !== '' && this.time_SignFinish) { this.time_Signcheck = 1 } else { this.time_Signcheck = 0 }
if (this.time_deliveryStart !== '' && this.time_deliveryStart !== null && this.time_deliveryFinish !== '' && this.time_deliveryFinish) { this.time_deliverycheck = 1 } else { this.time_deliverycheck = 0 }
searchtable(this.projectValuecheck, this.projectValue, this.toolNumValuecheck, this.toolNumValue, this.CustomerNameValuecheck, this.CustomerNameValue, this.time_Signcheck, this.time_SignStart, this.time_SignFinish, this.time_deliverycheck, this.time_deliveryStart, this.time_deliveryFinish, this.pageCurrent, this.pageSize).then(response => {
+ console.log(response.data)
if (response.data.total === 0) {
this.loading = false
} else {
for (let i = 0; i < response.data.rows.length; i++) {
- if (response.data.rows[i].合同签订日期 !== '' && response.data.rows[i].合同签订日期 !== null) {
- response.data.rows[i].合同签订日期 = response.data.rows[i].合同签订日期.split(' ')[0]
- }
- if (response.data.rows[i].发货节点 !== '' && response.data.rows[i].发货节点 !== null) {
- response.data.rows[i].发货节点 = response.data.rows[i].发货节点.split(' ')[0]
- }
- if (response.data.rows[i].设备预验收节点 !== '' && response.data.rows[i].设备预验收节点 !== null) {
- response.data.rows[i].设备预验收节点 = response.data.rows[i].设备预验收节点.split(' ')[0]
- }
- if (response.data.rows[i].安装调试节点 !== '' && response.data.rows[i].安装调试节点 !== null) {
- response.data.rows[i].安装调试节点 = response.data.rows[i].安装调试节点.split(' ')[0]
- }
- if (response.data.rows[i].机床设计完成时间 !== '' && response.data.rows[i].机床设计完成时间 !== null) {
- response.data.rows[i].机床设计完成时间 = response.data.rows[i].机床设计完成时间.split(' ')[0]
- }
- if (response.data.rows[i].采购完成时间 !== '' && response.data.rows[i].采购完成时间 !== null) {
- response.data.rows[i].采购完成时间 = response.data.rows[i].采购完成时间.split(' ')[0]
- }
- if (response.data.rows[i].备料完成时间 !== '' && response.data.rows[i].备料完成时间 !== null) {
- response.data.rows[i].备料完成时间 = response.data.rows[i].备料完成时间.split(' ')[0]
- }
- if (response.data.rows[i].机床生产完成时间 !== '' && response.data.rows[i].机床生产完成时间 !== null) {
- response.data.rows[i].机床生产完成时间 = response.data.rows[i].机床生产完成时间.split(' ')[0]
- }
- if (response.data.rows[i].机床装配完成时间 !== '' && response.data.rows[i].机床装配完成时间 !== null) {
- response.data.rows[i].机床装配完成时间 = response.data.rows[i].机床装配完成时间.split(' ')[0]
- }
- if (response.data.rows[i].机床设计实际完成时间 !== '' && response.data.rows[i].机床设计实际完成时间 !== null) {
- response.data.rows[i].机床设计实际完成时间 = response.data.rows[i].机床设计实际完成时间.split(' ')[0]
- }
- if (response.data.rows[i].采购实际完成时间 !== '' && response.data.rows[i].采购实际完成时间 !== null) {
- response.data.rows[i].采购实际完成时间 = response.data.rows[i].采购实际完成时间.split(' ')[0]
- }
- if (response.data.rows[i].备料实际完成时间 !== '' && response.data.rows[i].备料实际完成时间 !== null) {
- response.data.rows[i].备料实际完成时间 = response.data.rows[i].备料实际完成时间.split(' ')[0]
- }
- if (response.data.rows[i].机床生产实际完成时间 !== '' && response.data.rows[i].机床生产实际完成时间 !== null) {
- response.data.rows[i].机床生产实际完成时间 = response.data.rows[i].机床生产实际完成时间.split(' ')[0]
- }
- if (response.data.rows[i].机床装配实际完成时间 !== '' && response.data.rows[i].机床装配实际完成时间 !== null) {
- response.data.rows[i].机床装配实际完成时间 = response.data.rows[i].机床装配实际完成时间.split(' ')[0]
- }
- if (response.data.rows[i].审图计划开始时间 !== '' && response.data.rows[i].审图计划开始时间 !== null) {
- response.data.rows[i].审图计划开始时间 = response.data.rows[i].审图计划开始时间.split(' ')[0]
- }
- if (response.data.rows[i].审图计划完成时间 !== '' && response.data.rows[i].审图计划完成时间 !== null) {
- response.data.rows[i].审图计划完成时间 = response.data.rows[i].审图计划完成时间.split(' ')[0]
- }
- if (response.data.rows[i].审图实际完成时间 !== '' && response.data.rows[i].审图实际完成时间 !== null) {
- response.data.rows[i].审图实际完成时间 = response.data.rows[i].审图实际完成时间.split(' ')[0]
- }
this.tableData.push({
edit: false,
项目编号: response.data.rows[i].项目编号,
diff --git a/src/views/layout/components/TagsView.vue b/src/views/layout/components/TagsView.vue
index 8d545f2c..208fee51 100644
--- a/src/views/layout/components/TagsView.vue
+++ b/src/views/layout/components/TagsView.vue
@@ -64,7 +64,8 @@ export default {
case 'EquipmentMonitoring':
document.getElementById('app-main').style.width = '1710px'
break
- case '0': // 补位用(switch至少两个case,否则显示警告)
+ case 'ProjectPlanningManagementNew': // 项目计划管理
+ document.getElementById('app-main').style.width = '1710px'
break
default:
document.getElementById('app-main').style.width = '1380px'