|
|
@ -1,6 +1,6 @@ |
|
|
// pages/goods/create/index.js
|
|
|
// pages/goods/create/index.js
|
|
|
import { updatePurchase, createPurchase, paperCategoryList, getPurchaseInfo } from "../../../api/ztb" |
|
|
import { updatePurchase, createPurchase, paperCategoryList, getPurchaseInfo } from "../../../api/ztb" |
|
|
import regions from '../../../utils/region' |
|
|
|
|
|
|
|
|
import regions from '../../../const/region' |
|
|
const math = require('../../../utils/math') |
|
|
const math = require('../../../utils/math') |
|
|
const util = require('../../../utils/util') |
|
|
const util = require('../../../utils/util') |
|
|
const event = require('../../../utils/event.js') |
|
|
const event = require('../../../utils/event.js') |
|
|
|