|
|
|
@ -583,7 +583,7 @@
|
|
|
|
|
<!-- 选择包件 --> |
|
|
|
|
<!-- 此v-if解决关闭后选择不回显的问题 --> |
|
|
|
|
|
|
|
|
|
<el-dialog v-if="dialogChooseOrderVisible" v-model="dialogChooseOrderVisible" title="选择包件" center style="width: 80%;"> |
|
|
|
|
<el-dialog v-show="dialogChooseOrderVisible" v-model="dialogChooseOrderVisible" title="选择包件" center style="width: 80%;"> |
|
|
|
|
<tablecmt |
|
|
|
|
ref="orderChooseTable" |
|
|
|
|
class="orderChooseTable" |
|
|
|
@ -2653,7 +2653,7 @@ export default {
|
|
|
|
|
console.log( this.dataList.find(val => val.id === this.orderChooseId),' this.dataList.find(val => val.id === this.orderChooseId)筛选出来的'); |
|
|
|
|
}, |
|
|
|
|
ProhibitSelection(val, index) { |
|
|
|
|
if (val.orderPackageStatus == 70) { |
|
|
|
|
if (val.orderPackageStatus == '已签收' || val.orderPackageStatus == '70') { |
|
|
|
|
return false; |
|
|
|
|
} else { |
|
|
|
|
return true; |
|
|
|
|