2 커밋

작성자 SHA1 메시지 날짜
  LiuCheng e1f6d1dfd2 Merge branch 'master' of http://123.206.9.27:3000/zhangqingyu/BaoShengWave_vue 3 일 전
  LiuCheng 53938b0781 111 3 일 전
5개의 변경된 파일31개의 추가작업 그리고 11개의 파일을 삭제
  1. 1
    1
      src/components/PopupDistribution.vue
  2. 1
    1
      src/components/PopupOut.vue
  3. 8
    1
      src/view/record/inrecord.vue
  4. 12
    6
      src/view/record/outrecord.vue
  5. 9
    2
      src/view/ware/storechange.vue

+ 1
- 1
src/components/PopupDistribution.vue 파일 보기

@@ -271,7 +271,7 @@
271 271
 				axios.post(url, param).then(response => {
272 272
 					if (response.data.code == 0) {
273 273
 
274
-					//	this.dialogVisible = false   //modify by liuc 2025/04/16  10:14
274
+						this.dialogVisible = false   //modify by liuc 2025/04/16  10:14
275 275
 						this.selectRows    = [];
276 276
 						this.$message({
277 277
 							message: '配车成功',

+ 1
- 1
src/components/PopupOut.vue 파일 보기

@@ -31,7 +31,7 @@
31 31
 					</el-select>
32 32
 				</el-form-item>
33 33
 				<el-form-item label="承运单位">
34
-					<el-select v-model="distribution.transportName" size="small" style="margin-left: 10px" clearable placeholder="承运单位">
34
+					<el-select v-model="distribution.transportName" size="small" style="margin-left: 10px" clearable filterable placeholder="承运单位">
35 35
 						<el-option v-for="item in transports" :key="item.name" :label="item.name" :value="item.name">
36 36
 						</el-option>
37 37
 					</el-select>

+ 8
- 1
src/view/record/inrecord.vue 파일 보기

@@ -35,6 +35,10 @@
35 35
 								<el-input v-model="query.carNo" size="small"  style="width:120px;margin-left: -8px">
36 36
 								</el-input>
37 37
 							</el-form-item>
38
+							<el-form-item label="合约号" style="margin-left: -25px">
39
+								<el-input v-model="query.contractNo" size="small"  style="width:120px;margin-left: -8px">
40
+								</el-input>
41
+							</el-form-item>
38 42
 						</el-row>
39 43
 						<el-row>
40 44
 							<el-form-item label="规格型号" style="margin-left: -25px;margin-top: -15px">
@@ -164,6 +168,7 @@
164 168
 					carNo:'',
165 169
 					tallyPeople:'',
166 170
 					fkComponyName:'',
171
+					contractNo:''
167 172
 				},
168 173
 				loading: false,
169 174
 				tableData: [],
@@ -298,7 +303,8 @@
298 303
 					ordNo :this.query.ordNo,
299 304
 					carNo : this.query.carNo,
300 305
 					tallyPeople:this.query.tallyPeople,
301
-					fkComponyName:this.query.fkComponyName
306
+					fkComponyName:this.query.fkComponyName,
307
+					contractNo :this.query.contractNo,
302 308
 				}
303 309
 
304 310
 				this.childParam = param;
@@ -339,6 +345,7 @@
339 345
 					carNo : this.query.carNo,
340 346
 					tallyPeople:this.query.tallyPeople,
341 347
 					fkComponyName:this.query.fkComponyName,
348
+					contractNo :this.query.contractNo,
342 349
 				}
343 350
 
344 351
 

+ 12
- 6
src/view/record/outrecord.vue 파일 보기

@@ -5,7 +5,7 @@
5 5
 				<el-form :model="query" label-width="100px" inline="">
6 6
 					<el-row>
7 7
 						<el-form-item label="库房名称">
8
-							<el-select size="small" v-model="query.wareName" clearable style="width: 140px;" @change="changeWare">
8
+							<el-select size="small" v-model="query.wareName" clearable style="width: 100px;" @change="changeWare">
9 9
 								<el-option v-for="item in optionsWare" :key="item.id" :label="item.name" :value="item.name">
10 10
 								</el-option>
11 11
 							</el-select>
@@ -24,10 +24,14 @@
24 24
 							</el-input>
25 25
 						</el-form-item>
26 26
 						<el-form-item label="客户名称" style="margin-left: -35px">
27
-							<el-input v-model="query.customerName" size="small" style="width:200px;margin-left: -8px">
27
+							<el-input v-model="query.customerName" size="small" style="width:160px;margin-left: -8px">
28 28
 								<el-button slot="append" icon="el-icon-search" @click="showCustomer"></el-button>
29 29
 							</el-input>
30 30
 						</el-form-item>
31
+						<el-form-item label="合约号" style="margin-left: -25px;margin-top: 0px">
32
+							<el-input v-model="query.contractNo" size="small"  style="width:100px;margin-left: -8px">
33
+							</el-input>
34
+						</el-form-item>
31 35
 						<el-form-item label="付款单位" style="margin-left: -35px">
32 36
 							<el-input v-model="query.fkComponyName" size="small" style="width:200px;margin-left: -8px">
33 37
 								<el-button slot="append" icon="el-icon-search" @click="showFkCompony"></el-button>
@@ -45,7 +49,7 @@
45 49
 							<el-input v-model="query.plateNo" size="small" style="width:120px;margin-left: -8px">
46 50
 							</el-input>
47 51
 						</el-form-item>
48
-						<el-form-item label="出库时间" style="margin-left: -35px;margin-top: -15px">
52
+						<el-form-item label="出库时间" style="margin-left: -35px;margin-top: 0px">
49 53
 								<el-date-picker v-model="query.RecordDate" style="width:330px;margin-left: -8px" size="small" type="datetimerange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期">
50 54
 							    </el-date-picker>
51 55
 						</el-form-item>
@@ -264,7 +268,7 @@
264 268
 					tallyPeople:'',
265 269
 					ordNo:'',
266 270
 					fkComponyName:'',
267
-					
271
+					contractNo:''
268 272
 				},
269 273
 				accData:{
270 274
 					accDate:'',
@@ -537,7 +541,8 @@
537 541
 					carNo:this.query.carNo,
538 542
 					tallyPeople:this.query.tallyPeople,
539 543
 					ordNo :this.query.ordNo,
540
-					fkComponyName:this.query.fkComponyName
544
+					fkComponyName:this.query.fkComponyName,
545
+					contractNo:this.query.contractNo
541 546
 				}
542 547
 				this.childParam = param;
543 548
 
@@ -667,7 +672,8 @@
667 672
 					carNo:this.query.carNo,
668 673
 					tallyPeople:this.query.tallyPeople,
669 674
 					ordNo :this.query.ordNo,
670
-					fkComponyName:this.query.fkComponyName
675
+					fkComponyName:this.query.fkComponyName,
676
+					contractNo:this.query.contractNo
671 677
 				}
