|
|
|
@ -76,6 +76,7 @@ import { BasePage } from '@/components/base/page';
|
|
|
|
|
import model from './model';
|
|
|
|
|
import chooseOne from '@/components/choose-one/choose-one.vue';
|
|
|
|
|
import jPicker from '@/components/J-Picker/jPicker.vue';
|
|
|
|
|
import { session } from '@/store/modules/session';
|
|
|
|
|
//import { session } from '@/store/modules/session';
|
|
|
|
|
//import store from '@/store';
|
|
|
|
|
@Component({
|
|
|
|
@ -219,9 +220,9 @@ export default class ChangePalletNew extends BasePage {
|
|
|
|
|
//location: this.location,
|
|
|
|
|
destinationAddress: this.DestinationList.value, //库位,其中 库位是根据选择的缓存区来查询的
|
|
|
|
|
sourceAddress: this.productCodeList.value,
|
|
|
|
|
factory: session.FactoryCode,
|
|
|
|
|
//productionState: this.productCodeList.value,
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
await this.model.palletInforUpdate(params);
|
|
|
|
|
if (model.SubmitCode == 200) {
|
|
|
|
|
this.uni.showToast({ title: '成功' });
|
|
|
|
|