更换正式环境,测试修改
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<view class="page-gray color-333 u-font-28">
|
||||
<view class="block">
|
||||
<!-- <up-popup :show="show" @close="close" @open="open"> -->
|
||||
<picker-item title="打印机品牌" required v-model="form.contentType" :modelValue="form.contentType"
|
||||
:list="pageData.brandList"></picker-item>
|
||||
<picker-item title="小票打印" required v-model="form.subType" :modelValue="form.subType"
|
||||
@@ -164,13 +163,14 @@
|
||||
id: null,
|
||||
sort: "0",
|
||||
status: 1,
|
||||
contentType: '',
|
||||
subType: '',
|
||||
connectionType: "network",
|
||||
printType: [],
|
||||
name: '',
|
||||
receiptSize: '58mm',
|
||||
classifyPrint: '0',
|
||||
printQty: 'm1^1',
|
||||
printType: ["refund", 'handover', 'queue'],
|
||||
printMethod: "all",
|
||||
selectcheckbox:[]
|
||||
|
||||
@@ -218,7 +218,8 @@
|
||||
res.selectcheckbox = arrs
|
||||
}
|
||||
form = Object.assign(form, res)
|
||||
form.printType = JSON.parse(form.printType)
|
||||
if(form.printType)form.printType = JSON.parse(form.printType)
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -76,7 +76,6 @@
|
||||
})
|
||||
const emit = defineEmits(['init'])
|
||||
const delModel=ref(null)
|
||||
console.log(props.data)
|
||||
/**
|
||||
* 编辑
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user