|
@@ -402,6 +402,7 @@
|
|
|
loadData()
|
|
|
}
|
|
|
function searchQuery(){
|
|
|
+ pagination.value.current = 1
|
|
|
loadData();
|
|
|
}
|
|
|
function searchReset(){
|
|
@@ -490,6 +491,8 @@
|
|
|
customer:'',
|
|
|
customerName:''
|
|
|
}
|
|
|
+ pagination.value.current =1;
|
|
|
+ pagination.value.pageSize = 10;
|
|
|
}
|
|
|
function getTable(formData,data){
|
|
|
visible.value = true
|
|
@@ -511,7 +514,6 @@
|
|
|
|
|
|
fatherType.value='other'
|
|
|
if(data=='delivery'){
|
|
|
- debugger
|
|
|
showCustomer.value = 'yes'
|
|
|
columns= columns1.filter(function(value, i) {
|
|
|
return i !== 3;
|
|
@@ -522,7 +524,6 @@
|
|
|
fatherCustomerName.value = ''
|
|
|
}
|
|
|
}else{
|
|
|
- debugger
|
|
|
showCustomer.value = 'no'
|
|
|
columns= columns1.filter(function(value, i) {
|
|
|
return i !== 4;
|
|
@@ -536,7 +537,6 @@
|
|
|
loadData()
|
|
|
}
|
|
|
function getTableFromSalePayRequestForm(){
|
|
|
- debugger
|
|
|
visible.value = true
|
|
|
fatherProject.value = ''
|
|
|
fatherSourceCode.value = ''
|