{{ scope.row.表单号 }}
+
+ {{ scope.row.任务下达日期.substr(0,10) }}
+
import { searchTable, getprocedure } from '@/api/Outsourcing/OutsourcingPartsQuery'
+
export default {
name: 'Index',
data() {
return {
+ timer: '',
supplierNameValue: '',
loading: false,
total: 0,
@@ -114,24 +125,105 @@ export default {
tableData: [],
procedure: [],
pageCurrent: 1,
- pageSize: 50
+ pageSize: 50,
+ tableData1: []
}
},
created() {
this.getTableData()
},
methods: {
- getTableData() {
- this.tableData = []
- this.loading = true
- let check, check1
+ formatJson(filterVal, jsonData) {
+ return jsonData.map(v => filterVal.map(j => {
+ return v[j]
+ }))
+ },
+ exportExcel() {
+ this.tableData1 = []
+ let check, check1, check2
this.supplierNameValue ? check = 1 : check = 0
if (this.MaterialsValue !== '' && this.MaterialsValue !== null) {
check1 = 1
} else {
check1 = 0
}
- searchTable(check, this.supplierNameValue, check1, this.MaterialsValue, this.pageSize, this.pageCurrent).then(response => {
+ if (this.timer === null) {
+ this.timer = ''
+ }
+ if (this.timer[1] === undefined || this.timer[0] === undefined || this.timer[1] === null || this.timer[0] === null) {
+ check2 = 0
+ } else {
+ check2 = 1
+ }
+ searchTable(check, this.supplierNameValue, check1, this.MaterialsValue, check2, this.timer[0], this.timer[1], 100000000, this.pageCurrent).then(response => {
+ for (let i = 0; i < response.data.rows.length; i++) {
+ this.tableData1.push({
+ 到货状态: response.data.rows[i].到货状态,
+ 项目名称: response.data.rows[i].项目名称,
+ 零件图号: response.data.rows[i].零件图号,
+ 零件名称: response.data.rows[i].零件名称,
+ 批次数量: response.data.rows[i].批次数量,
+ 外协厂家名称: response.data.rows[i].外协厂家名称,
+ 表单号: response.data.rows[i].表单号,
+ 工艺计划流水号: response.data.rows[i].工艺计划流水号,
+ 单件是否外协: response.data.rows[i].单件是否外协,
+ 任务下达日期: response.data.rows[i].任务下达日期,
+ 外协工序: ''
+ })
+ }
+ for (let i = 0; i < this.tableData1.length; i++) {
+ getprocedure(this.tableData1[i].工艺计划流水号, this.tableData1[i].单件是否外协).then(response => {
+ this.procedure[i] = ''
+ for (let j = 0; j < response.data.length; j++) {
+ this.procedure[i] = this.procedure[i] + ' ' + response.data[j].工艺名称简称
+ }
+ this.tableData1[i].外协工序 = this.procedure[i]
+ })
+ }
+ }).then(() => {
+ setTimeout(this.exportExcel1, 500)
+ })
+ },
+ exportExcel1() {
+ console.log(this.tableData1, 232332)
+ import('@/vendor/Export2Excel').then(excel => {
+ const tHeader = ['外协状态', '项目名称', '零件图号', '零件名称', '数量', '外协工序', '外协厂家', '外协单号', '外协日期']
+ const filterVal = ['到货状态', '项目名称', '零件图号', '零件名称', '批次数量', '外协工序', '外协厂家名称', '表单号', '任务下达日期']
+ const list = this.tableData1
+ const data = this.formatJson(filterVal, list)
+ excel.export_json_to_excel({
+ header: tHeader,
+ data,
+ filename: '外协零件表',
+ autoWidth: true,
+ bookType: 'xlsx'
+ })
+ })
+ },
+ getTableData() {
+ // console.log(this.timer[0], 1)
+ // console.log(this.timer[1], 2)
+ this.tableData = []
+ this.loading = true
+ let check, check1, check2
+ this.supplierNameValue ? check = 1 : check = 0
+ if (this.MaterialsValue !== '' && this.MaterialsValue !== null) {
+ check1 = 1
+ } else {
+ check1 = 0
+ }
+ // this.timer === null ? (check2 = 0, this.timer = '') : check2 = 1
+ if (this.timer === null) {
+ this.timer = ''
+ console.log(this.timer, 123)
+ }
+ if (this.timer[1] === undefined || this.timer[0] === undefined || this.timer[1] === null || this.timer[0] === null) {
+ check2 = 0
+ } else {
+ check2 = 1
+ }
+ console.log(check2, 4564688)
+ searchTable(check, this.supplierNameValue, check1, this.MaterialsValue, check2, this.timer[0], this.timer[1], this.pageSize, this.pageCurrent).then(response => {
for (let i = 0; i < response.data.rows.length; i++) {
this.tableData.push({
到货状态: response.data.rows[i].到货状态,
@@ -143,6 +235,7 @@ export default {
表单号: response.data.rows[i].表单号,
工艺计划流水号: response.data.rows[i].工艺计划流水号,
单件是否外协: response.data.rows[i].单件是否外协,
+ 任务下达日期: response.data.rows[i].任务下达日期,
外协工序: ''
})
}
diff --git a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue
index 9d46b708..71da21c7 100644
--- a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue
+++ b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue
@@ -77,12 +77,23 @@
- {{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || scope.row.离线采购数量 || '—' }}
+ {{ scope.row.采购数量 }}
- {{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.已到货数量 || scope.row.离线到货数量 || '—' }}
+ {{ scope.row.到货数量 }}
+
+
+
+
+ {{ scope.row.不合格数量 }}
+
+
+
+
+ 已到货
+ 未到货
@@ -165,12 +176,23 @@
- {{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || scope.row.离线采购数量 || '—' }}
+ {{ scope.row.采购数量 }}
- {{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.已到货数量 || scope.row.离线到货数量 || '—' }}
+ {{ scope.row.到货数量 }}
+
+
+
+
+ {{ scope.row.不合格数量 }}
+
+
+
+
+ 已到货
+ 未到货
@@ -258,14 +280,27 @@
+ {{ scope.row.采购数量 }}
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || '—' }}
+ {{ scope.row.到货数量 }}
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.已到货数量 || '—' }}
+
+
+ {{ scope.row.不合格数量 }}
+
+
+
+
+ 已到货
+ 未到货
+
+
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.供应商名称 || '—' }}
@@ -502,7 +537,34 @@ export default {
this.model ? check5 = 1 : check5 = 0
searchTable1(check1, this.machineNumberValue, check2, this.groupNumberValue, this.pageCurrent0, this.pageSize0, 1, check3, this.Name, check4, this.spec, check5, this.model).then(response => {
console.log(this.tableData0)
- this.tableData0 = response.data.rows
+ if (response.data.rows.length !== 0) {
+ for (let i = 0; i < response.data.rows.length; i++) {
+ this.tableData0.push({
+ 人员编号: response.data.rows[i].人员编号,
+ 询价状态编号: response.data.rows[i].询价状态编号,
+ 采购状态编号: response.data.rows[i].采购状态编号,
+ 机床图号: response.data.rows[i].机床图号,
+ 组号: response.data.rows[i].组号,
+ 物料名称: response.data.rows[i].物料名称,
+ 物料型号: response.data.rows[i].物料型号,
+ 物料规格: response.data.rows[i].物料规格,
+ 供货商: response.data.rows[i].供货商,
+ 零件数量: response.data.rows[i].零件数量,
+ 数量: response.data.rows[i].数量,
+ 离线采购数量: response.data.rows[i].离线采购数量,
+ 已到货数量: response.data.rows[i].已到货数量,
+ 离线到货数量: response.data.rows[i].离线到货数量,
+ 供应商名称: response.data.rows[i].供应商名称,
+ 离线合同供应商名称: response.data.rows[i].离线合同供应商名称,
+ 采购合同编号: response.data.rows[i].采购合同编号,
+ 离线合同编号: response.data.rows[i].离线合同编号,
+ 备注: response.data.rows[i].备注,
+ 采购数量: Number(response.data.rows[i].询价状态编号) === 1 && response.data.rows[i].人员编号 !== '' ? '—' : response.data.rows[i].数量 || response.data.rows[i].离线采购数量 || '—',
+ 到货数量: Number(response.data.rows[i].询价状态编号) === 1 && response.data.rows[i].人员编号 !== '' ? '—' : response.data.rows[i].已到货数量 || response.data.rows[i].离线到货数量 || '—',
+ 不合格数量: response.data.rows[i].不合格数量
+ })
+ }
+ }
this.total0 = response.data.total
})
},
@@ -514,8 +576,36 @@ export default {
this.spec ? check4 = 1 : check4 = 0
this.model ? check5 = 1 : check5 = 0
searchTable1(check1, this.machineNumberValue, check2, this.groupNumberValue, this.pageCurrent1, this.pageSize1, 2, check3, this.Name, check4, this.spec, check5, this.model).then(response => {
- this.tableData1 = response.data.rows
this.total1 = response.data.total
+ if (response.data.rows.length !== 0) {
+ for (let i = 0; i < response.data.rows.length; i++) {
+ this.tableData1.push({
+ 人员编号: response.data.rows[i].人员编号,
+ 询价状态编号: response.data.rows[i].询价状态编号,
+ 采购状态编号: response.data.rows[i].采购状态编号,
+ 机床图号: response.data.rows[i].机床图号,
+ 组号: response.data.rows[i].组号,
+ 物料名称: response.data.rows[i].物料名称,
+ 物料型号: response.data.rows[i].物料型号,
+ 物料规格: response.data.rows[i].物料规格,
+ 供货商: response.data.rows[i].供货商,
+ 零件数量: response.data.rows[i].零件数量,
+ 数量: response.data.rows[i].数量,
+ 离线采购数量: response.data.rows[i].离线采购数量,
+ 已到货数量: response.data.rows[i].已到货数量,
+ 离线到货数量: response.data.rows[i].离线到货数量,
+ 供应商名称: response.data.rows[i].供应商名称,
+ 离线合同供应商名称: response.data.rows[i].离线合同供应商名称,
+ 采购合同编号: response.data.rows[i].采购合同编号,
+ 离线合同编号: response.data.rows[i].离线合同编号,
+ 备注: response.data.rows[i].备注,
+ 采购数量: Number(response.data.rows[i].询价状态编号) === 1 && response.data.rows[i].人员编号 !== '' ? '—' : response.data.rows[i].数量 || response.data.rows[i].离线采购数量 || '—',
+ 到货数量: Number(response.data.rows[i].询价状态编号) === 1 && response.data.rows[i].人员编号 !== '' ? '—' : response.data.rows[i].已到货数量 || response.data.rows[i].离线到货数量 || '—',
+ 不合格数量: response.data.rows[i].不合格数量
+ })
+ }
+ }
+ console.log(response.data.total, this.total1, 898989)
})
},
searchTable2() { // 查询基本件