|  | @@ -111,7 +111,7 @@
 | 
											
												
													
														|  |            type="primary"
 |  |            type="primary"
 | 
											
												
													
														|  |            icon="el-icon-plus"
 |  |            icon="el-icon-plus"
 | 
											
												
													
														|  |            size="mini"
 |  |            size="mini"
 | 
											
												
													
														|  | -          @click="handleAdd"
 |  | 
 | 
											
												
													
														|  | 
 |  | +          @click="handleAdd(false)"
 | 
											
												
													
														|  |            v-hasPermi="['warehouseBusiness:warehousebills:add']"
 |  |            v-hasPermi="['warehouseBusiness:warehousebills:add']"
 | 
											
												
													
														|  |          >新增
 |  |          >新增
 | 
											
												
													
														|  |          </el-button>
 |  |          </el-button>
 | 
											
										
											
												
													
														|  | @@ -199,7 +199,15 @@
 | 
											
												
													
														|  |              size="mini"
 |  |              size="mini"
 | 
											
												
													
														|  |              type="text"
 |  |              type="text"
 | 
											
												
													
														|  |              icon="el-icon-edit"
 |  |              icon="el-icon-edit"
 | 
											
												
													
														|  | -            @click="handleUpdate(scope.row)"
 |  | 
 | 
											
												
													
														|  | 
 |  | +            @click="handleUpdate(scope.row, true)"
 | 
											
												
													
														|  | 
 |  | +            v-hasPermi="['warehouseBusiness:warehousebills:edit']"
 | 
											
												
													
														|  | 
 |  | +          >查看
 | 
											
												
													
														|  | 
 |  | +          </el-button>
 | 
											
												
													
														|  | 
 |  | +          <el-button
 | 
											
												
													
														|  | 
 |  | +            size="mini"
 | 
											
												
													
														|  | 
 |  | +            type="text"
 | 
											
												
													
														|  | 
 |  | +            icon="el-icon-edit"
 | 
											
												
													
														|  | 
 |  | +            @click="handleUpdate(scope.row, false)"
 | 
											
												
													
														|  |              v-hasPermi="['warehouseBusiness:warehousebills:edit']"
 |  |              v-hasPermi="['warehouseBusiness:warehousebills:edit']"
 | 
											
												
													
														|  |            >修改
 |  |            >修改
 | 
											
												
													
														|  |            </el-button>
 |  |            </el-button>
 | 
											
										
											
												
													
														|  | @@ -244,6 +252,7 @@
 | 
											
												
													
														|  |                  v-model="form.fCorpid"
 |  |                  v-model="form.fCorpid"
 | 
											
												
													
														|  |                  filterable
 |  |                  filterable
 | 
											
												
													
														|  |                  remote
 |  |                  remote
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                  :remote-method="corpsRemoteMethod"
 |  |                  :remote-method="corpsRemoteMethod"
 | 
											
												
													
														|  |                  placeholder="请选择原货权方"
 |  |                  placeholder="请选择原货权方"
 | 
											
										
											
												
													
														|  | @@ -262,6 +271,7 @@
 | 
											
												
													
														|  |                <el-select
 |  |                <el-select
 | 
											
												
													
														|  |                  v-model="form.fStltypeid"
 |  |                  v-model="form.fStltypeid"
 | 
											
												
													
														|  |                  placeholder="请选择结算方式"
 |  |                  placeholder="请选择结算方式"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  clearable
 |  |                  clearable
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                >
 |  |                >
 | 
											
										
											
												
													
														|  | @@ -279,6 +289,7 @@
 | 
											
												
													
														|  |                <el-input
 |  |                <el-input
 | 
											
												
													
														|  |                  v-model="form.fMblno"
 |  |                  v-model="form.fMblno"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  placeholder="手工输入"
 |  |                  placeholder="手工输入"
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
												
													
														|  |              </el-form-item>
 |  |              </el-form-item>
 | 
											
										
											
												
													
														|  | @@ -291,6 +302,7 @@
 | 
											
												
													
														|  |                  v-model="form.fBsdate"
 |  |                  v-model="form.fBsdate"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                  type="date"
 |  |                  type="date"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  @change="changefBsdate"
 |  |                  @change="changefBsdate"
 | 
											
												
													
														|  |                  value-format="timestamp"
 |  |                  value-format="timestamp"
 | 
											
												
													
														|  |                  placeholder="业务日期"
 |  |                  placeholder="业务日期"
 | 
											
										
											
												
													
														|  | @@ -305,6 +317,7 @@
 | 
											
												
													
														|  |                  v-model="form.fStorekeeper"
 |  |                  v-model="form.fStorekeeper"
 | 
											
												
													
														|  |                  filterable
 |  |                  filterable
 | 
											
												
													
														|  |                  remote
 |  |                  remote
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                  :remote-method="userRemoteMethod"
 |  |                  :remote-method="userRemoteMethod"
 | 
											
												
													
														|  |                  placeholder="请选择仓管员"
 |  |                  placeholder="请选择仓管员"
 | 
											
										
											
												
													
														|  | @@ -324,6 +337,7 @@
 | 
											
												
													
														|  |                  v-model="form.fWarehouseid"
 |  |                  v-model="form.fWarehouseid"
 | 
											
												
													
														|  |                  filterable
 |  |                  filterable
 | 
											
												
													
														|  |                  remote
 |  |                  remote
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                  :remote-method="warehouseRemoteMethod"
 |  |                  :remote-method="warehouseRemoteMethod"
 | 
											
												
													
														|  |                  placeholder="请选择仓库"
 |  |                  placeholder="请选择仓库"
 | 
											
										
											
												
													
														|  | @@ -355,6 +369,7 @@
 | 
											
												
													
														|  |                <el-select
 |  |                <el-select
 | 
											
												
													
														|  |                  v-model="form.fIfdamage"
 |  |                  v-model="form.fIfdamage"
 | 
											
												
													
														|  |                  placeholder="请选择是否破损"
 |  |                  placeholder="请选择是否破损"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  clearable
 |  |                  clearable
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                >
 |  |                >
 | 
											
										
											
												
													
														|  | @@ -372,6 +387,7 @@
 | 
											
												
													
														|  |                <el-select
 |  |                <el-select
 | 
											
												
													
														|  |                  v-model="form.fIfweigh"
 |  |                  v-model="form.fIfweigh"
 | 
											
												
													
														|  |                  placeholder="请选择是否过磅"
 |  |                  placeholder="请选择是否过磅"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  clearable
 |  |                  clearable
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                >
 |  |                >
 | 
											
										
											
												
													
														|  | @@ -392,6 +408,7 @@
 | 
											
												
													
														|  |                <el-select
 |  |                <el-select
 | 
											
												
													
														|  |                  v-model="form.fIfpledge"
 |  |                  v-model="form.fIfpledge"
 | 
											
												
													
														|  |                  placeholder="请选择是否过磅"
 |  |                  placeholder="请选择是否过磅"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  clearable
 |  |                  clearable
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                >
 |  |                >
 | 
											
										
											
												
													
														|  | @@ -408,6 +425,7 @@
 | 
											
												
													
														|  |              <el-form-item label="质押银行" prop="fbankcorpid">
 |  |              <el-form-item label="质押银行" prop="fbankcorpid">
 | 
											
												
													
														|  |                <el-input
 |  |                <el-input
 | 
											
												
													
														|  |                  v-model="form.fBankcorpid"
 |  |                  v-model="form.fBankcorpid"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  laceholder="质押银行"
 |  |                  laceholder="质押银行"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
										
											
												
													
														|  | @@ -418,6 +436,7 @@
 | 
											
												
													
														|  |                <el-select
 |  |                <el-select
 | 
											
												
													
														|  |                  v-model="form.fFeetunit"
 |  |                  v-model="form.fFeetunit"
 | 
											
												
													
														|  |                  placeholder="请选择计费单位"
 |  |                  placeholder="请选择计费单位"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  clearable
 |  |                  clearable
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                >
 |  |                >
 | 
											
										
											
												
													
														|  | @@ -436,6 +455,7 @@
 | 
											
												
													
														|  |              <el-input
 |  |              <el-input
 | 
											
												
													
														|  |                style="width: 100%"
 |  |                style="width: 100%"
 | 
											
												
													
														|  |                v-model="form.remark"
 |  |                v-model="form.remark"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                type="textarea"
 |  |                type="textarea"
 | 
											
												
													
														|  |                placeholder="请输入内容"
 |  |                placeholder="请输入内容"
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
										
											
												
													
														|  | @@ -470,6 +490,7 @@
 | 
											
												
													
														|  |              <el-form-item label="仓库电话" prop="ftel">
 |  |              <el-form-item label="仓库电话" prop="ftel">
 | 
											
												
													
														|  |                <el-input
 |  |                <el-input
 | 
											
												
													
														|  |                  v-model="form.fTel"
 |  |                  v-model="form.fTel"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                  placeholder="请输仓库入电话"
 |  |                  placeholder="请输仓库入电话"
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
										
											
												
													
														|  | @@ -479,6 +500,7 @@
 | 
											
												
													
														|  |              <el-form-item label="船名航次" prop="fvslvoy">
 |  |              <el-form-item label="船名航次" prop="fvslvoy">
 | 
											
												
													
														|  |                <el-input
 |  |                <el-input
 | 
											
												
													
														|  |                  v-model="form.fVslvoy"
 |  |                  v-model="form.fVslvoy"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                  placeholder="船名航次"
 |  |                  placeholder="船名航次"
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
										
											
												
													
														|  | @@ -492,6 +514,7 @@
 | 
											
												
													
														|  |                  v-model="form.fEta"
 |  |                  v-model="form.fEta"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                  type="date"
 |  |                  type="date"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  value-format="timestamp"
 |  |                  value-format="timestamp"
 | 
											
												
													
														|  |                  placeholder="到港日期"
 |  |                  placeholder="到港日期"
 | 
											
												
													
														|  |                >
 |  |                >
 | 
											
										
											
												
													
														|  | @@ -503,6 +526,7 @@
 | 
											
												
													
														|  |                <el-input
 |  |                <el-input
 | 
											
												
													
														|  |                  v-model="form.fCustomno"
 |  |                  v-model="form.fCustomno"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  laceholder="报关单号"
 |  |                  laceholder="报关单号"
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
												
													
														|  |              </el-form-item>
 |  |              </el-form-item>
 | 
											
										
											
												
													
														|  | @@ -514,6 +538,7 @@
 | 
											
												
													
														|  |                  v-model="form.fSbu"
 |  |                  v-model="form.fSbu"
 | 
											
												
													
														|  |                  filterable
 |  |                  filterable
 | 
											
												
													
														|  |                  remote
 |  |                  remote
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  :remote-method="fSbuRemoteMethod"
 |  |                  :remote-method="fSbuRemoteMethod"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                  placeholder="请选择经营单位"
 |  |                  placeholder="请选择经营单位"
 | 
											
										
											
												
													
														|  | @@ -549,6 +574,7 @@
 | 
											
												
													
														|  |                <el-input
 |  |                <el-input
 | 
											
												
													
														|  |                  v-model="form.fOriginalbillno"
 |  |                  v-model="form.fOriginalbillno"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  placeholder="单据编号"
 |  |                  placeholder="单据编号"
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
												
													
														|  |              </el-form-item>
 |  |              </el-form-item>
 | 
											
										
											
												
													
														|  | @@ -558,6 +584,7 @@
 | 
											
												
													
														|  |                <el-select
 |  |                <el-select
 | 
											
												
													
														|  |                  v-model="form.fTrademodeid"
 |  |                  v-model="form.fTrademodeid"
 | 
											
												
													
														|  |                  placeholder="请选择贸易方式"
 |  |                  placeholder="请选择贸易方式"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  clearable
 |  |                  clearable
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  |                >
 |  |                >
 | 
											
										
											
												
													
														|  | @@ -619,6 +646,7 @@
 | 
											
												
													
														|  |                <el-input
 |  |                <el-input
 | 
											
												
													
														|  |                  v-model="form.fMarks"
 |  |                  v-model="form.fMarks"
 | 
											
												
													
														|  |                  style="width: 250px"
 |  |                  style="width: 250px"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  placeholder="唛头"
 |  |                  placeholder="唛头"
 | 
											
												
													
														|  |                />
 |  |                />
 | 
											
												
													
														|  |              </el-form-item>
 |  |              </el-form-item>
 | 
											
										
											
												
													
														|  | @@ -694,12 +722,30 @@
 | 
											
												
													
														|  |              <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).*$/, "$1$2.$3")'
 | 
											
												
													
														|  |                v-model="scope.row.fCntrtype"
 |  |                v-model="scope.row.fCntrtype"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                placeholder="箱型"
 |  |                placeholder="箱型"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
												
													
														|  |            </template>
 |  |            </template>
 | 
											
												
													
														|  |          </el-table-column>
 |  |          </el-table-column>
 | 
											
												
													
														|  |          <el-table-column
 |  |          <el-table-column
 | 
											
												
													
														|  | 
 |  | +          prop="fCntqty"
 | 
											
												
													
														|  | 
 |  | +          header-align="center"
 | 
											
												
													
														|  | 
 |  | +          align="center"
 | 
											
												
													
														|  | 
 |  | +          width="140px"
 | 
											
												
													
														|  | 
 |  | +          label="箱量"
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +          <template slot-scope="scope">
 | 
											
												
													
														|  | 
 |  | +            <el-input
 | 
											
												
													
														|  | 
 |  | +              oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\d).*$/, "$1$2.$3")'
 | 
											
												
													
														|  | 
 |  | +              v-model="scope.row.fCntqty"
 | 
											
												
													
														|  | 
 |  | +              placeholder="箱量"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  | 
 |  | +              show-word-limit
 | 
											
												
													
														|  | 
 |  | +            />
 | 
											
												
													
														|  | 
 |  | +          </template>
 | 
											
												
													
														|  | 
 |  | +        </el-table-column>
 | 
											
												
													
														|  | 
 |  | +        <el-table-column
 | 
											
												
													
														|  |            prop="fQtyblc"
 |  |            prop="fQtyblc"
 | 
											
												
													
														|  |            header-align="center"
 |  |            header-align="center"
 | 
											
												
													
														|  |            align="center"
 |  |            align="center"
 | 
											
										
											
												
													
														|  | @@ -716,6 +762,7 @@
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  |            <template slot-scope="scope">
 |  |            <template slot-scope="scope">
 | 
											
												
													
														|  |              <el-input
 |  |              <el-input
 | 
											
												
													
														|  | 
 |  | +            :disabled="browseStatus"
 | 
											
												
													
														|  |                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).*$/, "$1$2.$3")'
 | 
											
												
													
														|  |                v-model="scope.row.fGrossweight"
 |  |                v-model="scope.row.fGrossweight"
 | 
											
												
													
														|  |                placeholder="出库毛重"
 |  |                placeholder="出库毛重"
 | 
											
										
											
												
													
														|  | @@ -734,6 +781,7 @@
 | 
											
												
													
														|  |              <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).*$/, "$1$2.$3")'
 | 
											
												
													
														|  |                v-model="scope.row.fNetweight"
 |  |                v-model="scope.row.fNetweight"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                placeholder="出库净重"
 |  |                placeholder="出库净重"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
										
											
												
													
														|  | @@ -750,6 +798,7 @@
 | 
											
												
													
														|  |              <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).*$/, "$1$2.$3")'
 | 
											
												
													
														|  |                v-model="scope.row.fQty"
 |  |                v-model="scope.row.fQty"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                placeholder="出库件数"
 |  |                placeholder="出库件数"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
										
											
												
													
														|  | @@ -766,6 +815,7 @@
 | 
											
												
													
														|  |              <el-input
 |  |              <el-input
 | 
											
												
													
														|  |                oninput="value=value.replace(/[^\d.]/g,'')"
 |  |                oninput="value=value.replace(/[^\d.]/g,'')"
 | 
											
												
													
														|  |                v-model="scope.row.fPackagespecs"
 |  |                v-model="scope.row.fPackagespecs"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                placeholder="包装规格"
 |  |                placeholder="包装规格"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
										
											
												
													
														|  | @@ -799,6 +849,7 @@
 | 
											
												
													
														|  |                  v-for="dict in kqhouseOptions"
 |  |                  v-for="dict in kqhouseOptions"
 | 
											
												
													
														|  |                  :key="dict.fId"
 |  |                  :key="dict.fId"
 | 
											
												
													
														|  |                  :label="dict.fName"
 |  |                  :label="dict.fName"
 | 
											
												
													
														|  | 
 |  | +                :disabled="browseStatus"
 | 
											
												
													
														|  |                  :value="dict.fId"
 |  |                  :value="dict.fId"
 | 
											
												
													
														|  |                ></el-option>
 |  |                ></el-option>
 | 
											
												
													
														|  |              </el-select>
 |  |              </el-select>
 | 
											
										
											
												
													
														|  | @@ -815,6 +866,7 @@
 | 
											
												
													
														|  |              <el-input
 |  |              <el-input
 | 
											
												
													
														|  |                v-model="scope.row.fCntrno"
 |  |                v-model="scope.row.fCntrno"
 | 
											
												
													
														|  |                placeholder="箱号"
 |  |                placeholder="箱号"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
												
													
														|  |            </template>
 |  |            </template>
 | 
											
										
											
												
													
														|  | @@ -831,6 +883,7 @@
 | 
											
												
													
														|  |                oninput="value=value.replace(/[^\d.]/g,'')"
 |  |                oninput="value=value.replace(/[^\d.]/g,'')"
 | 
											
												
													
														|  |                v-model="scope.row.fGoodsval"
 |  |                v-model="scope.row.fGoodsval"
 | 
											
												
													
														|  |                placeholder="货值"
 |  |                placeholder="货值"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
												
													
														|  |            </template>
 |  |            </template>
 | 
											
										
											
												
													
														|  | @@ -847,6 +900,7 @@
 | 
											
												
													
														|  |                oninput="value=value.replace(/[^\d.]/g,'')"
 |  |                oninput="value=value.replace(/[^\d.]/g,'')"
 | 
											
												
													
														|  |                v-model="scope.row.fTruckno"
 |  |                v-model="scope.row.fTruckno"
 | 
											
												
													
														|  |                placeholder="车号"
 |  |                placeholder="车号"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
												
													
														|  |            </template>
 |  |            </template>
 | 
											
										
											
												
													
														|  | @@ -862,6 +916,7 @@
 | 
											
												
													
														|  |              <el-input
 |  |              <el-input
 | 
											
												
													
														|  |                v-model="scope.row.remark"
 |  |                v-model="scope.row.remark"
 | 
											
												
													
														|  |                placeholder="备注"
 |  |                placeholder="备注"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
												
													
														|  |            </template>
 |  |            </template>
 | 
											
										
											
												
													
														|  | @@ -987,6 +1042,7 @@
 | 
											
												
													
														|  |          border
 |  |          border
 | 
											
												
													
														|  |          stripe
 |  |          stripe
 | 
											
												
													
														|  |          show-summary
 |  |          show-summary
 | 
											
												
													
														|  | 
 |  | +        :summary-method="getwarehouseDrList"
 | 
											
												
													
														|  |        >
 |  |        >
 | 
											
												
													
														|  |          <el-table-column label="序号" type="index" width="80">
 |  |          <el-table-column label="序号" type="index" width="80">
 | 
											
												
													
														|  |          </el-table-column>
 |  |          </el-table-column>
 | 
											
										
											
												
													
														|  | @@ -1008,6 +1064,7 @@
 | 
											
												
													
														|  |                v-model="scope.row.fCorpid"
 |  |                v-model="scope.row.fCorpid"
 | 
											
												
													
														|  |                filterable
 |  |                filterable
 | 
											
												
													
														|  |                remote
 |  |                remote
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                :remote-method="corpsRemoteMethod"
 |  |                :remote-method="corpsRemoteMethod"
 | 
											
												
													
														|  |                placeholder="客户名称"
 |  |                placeholder="客户名称"
 | 
											
												
													
														|  |              >
 |  |              >
 | 
											
										
											
												
													
														|  | @@ -1032,6 +1089,7 @@
 | 
											
												
													
														|  |                v-model="scope.row.fFeeid"
 |  |                v-model="scope.row.fFeeid"
 | 
											
												
													
														|  |                filterable
 |  |                filterable
 | 
											
												
													
														|  |                remote
 |  |                remote
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                :remote-method="fWRemoteMethod"
 |  |                :remote-method="fWRemoteMethod"
 | 
											
												
													
														|  |                placeholder="费用名称"
 |  |                placeholder="费用名称"
 | 
											
												
													
														|  |              >
 |  |              >
 | 
											
										
											
												
													
														|  | @@ -1060,6 +1118,8 @@
 | 
											
												
													
														|  |              <el-select
 |  |              <el-select
 | 
											
												
													
														|  |                v-model="scope.row.fFeeUnitid"
 |  |                v-model="scope.row.fFeeUnitid"
 | 
											
												
													
														|  |                placeholder="请选择计费单位"
 |  |                placeholder="请选择计费单位"
 | 
											
												
													
														|  | 
 |  | +              @change="changefFeeunitid"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                clearable
 |  |                clearable
 | 
											
												
													
														|  |              >
 |  |              >
 | 
											
												
													
														|  |                <el-option
 |  |                <el-option
 | 
											
										
											
												
													
														|  | @@ -1083,6 +1143,7 @@
 | 
											
												
													
														|  |                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).*$/, "$1$2.$3")'
 | 
											
												
													
														|  |                v-model="scope.row.fQty"
 |  |                v-model="scope.row.fQty"
 | 
											
												
													
														|  |                placeholder="数量"
 |  |                placeholder="数量"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                @change="changeEstmateAmt(scope.row)"
 |  |                @change="changeEstmateAmt(scope.row)"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
										
											
												
													
														|  | @@ -1100,6 +1161,7 @@
 | 
											
												
													
														|  |                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).*$/, "$1$2.$3")'
 | 
											
												
													
														|  |                v-model="scope.row.fUnitprice"
 |  |                v-model="scope.row.fUnitprice"
 | 
											
												
													
														|  |                placeholder="单价"
 |  |                placeholder="单价"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                @change="changeContractAmt(scope.row)"
 |  |                @change="changeContractAmt(scope.row)"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
										
											
												
													
														|  | @@ -1190,7 +1252,7 @@
 | 
											
												
													
														|  |            header-align="center"
 |  |            header-align="center"
 | 
											
												
													
														|  |            align="center"
 |  |            align="center"
 | 
											
												
													
														|  |            label="操作"
 |  |            label="操作"
 | 
											
												
													
														|  | -          width="150px"
 |  | 
 | 
											
												
													
														|  | 
 |  | +          width="200px"
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  |            <template slot-scope="scope">
 |  |            <template slot-scope="scope">
 | 
											
												
													
														|  |              <el-button size="small">审核费用</el-button>
 |  |              <el-button size="small">审核费用</el-button>
 | 
											
										
											
												
													
														|  | @@ -1215,6 +1277,7 @@
 | 
											
												
													
														|  |          border
 |  |          border
 | 
											
												
													
														|  |          stripe
 |  |          stripe
 | 
											
												
													
														|  |          show-summary
 |  |          show-summary
 | 
											
												
													
														|  | 
 |  | +        :summary-method="getwarehouseCrList"
 | 
											
												
													
														|  |        >
 |  |        >
 | 
											
												
													
														|  |          <el-table-column label="序号" type="index" width="80">
 |  |          <el-table-column label="序号" type="index" width="80">
 | 
											
												
													
														|  |          </el-table-column>
 |  |          </el-table-column>
 | 
											
										
											
												
													
														|  | @@ -1236,6 +1299,7 @@
 | 
											
												
													
														|  |                v-model="scope.row.fCorpid"
 |  |                v-model="scope.row.fCorpid"
 | 
											
												
													
														|  |                filterable
 |  |                filterable
 | 
											
												
													
														|  |                remote
 |  |                remote
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                :remote-method="corpsRemoteMethod"
 |  |                :remote-method="corpsRemoteMethod"
 | 
											
												
													
														|  |                placeholder="客户名称"
 |  |                placeholder="客户名称"
 | 
											
												
													
														|  |              >
 |  |              >
 | 
											
										
											
												
													
														|  | @@ -1265,6 +1329,7 @@
 | 
											
												
													
														|  |                v-model="scope.row.fFeeid"
 |  |                v-model="scope.row.fFeeid"
 | 
											
												
													
														|  |                filterable
 |  |                filterable
 | 
											
												
													
														|  |                remote
 |  |                remote
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                :remote-method="fWRemoteMethod"
 |  |                :remote-method="fWRemoteMethod"
 | 
											
												
													
														|  |                placeholder="费用名称"
 |  |                placeholder="费用名称"
 | 
											
												
													
														|  |              >
 |  |              >
 | 
											
										
											
												
													
														|  | @@ -1293,6 +1358,8 @@
 | 
											
												
													
														|  |              <el-select
 |  |              <el-select
 | 
											
												
													
														|  |                v-model="scope.row.fFeeUnitid"
 |  |                v-model="scope.row.fFeeUnitid"
 | 
											
												
													
														|  |                placeholder="请选择计费单位"
 |  |                placeholder="请选择计费单位"
 | 
											
												
													
														|  | 
 |  | +              @change="changefFeeunitids"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                clearable
 |  |                clearable
 | 
											
												
													
														|  |              >
 |  |              >
 | 
											
												
													
														|  |                <el-option
 |  |                <el-option
 | 
											
										
											
												
													
														|  | @@ -1316,6 +1383,7 @@
 | 
											
												
													
														|  |                oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\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.fQty"
 |  |                v-model="scope.row.fQty"
 | 
											
												
													
														|  |                @change="changeEstmateAmt(scope.row)"
 |  |                @change="changeEstmateAmt(scope.row)"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                placeholder="数量"
 |  |                placeholder="数量"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
										
											
												
													
														|  | @@ -1333,6 +1401,7 @@
 | 
											
												
													
														|  |                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).*$/, "$1$2.$3")'
 | 
											
												
													
														|  |                v-model="scope.row.fUnitprice"
 |  |                v-model="scope.row.fUnitprice"
 | 
											
												
													
														|  |                @change="changeContractAmt(scope.row)"
 |  |                @change="changeContractAmt(scope.row)"
 | 
											
												
													
														|  | 
 |  | +              :disabled="browseStatus"
 | 
											
												
													
														|  |                placeholder="单价"
 |  |                placeholder="单价"
 | 
											
												
													
														|  |                show-word-limit
 |  |                show-word-limit
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
										
											
												
													
														|  | @@ -1422,7 +1491,7 @@
 | 
											
												
													
														|  |          <el-table-column
 |  |          <el-table-column
 | 
											
												
													
														|  |            header-align="center"
 |  |            header-align="center"
 | 
											
												
													
														|  |            align="center"
 |  |            align="center"
 | 
											
												
													
														|  | -          width="150px"
 |  | 
 | 
											
												
													
														|  | 
 |  | +          width="200px"
 | 
											
												
													
														|  |            label="操作"
 |  |            label="操作"
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  |            <template slot-scope="scope">
 |  |            <template slot-scope="scope">
 | 
											
										
											
												
													
														|  | @@ -1829,6 +1898,9 @@
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      data() {
 |  |      data() {
 | 
											
												
													
														|  |        return {
 |  |        return {
 | 
											
												
													
														|  | 
 |  | +        fFeeUnitid: "",
 | 
											
												
													
														|  | 
 |  | +        fFeeUnitids: "",
 | 
											
												
													
														|  | 
 |  | +        browseStatus: false,
 | 
											
												
													
														|  |          fGrossweight: '',
 |  |          fGrossweight: '',
 | 
											
												
													
														|  |          fNetweight: '',
 |  |          fNetweight: '',
 | 
											
												
													
														|  |          fQty: '',
 |  |          fQty: '',
 | 
											
										
											
												
													
														|  | @@ -2295,7 +2367,8 @@
 | 
											
												
													
														|  |          this.dialogWhgenlegList = selection
 |  |          this.dialogWhgenlegList = selection
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  |        /** 新增按钮操作 */
 |  |        /** 新增按钮操作 */
 | 
											
												
													
														|  | -      handleAdd() {
 |  | 
 | 
											
												
													
														|  | 
 |  | +      handleAdd(status) {
 | 
											
												
													
														|  | 
 |  | +        this.browseStatus = status
 | 
											
												
													
														|  |          this.reset();
 |  |          this.reset();
 | 
											
												
													
														|  |          this.queryUser();
 |  |          this.queryUser();
 | 
											
												
													
														|  |          this.open = true;
 |  |          this.open = true;
 | 
											
										
											
												
													
														|  | @@ -2306,7 +2379,8 @@
 | 
											
												
													
														|  |          this.title = "出库单";
 |  |          this.title = "出库单";
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  |        /** 修改按钮操作 */
 |  |        /** 修改按钮操作 */
 | 
											
												
													
														|  | -      handleUpdate(row) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +      handleUpdate(row, status) {
 | 
											
												
													
														|  | 
 |  | +        this.browseStatus = status
 | 
											
												
													
														|  |          this.reset();
 |  |          this.reset();
 | 
											
												
													
														|  |          const fId = row.fId || this.ids;
 |  |          const fId = row.fId || this.ids;
 | 
											
												
													
														|  |          getWarehousebills(fId).then((response) => {
 |  |          getWarehousebills(fId).then((response) => {
 | 
											
										
											
												
													
														|  | @@ -2403,14 +2477,19 @@
 | 
											
												
													
														|  |            if (column.property === 'fqty') {
 |  |            if (column.property === 'fqty') {
 | 
											
												
													
														|  |              values = data.map(item => Number(item['fQty']))
 |  |              values = data.map(item => Number(item['fQty']))
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  | 
 |  | +        if (column.property === "fCntqty") {
 | 
											
												
													
														|  | 
 |  | +                  values = data.map((item) => Number(item["fCntqty"]));
 | 
											
												
													
														|  | 
 |  | +                }
 | 
											
												
													
														|  |        
 |  |        
 | 
											
												
													
														|  |          // const values = data.map(item => Number(item[column.property]))
 |  |          // const values = data.map(item => Number(item[column.property]))
 | 
											
												
													
														|  | -        if (column.property === 'fgrossweight' || column.property === 'fnetweight' || column.property === 'fqty') {
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if (column.property === 'fgrossweight' || column.property === 'fnetweight' || column.property === 'fqty' ||
 | 
											
												
													
														|  | 
 |  | +          column.property === "fCntqty") {
 | 
											
												
													
														|  |            sums[index] = values.reduce((prev, curr) => {
 |  |            sums[index] = values.reduce((prev, curr) => {
 | 
											
												
													
														|  |              const value = Number(curr)
 |  |              const value = Number(curr)
 | 
											
												
													
														|  |              if (!isNaN(value)) {
 |  |              if (!isNaN(value)) {
 | 
											
												
													
														|  |              if (column.property === 'fgrossweight') {
 |  |              if (column.property === 'fgrossweight') {
 | 
											
												
													
														|  |                    this.form.fGrossweight = prev + curr
 |  |                    this.form.fGrossweight = prev + curr
 | 
											
												
													
														|  | 
 |  | +                  this.fGrossweight = prev + curr;
 | 
											
												
													
														|  |                  }
 |  |                  }
 | 
											
												
													
														|  |              if (column.property === 'fnetweight') {
 |  |              if (column.property === 'fnetweight') {
 | 
											
												
													
														|  |                  this.form.fNetweight = prev + curr
 |  |                  this.form.fNetweight = prev + curr
 | 
											
										
											
												
													
														|  | @@ -2418,6 +2497,9 @@
 | 
											
												
													
														|  |              if (column.property === 'fqty') {
 |  |              if (column.property === 'fqty') {
 | 
											
												
													
														|  |                  this.form.fQty = prev + curr
 |  |                  this.form.fQty = prev + curr
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  | 
 |  | +            if (column.property === "fCntqty") {
 | 
											
												
													
														|  | 
 |  | +                this.fCntqty = prev + curr;
 | 
											
												
													
														|  | 
 |  | +              }
 | 
											
												
													
														|  |                return prev + curr
 |  |                return prev + curr
 | 
											
												
													
														|  |              } else {
 |  |              } else {
 | 
											
												
													
														|  |                return prev
 |  |                return prev
 | 
											
										
											
												
													
														|  | @@ -2430,6 +2512,71 @@
 | 
											
												
													
														|  |     return sums
 |  |     return sums
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  | 
 |  | +      // 收款信息计价单位合计
 | 
											
												
													
														|  | 
 |  | +    getwarehouseDrList(param) {
 | 
											
												
													
														|  | 
 |  | +      console.log(param);
 | 
											
												
													
														|  | 
 |  | +      const { columns, data } = param;
 | 
											
												
													
														|  | 
 |  | +      const sums = [];
 | 
											
												
													
														|  | 
 |  | +      var values = [];
 | 
											
												
													
														|  | 
 |  | +      columns.forEach((column, index) => {
 | 
											
												
													
														|  | 
 |  | +        if (index === 0) {
 | 
											
												
													
														|  | 
 |  | +          sums[index] = "总价";
 | 
											
												
													
														|  | 
 |  | +          return;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +        if (index === 3) {
 | 
											
												
													
														|  | 
 |  | +          // values = data.map((item) => Number(item["fFeeUnitid"]));
 | 
											
												
													
														|  | 
 |  | +           sums[index] = this.fFeeUnitid;
 | 
											
												
													
														|  | 
 |  | +          return;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +      });
 | 
											
												
													
														|  | 
 |  | +      this.sums = sums;
 | 
											
												
													
														|  | 
 |  | +      return sums;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    },
 | 
											
												
													
														|  | 
 |  | +    // 付款信息计价单位合计
 | 
											
												
													
														|  | 
 |  | +    getwarehouseCrList(param) {
 | 
											
												
													
														|  | 
 |  | +      console.log(param);
 | 
											
												
													
														|  | 
 |  | +      const { columns, data } = param;
 | 
											
												
													
														|  | 
 |  | +      const sums = [];
 | 
											
												
													
														|  | 
 |  | +      var values = [];
 | 
											
												
													
														|  | 
 |  | +      columns.forEach((column, index) => {
 | 
											
												
													
														|  | 
 |  | +        if (index === 0) {
 | 
											
												
													
														|  | 
 |  | +          sums[index] = "总价";
 | 
											
												
													
														|  | 
 |  | +          return;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +        if (index === 3) {
 | 
											
												
													
														|  | 
 |  | +          // values = data.map((item) => Number(item["fFeeUnitid"]));
 | 
											
												
													
														|  | 
 |  | +           sums[index] = this.fFeeUnitids;
 | 
											
												
													
														|  | 
 |  | +          return;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +      });
 | 
											
												
													
														|  | 
 |  | +      this.sums = sums;
 | 
											
												
													
														|  | 
 |  | +      return sums;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    },
 | 
											
												
													
														|  | 
 |  | +    // 计价单位选择
 | 
											
												
													
														|  | 
 |  | +    changefFeeunitid(row) {
 | 
											
												
													
														|  | 
 |  | +       console.log(row)
 | 
											
												
													
														|  | 
 |  | +       if(row === "0"){
 | 
											
												
													
														|  | 
 |  | +         console.log(this.fCntqty)
 | 
											
												
													
														|  | 
 |  | +         this.fFeeUnitid = this.fCntqty
 | 
											
												
													
														|  | 
 |  | +       }else{
 | 
											
												
													
														|  | 
 |  | +         console.log(this.fGrossweight)
 | 
											
												
													
														|  | 
 |  | +         this.fFeeUnitid = this.fGrossweight
 | 
											
												
													
														|  | 
 |  | +       }
 | 
											
												
													
														|  | 
 |  | +    },
 | 
											
												
													
														|  | 
 |  | +     // 计价单位选择
 | 
											
												
													
														|  | 
 |  | +    changefFeeunitids(row) {
 | 
											
												
													
														|  | 
 |  | +       console.log(row)
 | 
											
												
													
														|  | 
 |  | +       if(row === "0"){
 | 
											
												
													
														|  | 
 |  | +         console.log(this.fFeeUnitid)
 | 
											
												
													
														|  | 
 |  | +         this.fFeeUnitids = this.fCntqty
 | 
											
												
													
														|  | 
 |  | +       }else{
 | 
											
												
													
														|  | 
 |  | +         this.fFeeUnitids = this.fGrossweight
 | 
											
												
													
														|  | 
 |  | +       }
 | 
											
												
													
														|  | 
 |  | +    },
 | 
											
												
													
														|  |        /** 提交按钮 */
 |  |        /** 提交按钮 */
 | 
											
												
													
														|  |        submitForm(status) {
 |  |        submitForm(status) {
 | 
											
												
													
														|  |          console.log(this.form.fGrossweight)
 |  |          console.log(this.form.fGrossweight)
 |