代码更新
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
<ViewDialog :dialog-show.sync="viewShow" :rowmst="mstrow" @AddChanged="querytable" />
|
||||
<DivDialog :dialog-show.sync="divShow" :open-array="openParam" :stor-id="storId" :rowmst="mstrow" @DivChanged="querytable" />
|
||||
<TaskDialog :dialog-show.sync="taskShow" :open-array="openParam" :rowmst="mstrow" @TaskChanged="querytable" />
|
||||
<MoneyDialog :dialog-show.sync="openMoneyDialog" :open-param="openParam" />
|
||||
<MoneyDialog :dialog-show.sync="openMoneyDialog" :open-param-money="openParamMoney"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -262,8 +262,6 @@ import MoneyDialog from '@/views/wms/st/outbill/MoneyDialog'
|
||||
import DivDialog from '@/views/wms/st/outbill/DivDialog'
|
||||
import TaskDialog from '@/views/wms/st/outbill/TaskDialog'
|
||||
import ViewDialog from '@/views/wms/st/outbill/ViewDialog'
|
||||
import crudStorattr from '@/views/wms/basedata/st/stor/storattr'
|
||||
import { getLodop } from '@/assets/js/lodop/LodopFuncs'
|
||||
import { download } from '@/api/data'
|
||||
import { downloadFile } from '@/utils'
|
||||
import crudUserStor from '@/views/wms/basedata/st/userStor/userStor'
|
||||
@@ -299,6 +297,7 @@ export default {
|
||||
work_flag: true,
|
||||
confirm_flag: true,
|
||||
openParam: [],
|
||||
openParamMoney: null,
|
||||
mstrow: {},
|
||||
viewShow: false,
|
||||
currentRow: null,
|
||||
@@ -413,7 +412,7 @@ export default {
|
||||
this.handleCurrentChange(null)
|
||||
},
|
||||
openMoney(row) {
|
||||
this.openParam = row
|
||||
this.openParamMoney = row
|
||||
this.openMoneyDialog = true
|
||||
},
|
||||
printExcel(jo) {
|
||||
|
||||
Reference in New Issue
Block a user