duhe
2025-11-19 999ee53229d1c9371efcbe7eb48a751e59e90e89
其他出库:代码优化
1个文件已修改
4 ■■■■ 已修改文件
src/views/KCGL/OtherOutBill/Kf_OtherOutBillEdit.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/KCGL/OtherOutBill/Kf_OtherOutBillEdit.vue
@@ -353,7 +353,7 @@
      </div>
    </el-dialog>
    <el-dialog title="隐藏列设置" :visible.sync="openRowHide" width="816px" append-to-body>
      <RowSettings :colName="btResList" HModName="Kf_ProductInBillEdit" @rowEditClose="rowSetClose" v-if="rowHideShow" />
      <RowSettings :colName="btResList" HModName="Kf_OtherOutBillEdit" @rowEditClose="rowSetClose" v-if="rowHideShow" />
    </el-dialog>
  </div>
</template>
@@ -367,7 +367,7 @@
import Material from '@/views/component/material'
export default {
  name: 'ProductInBill',
  name: 'OtherOutBillEdit',
  components: { Dept, Warehouse, Material, RowSettings },
  props: {
    OperationType: { type: Number, },