常熟吴彦祖 1 month ago
parent
commit
13205e266d
  1. 5
      src/views/modules/production/bagLabels.vue

5
src/views/modules/production/bagLabels.vue

@ -163,6 +163,11 @@ export default {
this.$message.warning("参数为空")
return
}
// tcpvalue tcpvalue2 print_label_record.weight - rqrq
let tcpWeight = this.flag ? this.tcpvalue2 : this.tcpvalue
if (tcpWeight !== '' && tcpWeight != null && tcpWeight !== undefined) {
params.weight = tcpWeight
}
//
getPackagePrintDataList(params).then(({data}) => {
if (data && data.code === 0) {

Loading…
Cancel
Save