@ -4490,7 +4490,7 @@ export function getPlaneInfoByproductLine(productionLine, planDate) {
export function planReceiptSubmit(params) {
return request({
url: baseApi + "/wms/productreceipt-record-main/createByPlan123",
url: baseApi + "/wms/productreceipt-record-main/createByPlan",
method: "post",
data: params
});
@ -16,7 +16,7 @@
</uni-swipe-action>
<view v-if="item.fgList!=undefined && item.fgList.length>0" class="card_view "
style="margin-left: 20px;" v-for="(fg, index) in item.fgList" :key="index">
<com-fg-card :detail='fg'></com-fg-card>
<com-fg-card :detail='fg' class="scan_view"></com-fg-card>
</view>
</uni-collapse-item>
@ -147,6 +147,7 @@
if (res) {
item.scaned = false
item.handleQty = null
item.fgList=[]
this.$forceUpdate()
this.$emit('remove', item)
}
@ -310,6 +310,7 @@
})
// 扫满箱后应该自动提交
if (pack.scaned && pack.qty == pack.fgList.length) {
this.closeScanPopup();
this.commit()