Pārlūkot izejas kodu

增加字段“垛位备注”

YL2767 2 mēnešus atpakaļ
vecāks
revīzija
1c345b5a0a
2 mainītis faili ar 17 papildinājumiem un 4 dzēšanām
  1. 4
    0
      src/view/ware/store.vue
  2. 13
    4
      src/view/ware/storechange.vue

+ 4
- 0
src/view/ware/store.vue Parādīt failu

@@ -65,6 +65,8 @@
65 65
 					</el-table-column>
66 66
 					<el-table-column prop="productionPlace" label="产地" width="250" show-overflow-tooltip header-align="center">
67 67
 					</el-table-column>
68
+					<el-table-column prop="remark1" label="垛位备注" width="250" show-overflow-tooltip header-align="center">
69
+					</el-table-column>
68 70
 					<el-table-column prop="tallyPeople" label="吊装工" width="250" show-overflow-tooltip header-align="center">
69 71
 				    </el-table-column>
70 72
 					<el-table-column prop="remark" label="备注" width="150" show-overflow-tooltip header-align="center">
@@ -178,6 +180,8 @@
178 180
 				</el-table-column>
179 181
 				<el-table-column prop="合约号" label="合约号" width="100" show-overflow-tooltip header-align="center">
180 182
 				</el-table-column>
183
+				<el-table-column prop="垛位备注" label="垛位备注" width="100" show-overflow-tooltip header-align="center">
184
+				</el-table-column>
181 185
 			</el-table>
182 186
 
183 187
 		</el-dialog>

+ 13
- 4
src/view/ware/storechange.vue Parādīt failu

@@ -47,6 +47,11 @@
47 47
 						<el-input v-model="query.ordNo" size="small" style="width:120px;margin-left: -8px" @input="getOrdList">
48 48
 						</el-input>
49 49
 					</el-form-item>
50
+
51
+					<el-form-item label="垛位备注" style="margin-left: -15px">
52
+						<el-input v-model="query.remark1" size="small" style="width:120px;margin-left: -8px">
53
+						</el-input>
54
+					</el-form-item>
50 55
 					<el-form-item label="" style="margin-top: 0px;margin-left: 10px">
51 56
 						<el-button @click="handleSearch" size="small"  type="primary">查询</el-button>
52 57
 						<el-button @click="showChangeCustomer" size="small"  type="primary">货权转移</el-button>
@@ -101,6 +106,8 @@
101 106
 				</el-table-column>
102 107
 				<el-table-column prop="remark" label="备注" width="150" show-overflow-tooltip header-align="center">
103 108
 				</el-table-column>
109
+				<el-table-column prop="remark1" label="垛位备注" width="200" show-overflow-tooltip header-align="center">
110
+				</el-table-column>
104 111
 				<el-table-column prop="addTime" label="入库时间" width="200" show-overflow-tooltip header-align="center">
105 112
 				</el-table-column>
106 113
 			</el-table>
@@ -225,10 +232,11 @@
225 232
 					materialName: '',
226 233
 					standard: '',
227 234
 					customerName: '',
228
-					plateNo: '',
235
+					plateNo: [],
229 236
 					wareId:'',
230
-					ordNo:'',
237
+					ordNo:[],
231 238
 					fkcustmerName:'',
239
+					remark1:''
232 240
 				},
233 241
 				multipleSelection: [],
234 242
 				tableData: [],
@@ -425,8 +433,9 @@
425 433
 					materialName: this.query.materialName,
426 434
 					standard: this.query.standard,
427 435
 					customerName: this.query.customerName,
428
-					plateNo: this.query.plateNo == "" ? this.query.plateNo : this.query.plateNo.join(','),
429
-					ordNo: this.query.ordNo == "" ? this.query.ordNo : this.query.ordNo.join(',')
436
+					plateNo: this.query.plateNo.length == 0 ? '' : this.query.plateNo.join(','),
437
+					ordNo: this.query.ordNo == 0 ? '' : this.query.ordNo.join(','),
438
+					remark1: this.query.remark1
430 439
 				}
431 440
 				console.log(param);
432 441
 				axios.get(url, param).then(response => {

Notiek ielāde…
Atcelt
Saglabāt