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.备注 }}
+
+
+
+
+
+
+
+
+
+