|
@@ -60,6 +60,7 @@ Page({
|
|
|
name: 'whName',
|
|
name: 'whName',
|
|
|
title: mixins.$t('whid'), //'目标仓库'
|
|
title: mixins.$t('whid'), //'目标仓库'
|
|
|
type: 'choose',
|
|
type: 'choose',
|
|
|
|
|
+ required: true,
|
|
|
urlKey: 'chooseWh'
|
|
urlKey: 'chooseWh'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -73,6 +74,7 @@ Page({
|
|
|
code: 'nonStdCode',
|
|
code: 'nonStdCode',
|
|
|
name: 'nonStdName',
|
|
name: 'nonStdName',
|
|
|
title: mixins.$t('nonStdCode'), //'目标批号'
|
|
title: mixins.$t('nonStdCode'), //'目标批号'
|
|
|
|
|
+ required: true,
|
|
|
type: 'str',
|
|
type: 'str',
|
|
|
urlKey: 'openingReason',
|
|
urlKey: 'openingReason',
|
|
|
tip: mixins.$t('tipPop'),
|
|
tip: mixins.$t('tipPop'),
|
|
@@ -82,7 +84,7 @@ Page({
|
|
|
|
|
|
|
|
cardList: [{
|
|
cardList: [{
|
|
|
name: 'main',
|
|
name: 'main',
|
|
|
- title: mixins.$t("inventoryInformation"), //'盘点信息
|
|
|
|
|
|
|
+ title: '调整信息', //'盘点信息
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: 'items',
|
|
name: 'items',
|
|
@@ -211,6 +213,7 @@ Page({
|
|
|
* @author : 王英杰
|
|
* @author : 王英杰
|
|
|
*/
|
|
*/
|
|
|
switchTransferType(transferType) {
|
|
switchTransferType(transferType) {
|
|
|
|
|
+ console.log(666);
|
|
|
if (transferType == Constants.inventoryAdjustment.warehouse) { //调整类型-仓库调整
|
|
if (transferType == Constants.inventoryAdjustment.warehouse) { //调整类型-仓库调整
|
|
|
this.setData({
|
|
this.setData({
|
|
|
contentObj: {
|
|
contentObj: {
|
|
@@ -280,6 +283,7 @@ Page({
|
|
|
name: 'whName',
|
|
name: 'whName',
|
|
|
title: mixins.$t('whid'), //'目标仓库'
|
|
title: mixins.$t('whid'), //'目标仓库'
|
|
|
type: 'choose',
|
|
type: 'choose',
|
|
|
|
|
+ required: true,
|
|
|
urlKey: 'chooseWh'
|
|
urlKey: 'chooseWh'
|
|
|
},
|
|
},
|
|
|
|
|
|
|
@@ -365,6 +369,7 @@ Page({
|
|
|
name: 'nonStdName',
|
|
name: 'nonStdName',
|
|
|
title: mixins.$t('nonStdCode'), //'目标批号'
|
|
title: mixins.$t('nonStdCode'), //'目标批号'
|
|
|
type: 'str',
|
|
type: 'str',
|
|
|
|
|
+ required: true,
|
|
|
tip: mixins.$t('tipPop'),
|
|
tip: mixins.$t('tipPop'),
|
|
|
},
|
|
},
|
|
|
|
|
|
|
@@ -505,7 +510,7 @@ Page({
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
wx.setNavigationBarTitle({
|
|
wx.setNavigationBarTitle({
|
|
|
- title: '编辑库存盘点', // mixins.$t('supplierAdd')
|
|
|
|
|
|
|
+ title: '编辑库存调整', // mixins.$t('supplierAdd')
|
|
|
})
|
|
})
|
|
|
if (formData.checkStatus == Constants.checkStaus.COMPLETE) {
|
|
if (formData.checkStatus == Constants.checkStaus.COMPLETE) {
|
|
|
buttonList = [{
|
|
buttonList = [{
|