|
|
|
@ -290,6 +290,11 @@ export default {
|
|
|
|
|
getList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
this.listQuery.customerId = store.getters.customerId;
|
|
|
|
|
if( this.data.companyName!=undefined && this.data.companyName!=null ){
|
|
|
|
|
this.listQuery.companyName = this.data.companyName;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
debugger
|
|
|
|
|
stockOrderDetailFilterProduct(this.listQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
@ -386,6 +391,8 @@ export default {
|
|
|
|
|
created() {
|
|
|
|
|
if (this.$isNotBlank(this.data)) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// this.listQuery.nameCode = this.data.udi;
|
|
|
|
|
// if (this.data.billType != null) {
|
|
|
|
|
// this.listQuery.billType = this.data.billType;
|
|
|
|
|