|
@@ -96,12 +96,11 @@ import {
|
|
ioss,
|
|
ioss,
|
|
submitioss,
|
|
submitioss,
|
|
} from '@/model/warehouse/index'
|
|
} from '@/model/warehouse/index'
|
|
-
|
|
|
|
-import { downloadFile } from '@/utils/batchDown'
|
|
|
|
|
|
+// import { downloadFile } from '@/utils/batchDown'
|
|
import Pagination from '@/components/Pagination'
|
|
import Pagination from '@/components/Pagination'
|
|
import WsUpload from '@/components/WsUpload'
|
|
import WsUpload from '@/components/WsUpload'
|
|
// import { dayjs, fmoney, EventBus } from 'base-core-lib'
|
|
// import { dayjs, fmoney, EventBus } from 'base-core-lib'
|
|
-import { dayjs, EventBus } from 'base-core-lib'
|
|
|
|
|
|
+import { dayjs} from 'base-core-lib'
|
|
export default {
|
|
export default {
|
|
name: 'viewSpareMoney',
|
|
name: 'viewSpareMoney',
|
|
components: {
|
|
components: {
|
|
@@ -318,18 +317,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- // 关闭 dialog时 处理文件url 初始化upload组件
|
|
|
|
- handleCloe() {
|
|
|
|
- this.dialogViewSpareMoney = false
|
|
|
|
- },
|
|
|
|
- history(row) {
|
|
|
|
- console.log(row)
|
|
|
|
- billoperatehis({ id: row.id })
|
|
|
|
- .toPromise()
|
|
|
|
- .then((response) => {
|
|
|
|
- this.historyList = response
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
// deletecontract(){},
|
|
// deletecontract(){},
|
|
//删除
|
|
//删除
|
|
approve() {},
|
|
approve() {},
|