dw пре 5 дана
родитељ
комит
5ab2fca690
1 измењених фајлова са 6 додато и 5 уклоњено
  1. 6
    5
      src/components/PopupIn.vue

+ 6
- 5
src/components/PopupIn.vue Прегледај датотеку

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

Loading…
Откажи
Сачувај