|
@@ -407,7 +407,7 @@ import { shippingLook, packList, dispatchCat ,delhaulagestage} from '@/model/tra
|
|
|
import { getstaff } from '@/model/warehouse/index'
|
|
|
import Pagination from '@/components/Pagination'
|
|
|
import WsUpload from '@/components/WsUpload'
|
|
|
-// import { dayjs, fmoney, EventBus } from 'base-core-lib'
|
|
|
+import { dayjs } from 'base-core-lib'
|
|
|
export default {
|
|
|
name: 'viewSpareMoney',
|
|
|
components: {
|
|
@@ -569,6 +569,7 @@ export default {
|
|
|
shippingLook({ id: this.$route.query.id })
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
+ debugger
|
|
|
this.deptBudgetList = response
|
|
|
if (response.tranCarInfoList.length > 0) {
|
|
|
if(response.tranCarInfoList[0].shipType =='集装箱') {
|