liuhairui 9 kuukautta sitten
vanhempi
commit
98d468cafd
1 muutettua tiedostoa jossa 7 lisäystä ja 6 poistoa
  1. 7 6
      src/view/inventory/ruku.vue

+ 7 - 6
src/view/inventory/ruku.vue

@@ -26,9 +26,10 @@
 			  <el-table-column  align="left" label="客户编号" prop="客户编号" width="80"/>
               <el-table-column  align="left" label="生产款号" prop="生产款号" width="170"/>
               <el-table-column  align="left" label="款式" 	 prop="款式" 	width="170"/>
-			  <el-table-column  align="left" label="接单日期" prop="接单日期" width="160"/>
-              <el-table-column  align="left" label="创建人员" prop="创建人员" width="160"/>
-			  <el-table-column  align="left" label="创建时间" prop="创建时间" width="160"/>
+			  <el-table-column  align="left" label="订单数量" 	 prop="订单数量" 	width="110"/>
+			  <el-table-column  align="left" label="落货日期" prop="落货日期" width="160"/>
+              <el-table-column  align="left" label="制单人" prop="创建人员" width="160"/>
+			  <el-table-column  align="left" label="制单日期" prop="创建时间" width="160"/>
             </el-table>
             <div class="dialog-footer" style="text-align: left;margin-right: 60px;">
 			</div>
@@ -416,7 +417,7 @@ const resbom_tableColumns = ref(
 		{ label: '裁床退回仓库面料', prop: '裁床退回仓库面料', width: '150' },
 		{ label: '入库总量', prop: '入库总量', width: '90' },
 		{ label: '面料结余', prop: '面料结余', width: '90' },
-		{ label: '入库', prop: '领用', width: '110' },
+		{ label: '入库数量', prop: '领用', width: '110' },
 		// { label: '备注', prop: '备注', width: '120' },
 		{ label: '投料单位', prop: '投料单位', width: '90' },
 		// { label: 'UNIQID', prop: 'UNIQID', width: '80' },
@@ -439,7 +440,7 @@ const Fabriccollar_tableColumns = ref(
 		{ label: '裁床退回仓库面料', prop: '裁床退回仓库面料', width: '150' },
 		{ label: '入库总量', prop: '入库总量', width: '90' },
 		{ label: '面料结余', prop: '面料结余', width: '90' },
-		{ label: '入库', prop: '领用', width: '110'},
+		{ label: '入库数量', prop: '领用', width: '110'},
 		// { label: '备注', prop: '备注', width: '120' },
 		{ label: '投料单位', prop: '投料单位', width: '90' },
 		// { label: 'UNIQID', prop: 'UNIQID', width: '80' },
@@ -517,7 +518,7 @@ const resbom_handleKeyDown = (event, x, y, prop) => {
   }
 }
 const scfjfpxsCellClass = ({row, column, rowIndex, columnIndex}) =>{
-  if (column.label === '入库') {
+  if (column.label === '入库数量') {
     return 'background-plan-usage-low';
   }
 }