Commit e6e32f38 authored by 沈翠玲's avatar 沈翠玲

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-pad into dev

parents a7d545bf a7860d20
...@@ -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> -->
...@@ -2503,8 +2513,14 @@ export default { ...@@ -2503,8 +2513,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