672 678
 				// alert(JSON.stringify(param))
673 679
 

+ 9
- 2
src/view/ware/storechange.vue 파일 보기

@@ -4,13 +4,13 @@
4 4
 			<el-form :model="query" label-width="100px" inline="">
5 5
 				<el-row>
6 6
 					<el-form-item label="库房名称" style="margin-left: -15px">
7
-						<el-select v-model="query.wareName" clearable size="small" style="width:120px;margin-left: -8px">
7
+						<el-select v-model="query.wareName" clearable size="small" style="width:100px;margin-left: -8px">
8 8
 							<el-option v-for="item in optionsWare" :key="item.id" :label="item.name" :value="item.name">
9 9
 							</el-option>
10 10
 						</el-select>
11 11
 					</el-form-item>
12 12
 					<el-form-item label="垛位名称" style="margin-left: -35px">
13
-						<el-input v-model="query.stackName" size="small" style="width:120px;margin-left: -8px"></el-input>
13
+						<el-input v-model="query.stackName" size="small" style="width:100px;margin-left: -8px"></el-input>
14 14
 					</el-form-item>
15 15
 					<el-form-item label="物料名称" style="margin-left: -35px">
16 16
 						<el-input v-model="query.materialName" size="small" style="width:120px;margin-left: -8px">
@@ -27,6 +27,10 @@
27 27
 							<el-button slot="append" icon="el-icon-search" @click="showFKcustmer"></el-button>
28 28
 						</el-input>
29 29
 					</el-form-item>
30
+					<el-form-item label="合约号" style="margin-left: -35px">
31
+						<el-input v-model="query.contractNo" size="small" style="width:100px;margin-left: -8px">
32
+						</el-input>
33
+					</el-form-item>
30 34
 					<el-form-item label="订单客户" style="margin-left: -35px">
31 35
 						<el-input v-model="query.customerName" size="small" style="width:170px;margin-left: -8px">
32 36
 							<el-button slot="append" icon="el-icon-search" @click="showCustomer"></el-button>
@@ -242,6 +246,7 @@
242 246
 					inRecordDate:[],
243 247
 					fkcustmerName:'',
244 248
 					ordNo:'',
249
+					contractNo:''
245 250
 				},
246 251
 				multipleSelection: [],
247 252
 				tableData: [],
@@ -433,6 +438,7 @@
433 438
 					toDate  :(!this.query.inRecordDate[1]) ? new Date().Format("yyyy-MM-dd HH:mm:ss") :this.query.inRecordDate[1].Format("yyyy-MM-dd HH:mm:ss"),
434 439
 					fkcustmerName : this.query.fkcustmerName,
435 440
 					ordNo : this.query.ordNo,
441
+					contractNo : this.query.contractNo,
436 442
 				}
437 443
 				axios.get(url, param).then(response => {
438 444
 					if (response.data.code == 0) {
@@ -744,6 +750,7 @@
744 750
 					toDate  :(!this.query.inRecordDate[1]) ? new Date().Format("yyyy-MM-dd HH:mm:ss") :this.query.inRecordDate[1].Format("yyyy-MM-dd HH:mm:ss"),
745 751
 					fkcustmerName : this.query.fkcustmerName,
746 752
 					ordNo : this.query.ordNo,
753
+					contractNo : this.query.contractNo,
747 754
 				}
748 755
 
749 756
 

Loading…
취소
저장