diff --git a/src/views/ManufacturingCenter/InitialProduction/index.vue b/src/views/ManufacturingCenter/InitialProduction/index.vue
index c686acf1..3a115562 100644
--- a/src/views/ManufacturingCenter/InitialProduction/index.vue
+++ b/src/views/ManufacturingCenter/InitialProduction/index.vue
@@ -621,6 +621,8 @@ export default {
this.$refs['form10'].resetFields()
}
this.openUrgentItem_disable = false
+ this.form10.规格 = ''
+ this.form10.机床号 = ''
this.dialogFormVisible10 = true
},
typeChange() {
diff --git a/src/views/ManufacturingCenter/RequestApprovalQuery/index.vue b/src/views/ManufacturingCenter/RequestApprovalQuery/index.vue
index af61984f..63ea6721 100644
--- a/src/views/ManufacturingCenter/RequestApprovalQuery/index.vue
+++ b/src/views/ManufacturingCenter/RequestApprovalQuery/index.vue
@@ -1,95 +1,39 @@
-
-
-
-
-
-
-
- 审核时间:
-
- 查询
- 全部
- 通过
- 未过
- 导出
-
-
-
-
+
+
+
{{ scope.row.供应商名称 }}
-
+
+
+ {{ scope.row.请款时间.substr(0,10) }}
+
+
+
{{ scope.row.姓名 }}
-
+
{{ scope.row.请款金额 }}
-
+
- {{ scope.row.请款时间 ? scope.row.请款时间.split(' ')[0] : '' }}
-
-
-
-
- {{ scope.row.审核人姓名 }}
-
-
-
-
- {{ scope.row.审核时间 ? scope.row.审核时间.split(' ')[0] : '' }}
-
-
-
-
- {{ scope.row.审核情况内容 }}
-
-
-
-
- {{ scope.row.未通过审核原因 }}
-
-
-
-
-
-
- 详情
-
-
+ 通过
+ 不通过
-
-
-
-
-
- {{ scope.row.采购合同编号 ? scope.row.采购合同编号 : scope.row.离线合同编号 }}
-
-
-
-
- {{ parseFloat(scope.row.合同总金额).toFixed(2) }}
-
-
-
-
- {{ parseFloat(scope.row.到货金额).toFixed(2) }}
-
-
-
-
- {{ parseFloat(scope.row.已付金额).toFixed(2) }}
-
-
-
-
- {{ parseFloat(scope.row.请款金额).toFixed(2) }}
-
-
-
-
+
+
+
+
+
+
+
+ {{ scope.row.采购合同编号 ? scope.row.采购合同编号 : scope.row.离线合同编号 }}
+
+
+
+
+ {{ parseFloat(scope.row.合同总金额).toFixed(2) }}
+
+
+
+
+ {{ parseFloat(scope.row.到货金额).toFixed(2) }}
+
+
+
+
+ {{ parseFloat(scope.row.已付金额).toFixed(2) }}
+
+
+
+
+ {{ parseFloat(scope.row.请款金额).toFixed(2) }}
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.物料名称 ? scope.row.物料名称 : scope.row.零件名称 }}
+
+
+
+
+ {{ scope.row.物料规格 ? scope.row.物料规格 : scope.row.规格 }}
+
+
+
+
+ {{ scope.row.物料型号 ? scope.row.物料型号 : scope.row.零件图号 }}
+
+
+
+
+ {{ scope.row.数量 }}
+
+
+
+
+ {{ scope.row.合同类型 === 1 ? scope.row.已到货数量 : scope.row.到货数量 }}
+
+
+
+
+ {{ (parseFloat(scope.row.单价||0) * parseInt(scope.row.数量||0)).toFixed(2) }}
+
+
+
+
+ {{ parseFloat(scope.row.单价||0).toFixed(2) }}
+
+
+
+
+ {{ scope.row.合同类型 === 1 ? scope.row.交货期.split(' ')[0] === '1900-01-01' ? '-' : scope.row.交货期.split(' ')[0] : scope.row.交货期要求 }}
+
+
+
+
+ {{ scope.row.备注 }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue
index 9fe3648a..a2405b45 100644
--- a/src/views/dashboard/index.vue
+++ b/src/views/dashboard/index.vue
@@ -69,8 +69,9 @@ export default {
url: '',
method: 'post',
data: {
- type: '3',
- name: `select * from 基础表_角色模块信息 inner join 基础表_模块信息 on 基础表_角色模块信息.id = 基础表_模块信息.id where 角色编号= ${this.token} and [path] = '/'`
+ type: '1',
+ name: `菜单系统模块_首页信息_查询数据1`,
+ param: '角色编号=' + this.token
}
}).then(data => {
this.fathers = []
@@ -92,8 +93,9 @@ export default {
url: '',
method: 'post',
data: {
- type: '3',
- name: `select * from 基础表_角色模块信息 inner join 基础表_模块信息 on 基础表_角色模块信息.id = 基础表_模块信息.id where 角色编号= ${this.token} and [path] <> '/'`
+ type: '1',
+ name: `菜单系统模块_首页信息_查询数据2`,
+ param: '角色编号=' + this.token
}
}).then(data => {
this.sons = []
@@ -113,8 +115,9 @@ export default {
url: '',
method: 'post',
data: {
- type: '3',
- name: `select * from 基础表_角色模块信息 inner join 基础表_模块信息 on 基础表_角色模块信息.id = 基础表_模块信息.id where 角色编号=${this.token} and 是否通知 = 1`
+ type: '1',
+ name: `菜单系统模块_通知信息_查询数据`,
+ param: '角色编号=' + this.token
}
}).then(data => {
this.sudokus = []