1
llj
6 天以前 c03026779bd76a7d34333e3983280411cc3ea5aa
1
1个文件已修改
12 ■■■■ 已修改文件
components/StationOutBillPopup/StationEntrustOutBillListPopup.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/StationOutBillPopup/StationEntrustOutBillListPopup.vue
@@ -31,14 +31,14 @@
                            @input="HSourceNameChange"></uni-combox>
                    </view>
                </view>
                <!-- 工作中心 -->
                <!-- 工作中心
                <view class="form-item">
                    <view class="title">工作中心:</view>
                    <view class="right">
                        <uni-combox :candidates="arrayHCenterName" placeholder="请选择工作中心" v-model="hform.HCenterName"
                            @input="HCenterNameChange"></uni-combox>
                    </view>
                </view>
                </view> -->
                <!-- 生产班组 -->
                <view class="form-item">
                    <view class="title">生产班组:</view>
@@ -149,8 +149,8 @@
                this.hform.HSourceID=item.HSourceID
                this.hform.HSourceName=item.生产资源
                this.hform.HCenterID=item.HCenterID
                this.hform.HCenterName=item.工作中心
                // this.hform.HCenterID=item.HCenterID
                // this.hform.HCenterName=item.工作中心
                this.hform.HGroupID=item.HGroupID
                this.hform.HGroupName=item.班组
                this.hform.HEmpID=item.HEmpID
@@ -349,8 +349,8 @@
                    HWasterQty: this.hform.HWasterQty,
                    HSourceID: this.hform.HSourceID,
                    HSourceName: this.hform.HSourceName,
                    HCenterID: this.hform.HCenterID,
                    HCenterName: this.hform.HCenterName,
                    HCenterID: 0,
                    HCenterName: '',
                    HGroupID: this.hform.HGroupID,
                    HGroupName: this.hform.HGroupName,
                    HEmpID: this.hform.HEmpID,