|
|
@@ -198,12 +198,12 @@ Component({
|
|
|
name = '入库类型'
|
|
|
}
|
|
|
//入库原因
|
|
|
- if (typeName === 'inBoundReason') {
|
|
|
+ if (typeName === 'intoReason') {
|
|
|
dataSourceCode = 'inReason'
|
|
|
name = '入库原因'
|
|
|
let stowList = [{
|
|
|
- name: '其他采购',
|
|
|
- id: '基础资料-入库',
|
|
|
+ name: '盘盈入库',
|
|
|
+ id: '10112024-0314-0000-0000-000010d79635',
|
|
|
infotype: 'default'
|
|
|
},
|
|
|
|
|
|
@@ -215,7 +215,7 @@ Component({
|
|
|
})
|
|
|
}
|
|
|
//出库类型
|
|
|
- if (typeName === 'outboundType') {
|
|
|
+ if (typeName === 'outType') {
|
|
|
dataSourceCode = 'outType'
|
|
|
name = '出库类型'
|
|
|
let stowList = [{
|
|
|
@@ -244,12 +244,12 @@ Component({
|
|
|
}
|
|
|
|
|
|
//出库原因
|
|
|
- if (typeName === 'outboundReason') {
|
|
|
+ if (typeName === 'outReason') {
|
|
|
dataSourceCode = 'outReason'
|
|
|
name = '出库原因'
|
|
|
let stowList = [{
|
|
|
name: '破损出库',
|
|
|
- id: '基础资料-出库',
|
|
|
+ id: '10112024-0312-0000-0000-00000f5759fd',
|
|
|
infotype: 'default'
|
|
|
},
|
|
|
|