工时查询修改工时
This commit is contained in:
@@ -411,7 +411,6 @@ export default {
|
||||
},
|
||||
// 按零件图号 组号 材料排序
|
||||
sortChange(column) {
|
||||
console.log(column + '-' + column.prop + '-' + column.order, 11111)
|
||||
if (column.prop === '组号') {
|
||||
this.ordername = 1
|
||||
} else if (column.prop === '零件图号') {
|
||||
|
||||
@@ -643,7 +643,6 @@ export default {
|
||||
xhr.responseType = 'blob'
|
||||
xhr.onload = function() {
|
||||
if (xhr.status === 200) {
|
||||
console.log(xhr, 1111)
|
||||
const name = xhr.getResponseHeader('content-disposition').split('=')[1]
|
||||
cb(xhr.response, name)
|
||||
}
|
||||
|
||||
@@ -251,7 +251,6 @@ export default {
|
||||
},
|
||||
// 按供应商名称,下单日期,零件名称,材料
|
||||
sortChange(column) {
|
||||
console.log(column + '-' + column.prop + '-' + column.order, 11111)
|
||||
if (column.prop === '供应商名称') {
|
||||
this.ordername = 1
|
||||
} else if (column.prop === '零件名称') {
|
||||
|
||||
@@ -362,7 +362,6 @@ export default {
|
||||
}
|
||||
},
|
||||
searchTable02(row) { // 查看详情(请款信息包含的合同)
|
||||
console.log(row, 1111)
|
||||
// if (this.a === 1) {
|
||||
// this.expands.push(row.采购计划请款流水号)
|
||||
// this.b = row.采购计划请款流水号
|
||||
|
||||
Reference in New Issue
Block a user