|
|
@@ -47,8 +47,8 @@ Page({
|
|
|
code: 'whId',
|
|
|
name: 'whName',
|
|
|
title: mixins.$t('warehouseId'),
|
|
|
- type: 'drop',
|
|
|
- dropType: 'warehouse'
|
|
|
+ type: 'choose',
|
|
|
+ urlKey: 'openingInventory'
|
|
|
},
|
|
|
{ code: 'skuSpec', title: mixins.$t('goodSpec'), type: 'str', readonly: true, },
|
|
|
{
|
|
|
@@ -74,6 +74,10 @@ Page({
|
|
|
title: mixins.$t('otherInfo')
|
|
|
}
|
|
|
],
|
|
|
+
|
|
|
+ cardContentList:[
|
|
|
+ { code: 'whId',name: 'whName', title: '库区', type: 'choose', }
|
|
|
+ ],
|
|
|
contentObj: {
|
|
|
main: [
|
|
|
{
|
|
|
@@ -196,6 +200,8 @@ Page({
|
|
|
element.priceOut = element.priceSale
|
|
|
element.outAmt = 0 // 已出库金额
|
|
|
element.outQty = 0 // 已出库数量
|
|
|
+ // 显示库区和可售量开关
|
|
|
+ element.usableQtyInsufficientFlag = true
|
|
|
totalAmout += Number(element.priceSale * element.itemQty)
|
|
|
})
|
|
|
// 左下角的合计金额
|