| | |
| | | <script> |
| | | import {departmentListAll} from '@/api/system/deptment'; |
| | | import {goodsTemplate} from '@/api/baseSetting/finsystenant'; |
| | | import {outputAdd} from '@/api/stock/accessStock'; |
| | | import {scrappedAdd} from '@/api/stock/deptScrap'; |
| | | import {getTree} from '@/api/foudation/classification'; |
| | | import MyButton from '@/components/myButton/myButton'; |
| | | import winMd from '@/components/win/win-md'; |
| | |
| | | }) |
| | | g.models = arr |
| | | }) |
| | | console.log('params', params); |
| | | return |
| | | outputAdd(this.formData) |
| | | // console.log('params', params); |
| | | // return |
| | | scrappedAdd(params) |
| | | .then((res) => { |
| | | this.$message.success('保存成功!'); |
| | | this.close(); |