Commit 7c83fdcb by pangchong

feat: 提交

parent d2964920
...@@ -24,35 +24,6 @@ const useUnplanApplyStore = defineStore('unplanApply', { ...@@ -24,35 +24,6 @@ const useUnplanApplyStore = defineStore('unplanApply', {
getters: {}, getters: {},
actions: { actions: {
async getDetails() { async getDetails() {
this.details = {
acType: '73N',
airline: 'YZJ',
applyStatus: '0',
approver: '17',
approverName: '',
checkLevel: '2',
createTime: 1734679857000,
createUser: '21',
createUserName: '',
delayDay: 12,
delayEntTime: 1735412399000,
endTime: '1734375599000',
examineReason: '',
exemptStatus: '0',
id: '1870008971817910272',
isDel: '0',
materialDelay: '1',
materialPns: '1,2',
packageName: '航线--督办杀虫EO',
packageNo: '500001099668',
planStayingDay: '0',
reason: '3',
sourceType: '1',
startTime: '1734364740000',
updateTime: 0,
updateUser: null,
warningReason: '2,3'
}
const res = await getUnplanApplyApi({ id: this.id }, { loading: true }) const res = await getUnplanApplyApi({ id: this.id }, { loading: true })
if (res.code == 200) { if (res.code == 200) {
this.details = res.data this.details = res.data
......
...@@ -23,32 +23,6 @@ const useUnplanWarningStore = defineStore('unplanWarning', { ...@@ -23,32 +23,6 @@ const useUnplanWarningStore = defineStore('unplanWarning', {
getters: {}, getters: {},
actions: { actions: {
async getDetails() { async getDetails() {
// this.details = {
// acType: '73N',
// airline: 'YZJ',
// applyStatus: '0',
// approver: '6',
// approverName: '',
// checkLevel: '2',
// createTime: 1734507585000,
// createUser: '21',
// createUserName: '',
// endTime: '1734386399000',
// examineReason: '',
// id: '1869286413837533184',
// isDel: '0',
// materialDelay: '1',
// materialPns: '666,8999',
// packageName: '航线-织物包检查',
// packageNo: '500001101955',
// planStayingDay: '0',
// reason: '112',
// sourceType: '1',
// startTime: '1734361200000',
// updateTime: 0,
// updateUser: null,
// warningReason: '1'
// }
const res = await getUnplanWarningApi({ id: this.id }, { loading: true }) const res = await getUnplanWarningApi({ id: this.id }, { loading: true })
if (res.code == 200) { if (res.code == 200) {
this.details = res.data this.details = res.data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment