库存查询
This commit is contained in:
@@ -83,6 +83,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import {getCLodop} from '@/utils/CLodopfuncs.js'
|
||||||
import NavBar from '@/components/NavBar.vue'
|
import NavBar from '@/components/NavBar.vue'
|
||||||
import SearchBox from '@/components/SearchBox.vue'
|
import SearchBox from '@/components/SearchBox.vue'
|
||||||
import {queryIvt} from '@/utils/getData3.js'
|
import {queryIvt} from '@/utils/getData3.js'
|
||||||
@@ -215,8 +216,8 @@
|
|||||||
// 表格渲染
|
// 表格渲染
|
||||||
LODOP.ADD_PRINT_TABLE('15mm', '5mm', '95%', '95%', tableHtml)
|
LODOP.ADD_PRINT_TABLE('15mm', '5mm', '95%', '95%', tableHtml)
|
||||||
|
|
||||||
// LODOP.PRINT()// 打印
|
LODOP.PRINT()// 打印
|
||||||
LODOP.PREVIEW()// 预览
|
// LODOP.PREVIEW()// 预览
|
||||||
// LODOP.PRINT_DESIGN()
|
// LODOP.PRINT_DESIGN()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '操作成功',
|
title: '操作成功',
|
||||||
|
|||||||
Reference in New Issue
Block a user