dw 5 дней назад
Родитель
Сommit
5ab2fca690
1 измененных файлов: 6 добавлений и 5 удалений
  1. 6
    5
      src/components/PopupIn.vue

+ 6
- 5
src/components/PopupIn.vue Просмотреть файл

@@ -179,6 +179,7 @@
179 179
 		},
180 180
 		data() {
181 181
 			return {
182
+
182 183
 				moveFromStack: {},
183 184
 				inDialogVisible: false,
184 185
 				inDialogSpan: 8,
@@ -223,7 +224,7 @@
223 224
 					carNo:'',
224 225
 					tallyPeople:'',
225 226
 					fkComponyId:''
226
-					
227
+
227 228
 				},
228 229
 				rules: {
229 230
 
@@ -259,7 +260,7 @@
259 260
 
260 261
 			}
261 262
 		},
262
-		
263
+
263 264
 		methods: {
264 265
 			getSearchItem(){
265 266
 				var url = 'Common/querySelector.do'
@@ -292,14 +293,14 @@
292 293
 				this.store.customer2 = customer
293 294
 				this.store.fkComponyId = customer.id;
294 295
 			},
295
-			
296
+
296 297
 			showAddress() {
297 298
 				this.$refs.PopupAddress.show(this.store.customer.id)
298 299
 			},
299 300
 			receviceFromAddress(address) {
300 301
 				this.store.receiveAddress = address.address
301 302
 			},
302
-			
303
+
303 304
 			show() {
304 305
 				this.inDialogVisible = true
305 306
 				this.store.ware.id = this.wareId
@@ -318,7 +319,7 @@
318 319
 			handleConfirmIn(formName) {
319 320
 				this.$refs[formName].validate((valid) => {
320 321
 					if (valid) {
321
-						
322
+
322 323
 						this.confAble = true;
323 324
 						var url = 'WareIn/in.do'
324 325
 						var json = JSON.stringify(this.store)

Загрузка…
Отмена
Сохранить