Commit a7860d20 authored by chenzj's avatar chenzj

生产报工打印二维码bug修复

parent 30cda62f
...@@ -393,6 +393,16 @@ ...@@ -393,6 +393,16 @@
v-model="feedback.feedbackTime" /> v-model="feedback.feedbackTime" />
</u-form-item> </u-form-item>
</u-col> </u-col>
<u-col span="6">
<u-form-item label="打印:" prop="whether">
<view class="uni-list-item__extra">
<u-radio-group v-model="feedback.whether">
<u-radio :name="1"></u-radio>
<u-radio :name="0"></u-radio>
</u-radio-group>
</view>
</u-form-item>
</u-col>
</u-row> </u-row>
<!-- <u-row> --> <!-- <u-row> -->
...@@ -2486,8 +2496,14 @@ export default { ...@@ -2486,8 +2496,14 @@ export default {
detail: [ detail: [
{ {
barcode: item.printContents, barcode: item.printContents,
gp: item.printContents showText: '单号:'+item.printContents,
} gp: 1
},
{
barcode: item.printContents,
showText: '单号:'+item.printContents,
gp: 1
}
] ]
} }
}); });
......
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