diff --git a/src/mycomponents/balance/productionline.vue b/src/mycomponents/balance/productionline.vue new file mode 100644 index 00000000..de155d5c --- /dev/null +++ b/src/mycomponents/balance/productionline.vue @@ -0,0 +1,46 @@ + + + + + + + diff --git a/src/mycomponents/balance/shift.vue b/src/mycomponents/balance/shift.vue new file mode 100644 index 00000000..af509ce9 --- /dev/null +++ b/src/mycomponents/balance/shift.vue @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/job/jobComMainDetailCard.vue b/src/mycomponents/job/jobComMainDetailCard.vue index be5e64e9..3800c676 100644 --- a/src/mycomponents/job/jobComMainDetailCard.vue +++ b/src/mycomponents/job/jobComMainDetailCard.vue @@ -10,6 +10,9 @@
+ + @@ -35,6 +38,8 @@ import batch from '@/mycomponents/balance/batch.vue' import intoDeliNo from '@/mycomponents/balance/intoDeliNo.vue' import goodsShelves from '@/mycomponents/balance/goodsShelves.vue' + import productionline from '@/mycomponents/balance/productionline.vue' + import shift from '@/mycomponents/balance/shift.vue' import itemCompareQty from '@/mycomponents/item/itemCompareQty.vue' import level from '@/mycomponents/balance/level.vue' @@ -47,7 +52,9 @@ intoDeliNo, itemCompareQty, level, - goodsShelves + goodsShelves, + productionline, + shift }, data() { return {}; @@ -97,7 +104,15 @@ isShowGoodsShelves:{ type:Boolean, default:false - } + }, + isShowProductionline:{ + type:Boolean, + default:false + }, + isShowShift:{ + type:Boolean, + default:false + }, }, diff --git a/src/pages/productReceipt/coms/comProductJobCard.vue b/src/pages/productReceipt/coms/comProductJobCard.vue index 594a2bfd..1cee6fde 100644 --- a/src/pages/productReceipt/coms/comProductJobCard.vue +++ b/src/pages/productReceipt/coms/comProductJobCard.vue @@ -1,7 +1,7 @@