|  | @@ -712,7 +712,7 @@
 | 
											
												
													
														|  |                v-model="scope.row.fBsdate"
 |  |                v-model="scope.row.fBsdate"
 | 
											
												
													
														|  |                style="width: 150px"
 |  |                style="width: 150px"
 | 
											
												
													
														|  |                type="date"
 |  |                type="date"
 | 
											
												
													
														|  | -              disabled
 |  | 
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                value-format="timestamp"
 |  |                value-format="timestamp"
 | 
											
												
													
														|  |                placeholder="入库日期"
 |  |                placeholder="入库日期"
 | 
											
												
													
														|  |              >
 |  |              >
 | 
											
										
											
												
													
														|  | @@ -787,7 +787,7 @@
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  |            <template slot-scope="scope">
 |  |            <template slot-scope="scope">
 | 
											
												
													
														|  |              <el-input
 |  |              <el-input
 | 
											
												
													
														|  | -              oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\d).*$/, "$1$2.$3")'
 |  | 
 | 
											
												
													
														|  | 
 |  | +              oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\d\d\d).*$/, "$1$2.$3")'
 | 
											
												
													
														|  |                v-model="scope.row.fPlangrossweight"
 |  |                v-model="scope.row.fPlangrossweight"
 | 
											
												
													
														|  |                placeholder="计划毛重"
 |  |                placeholder="计划毛重"
 | 
											
												
													
														|  |                :disabled="browseStatus"
 |  |                :disabled="browseStatus"
 | 
											
										
											
												
													
														|  | @@ -804,7 +804,7 @@
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  |            <template slot-scope="scope">
 |  |            <template slot-scope="scope">
 | 
											
												
													
														|  |              <el-input
 |  |              <el-input
 | 
											
												
													
														|  | -              oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\d).*$/, "$1$2.$3")'
 |  | 
 | 
											
												
													
														|  | 
 |  | +              oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\d\d\d).*$/, "$1$2.$3")'
 | 
											
												
													
														|  |                v-model="scope.row.fPlannetweight"
 |  |                v-model="scope.row.fPlannetweight"
 | 
											
												
													
														|  |                :disabled="browseStatus"
 |  |                :disabled="browseStatus"
 | 
											
												
													
														|  |                placeholder="计划净重"
 |  |                placeholder="计划净重"
 | 
											
										
											
												
													
														|  | @@ -855,7 +855,7 @@
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  |            <template slot-scope="scope">
 |  |            <template slot-scope="scope">
 | 
											
												
													
														|  |              <el-input
 |  |              <el-input
 | 
											
												
													
														|  | -              oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\d).*$/, "$1$2.$3")'
 |  | 
 | 
											
												
													
														|  | 
 |  | +              oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\d\d\d).*$/, "$1$2.$3")'
 | 
											
												
													
														|  |                v-model="scope.row.fGrossweight"
 |  |                v-model="scope.row.fGrossweight"
 | 
											
												
													
														|  |                placeholder="入库毛重"
 |  |                placeholder="入库毛重"
 | 
											
												
													
														|  |                :disabled="browseStatus"
 |  |                :disabled="browseStatus"
 |