Browse Source

盘点修复

dev-xx
马远东 11 months ago
parent
commit
2c5e31d16b
  1. 11
      src/views/distribution/checkInventoryTask/createTask.vue

11
src/views/distribution/checkInventoryTask/createTask.vue

@ -715,7 +715,6 @@ import { downloadXls } from '@/utils/util';
import { getDictionaryBiz } from '@/api/system/dict'; import { getDictionaryBiz } from '@/api/system/dict';
import { ref, reactive } from 'vue'; import { ref, reactive } from 'vue';
import { off } from 'dom7'; import { off } from 'dom7';
import { template } from '@antfu/utils';
const wLinput = ref(null); // const wLinput = ref(null); //
const wLinputState = ref(false); // const wLinputState = ref(false); //
const SoInfoData = ref({}); // const SoInfoData = ref({}); //
@ -771,7 +770,6 @@ const Statusjudgment = ref(false); //新增按钮
const DbEx = ref(null); // const DbEx = ref(null); //
const fullScreen = ref(false); // const fullScreen = ref(false); //
const BatchAbandonment = ref([]); // const BatchAbandonment = ref([]); //
const templateRwo = ref()
/** loading */ /** loading */
const loadingObj = reactive({ const loadingObj = reactive({
/** 页面loading */ /** 页面loading */
@ -1592,16 +1590,16 @@ const InInputSo = (values, val) => {
// //
const InputSo = val => { const InputSo = val => {
console.log(val,'val==>');
TcPdloading.value = true; TcPdloading.value = true;
console.log(val, '搜索框接收的值');
let data = {}; let data = {};
console.log(row.value, 'row.value'); console.log(row.value, 'row.value');
data.current = TccurrentPage.value; data.current = TccurrentPage.value;
data.size = TcpageSize.value; data.size = TcpageSize.value;
let dataS = { let dataS = {
questNum: templateRwo.value.questNum, questNum: UncountedDetails.value.questNum,
questId: templateRwo.value.id, questId: UncountedDetails.value.id,
current: TccurrentPage.value, // current: TccurrentPage.value, //
size: TcpageSize.value, // size: TcpageSize.value, //
[val.prop]: val.values, [val.prop]: val.values,
@ -1843,8 +1841,6 @@ const TcViewEvent = (val, Inso) => {
}; };
// //
const ViewEvent = val => { const ViewEvent = val => {
console.log(val,'val');
templateRwo.value =val
DiskStatus.value = true; // DiskStatus.value = true; //
InventoryDetails.value.forEach(item => { InventoryDetails.value.forEach(item => {
item.values = null; item.values = null;
@ -1853,6 +1849,7 @@ const ViewEvent = val => {
TccurrentPage.value = 1; // TccurrentPage.value = 1; //
NotCounted.value = false; // NotCounted.value = false; //
row.value = val; row.value = val;
UncountedDetails.value = val;
PopupDetails.value = true; PopupDetails.value = true;
TcPdloading.value = true; TcPdloading.value = true;
console.log(val, '明细'); console.log(val, '明细');

Loading…
Cancel
Save