|
@@ -388,7 +388,7 @@
|
|
|
refresh: 60,
|
|
|
isShowBalance: false,
|
|
|
currentPage: 1,
|
|
|
- pageSize: 10,
|
|
|
+ pageSize: 50,
|
|
|
deptCircularPage: {},
|
|
|
deptBudgetTotal: 0,
|
|
|
pList: [],
|
|
@@ -593,7 +593,7 @@
|
|
|
warehouseName: that.warehouseName,
|
|
|
managementType: 1,
|
|
|
serviceManagementType: that.inWarehouseType,
|
|
|
- // loadingstatus: 1,
|
|
|
+ loadingstatus: 1,
|
|
|
// statusType:1
|
|
|
})
|
|
|
.toPromise()
|
|
@@ -613,7 +613,7 @@
|
|
|
warehouseName: that.warehouseName,
|
|
|
managementType: 1,
|
|
|
serviceManagementType: that.inWarehouseType,
|
|
|
- // loadingstatus: 1,
|
|
|
+ loadingstatus: 1,
|
|
|
// statusType:1
|
|
|
})
|
|
|
.toPromise()
|
|
@@ -832,44 +832,44 @@
|
|
|
.then((response) => {
|
|
|
this.purchasePriceList = response
|
|
|
})
|
|
|
- // this.refreshClick(1)
|
|
|
- getweighingList({
|
|
|
- compId: localStorage.getItem('ws-pf_compId'),
|
|
|
- currentPage: this.currentPage,
|
|
|
- pageSize: this.pageSize,
|
|
|
- searchKeyWord: '',
|
|
|
- warehouseName: this.warehouseName,
|
|
|
- managementType: 1,
|
|
|
- serviceManagementType: this.inWarehouseType,
|
|
|
- // statusType:1
|
|
|
- })
|
|
|
- .toPromise()
|
|
|
- .then((response) => {
|
|
|
- this.common.commonWeighingList = response.records
|
|
|
- this.makeData()
|
|
|
- })
|
|
|
- .catch((response) => {
|
|
|
- // EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
|
|
|
- })
|
|
|
- getweighingList({
|
|
|
- compId: localStorage.getItem('ws-pf_compId'),
|
|
|
- currentPage: this.currentPage,
|
|
|
- pageSize: this.pageSize,
|
|
|
- searchKeyWord: '',
|
|
|
- statusType: this.statusType,
|
|
|
- warehouseName: this.warehouseName,
|
|
|
- managementType: 1,
|
|
|
- serviceManagementType: this.inWarehouseType,
|
|
|
- // statusType:1
|
|
|
- })
|
|
|
- .toPromise()
|
|
|
- .then((response) => {
|
|
|
- this.deptBudgetTotal = response.total
|
|
|
- this.weighingList = response.records
|
|
|
- })
|
|
|
- .catch((response) => {
|
|
|
- // EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
|
|
|
- })
|
|
|
+ this.refreshClick(1)
|
|
|
+ // getweighingList({
|
|
|
+ // compId: localStorage.getItem('ws-pf_compId'),
|
|
|
+ // currentPage: this.currentPage,
|
|
|
+ // pageSize: this.pageSize,
|
|
|
+ // searchKeyWord: '',
|
|
|
+ // warehouseName: this.warehouseName,
|
|
|
+ // managementType: 1,
|
|
|
+ // serviceManagementType: this.inWarehouseType,
|
|
|
+ // // statusType:1
|
|
|
+ // })
|
|
|
+ // .toPromise()
|
|
|
+ // .then((response) => {
|
|
|
+ // this.common.commonWeighingList = response.records
|
|
|
+ // this.makeData()
|
|
|
+ // })
|
|
|
+ // .catch((response) => {
|
|
|
+ // // EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
|
|
|
+ // })
|
|
|
+ // getweighingList({
|
|
|
+ // compId: localStorage.getItem('ws-pf_compId'),
|
|
|
+ // currentPage: this.currentPage,
|
|
|
+ // pageSize: this.pageSize,
|
|
|
+ // searchKeyWord: '',
|
|
|
+ // statusType: this.statusType,
|
|
|
+ // warehouseName: this.warehouseName,
|
|
|
+ // managementType: 1,
|
|
|
+ // serviceManagementType: this.inWarehouseType,
|
|
|
+ // // statusType:1
|
|
|
+ // })
|
|
|
+ // .toPromise()
|
|
|
+ // .then((response) => {
|
|
|
+ // this.deptBudgetTotal = response.total
|
|
|
+ // this.weighingList = response.records
|
|
|
+ // })
|
|
|
+ // .catch((response) => {
|
|
|
+ // // EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
|
|
|
+ // })
|
|
|
},
|
|
|
makeData() {
|
|
|
this.mList = []
|