退料增加备注
This commit is contained in:
parent
01bed0ed7b
commit
dd4a54dc52
|
|
@ -92,6 +92,12 @@
|
|||
</div>
|
||||
</uni-col>
|
||||
</uni-row>
|
||||
<uni-row style="display: flex; align-items: center">
|
||||
<uni-col :span="4">备注:</uni-col>
|
||||
<uni-col :span="20">
|
||||
<uni-easyinput placeholder="请输入备注" v-model="remark" :clearable="false" />
|
||||
</uni-col>
|
||||
</uni-row>
|
||||
</div>
|
||||
<div class="btn">
|
||||
<!-- <button class="btn-cont" @click="reject">取消</button> -->
|
||||
|
|
@ -118,6 +124,7 @@ const bmFileInfos = ref([])
|
|||
const qrCode = ref('') //二维码
|
||||
const maInfo = ref({}) //二维码
|
||||
const scanQrCodeRef = ref(null)
|
||||
const remark = ref('')
|
||||
|
||||
|
||||
// 二维码扫码
|
||||
|
|
@ -237,6 +244,7 @@ const submitCode = () => {
|
|||
badNum: apDetection.value == '不合格' ? 1 : 0,
|
||||
bmFileInfos: bmFileInfos.value,
|
||||
preNum: 1,
|
||||
remark: remark.value,
|
||||
},
|
||||
]
|
||||
let param = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue