diff --git a/src/mycomponents/balance/location.vue b/src/mycomponents/balance/location.vue index 50f8c74f..93d4c29c 100644 --- a/src/mycomponents/balance/location.vue +++ b/src/mycomponents/balance/location.vue @@ -1,6 +1,6 @@ @@ -21,11 +21,17 @@ type: String, default: '库位' }, - + activeCardLocation: { + type: String, + default: '' + }, }, } diff --git a/src/mycomponents/item/itemCompareQty.vue b/src/mycomponents/item/itemCompareQty.vue index 8c314ff5..485901d1 100644 --- a/src/mycomponents/item/itemCompareQty.vue +++ b/src/mycomponents/item/itemCompareQty.vue @@ -5,7 +5,7 @@ - diff --git a/src/mycomponents/item/itemQty.vue b/src/mycomponents/item/itemQty.vue index 4eba2583..95b6b384 100644 --- a/src/mycomponents/item/itemQty.vue +++ b/src/mycomponents/item/itemQty.vue @@ -8,7 +8,7 @@ + :isShowStatus="false" :isShowStdPack="showStdPack" :isShowNumView='isShowNumView' :isShowPackUnit='false'> diff --git a/src/mycomponents/job/jobComMainDetailCardTime.vue b/src/mycomponents/job/jobComMainDetailCardTime.vue index 5744e4f3..564b0d83 100644 --- a/src/mycomponents/job/jobComMainDetailCardTime.vue +++ b/src/mycomponents/job/jobComMainDetailCardTime.vue @@ -1,21 +1,29 @@