|
@@ -89,6 +89,7 @@ import out_storage_codes from '../mixins/out_storage_codes'
|
|
import common from '../mixins/common_code'
|
|
import common from '../mixins/common_code'
|
|
import jihuamingxith from '../mixins/jihuamingxith'
|
|
import jihuamingxith from '../mixins/jihuamingxith'
|
|
import { delayPerform, firstPerform, intervalPerform, passivePerform, queuePerform } from 'js-perform-lock'
|
|
import { delayPerform, firstPerform, intervalPerform, passivePerform, queuePerform } from 'js-perform-lock'
|
|
|
|
+import { goodsPurchaseDetail } from '@/api/goodsPurchasedStored.js'
|
|
export default {
|
|
export default {
|
|
components: { TemplatePage },
|
|
components: { TemplatePage },
|
|
mixins: [
|
|
mixins: [
|
|
@@ -331,6 +332,9 @@ export default {
|
|
items: res.data.items.map(item => ({ ...item, details: {} }))
|
|
items: res.data.items.map(item => ({ ...item, details: {} }))
|
|
})
|
|
})
|
|
this.formDialogType = type
|
|
this.formDialogType = type
|
|
|
|
+ goodsPurchaseDetail({ id: this.formData.goodsPurchaseId, isQuery: true }).then(res2 => {
|
|
|
|
+ this.formData.isPlan = res2.data.isPlan
|
|
|
|
+ })
|
|
this.openForm()
|
|
this.openForm()
|
|
this.formDialog = true
|
|
this.formDialog = true
|
|
})
|
|
})
|