llj
20 小时以前 cc33f0cd0c0690452017e5f36bed5b8341e15cf3
src/views/KCGL/MoveStockBill/Kf_MoveStockBillEdit.vue
@@ -14,7 +14,7 @@
          <el-row>
            <el-col :span="6">
              <el-form-item label="单据编号" prop="HBillNo">
                <el-input v-model="form.HBillNo" placeholder="请输入单据编号" disabled="true" />
                <el-input v-model="form.HBillNo" placeholder="请输入单据编号" disabled />
              </el-form-item>
            </el-col>
            <el-col :span="6">
@@ -290,20 +290,20 @@
              <span>{{ scope.row.HSecUnitRate }}</span>
          </template>
        </el-table-column> -->
        <el-table-column align="center" label="应发数量" width="120">
        <el-table-column align="center" label="应发数量" width="150">
          <template slot-scope="scope">
            <span>{{ scope.row.HQtyMust }}</span>
          </template>
        </el-table-column>
        <el-table-column align="center" label="实发数量" width="120">
        <el-table-column align="center" label="实发数量" width="150">
          <template slot-scope="scope">
            <el-input-number v-model="scope.row.HQty" :min="0" style="width: 90px;"
            <el-input-number v-model="scope.row.HQty" :min="0" style="width: 130px;"
              controls-position="right"></el-input-number>
          </template>
        </el-table-column>
        <el-table-column align="center" label="件数" width="120">
          <template slot-scope="scope">
            <el-input-number v-model="scope.row.HPieceQty" :min="0" style="width: 90px;"
            <el-input-number v-model="scope.row.HPieceQty" :min="0" style="width: 130px;"
              controls-position="right"></el-input-number>
          </template>
        </el-table-column>
@@ -475,7 +475,8 @@
  data() {
    return {
      baseURL: process.env.VUE_APP_BASE_API,                                     //后端接口前缀(后端服务器IP)
      gyStockPlaceShow: false,
    ScICMOBillShow: false,
      organizationList: [],                                                      //页面初始化组织列表
      sourceBillTypeList: [],                                                   //页面初始化源单类型列表
      eHWHType: 0,
@@ -488,7 +489,7 @@
      HOutMoney:0,
      rsv:"",
      openPageData:{},                                                           //传入弹窗的数据
      HSouceBillType:"",
      // HSouceBillType:"",
      formShow: false,                                                           //表单是否显示标记
      formHideDataShow: false,                                                   //表单隐藏内容标记
@@ -566,7 +567,7 @@
        HLinkMan: "",
        HLinkPhone:"",
        HAddress:"",
        HSCWHID: "",
        HSCWHID: 0,
        HSecManagerID: 0,
        HSecManagerName: "",
        HKeeperID: 0,