Browse Source

其他出库-页面修改

jingbb 4 months ago
parent
commit
85c5940e57
1 changed files with 1 additions and 13 deletions
  1. 1 13
      src/views/inventiry/otherOut/components/otherOutForm.vue

+ 1 - 13
src/views/inventiry/otherOut/components/otherOutForm.vue

@@ -24,16 +24,6 @@
 								<a-input v-model:value="formData.customerName" placeholder="请输入" disabled allow-clear ></a-input>
 							</a-form-item>
 						</a-col>
-            <a-col :span="12">
-							<a-form-item label="销售部门(sale department)" v-bind="validateInfos.saleDepartment"  id="SaleOrderForm-saleDepartment" name="saleDepartment">
-								<a-input v-model:value="formData.saleDepartment" placeholder="请输入" disabled allow-clear ></a-input>
-							</a-form-item>
-						</a-col>
-            <a-col :span="12">
-							<a-form-item label="业务员(salesman)" v-bind="validateInfos.salesman"  id="SaleOrderForm-salesman" name="salesman">
-								<a-input v-model:value="formData.salesman" placeholder="请输入" disabled allow-clear ></a-input>
-							</a-form-item>
-						</a-col>
             <a-col :span="12">
 							<a-form-item label="货位(goods allocation)" v-bind="validateInfos.goodsAllocation" id="SaleOrderForm-goodsAllocation" name="goodsAllocation">
 								<JDictSelectTag v-model:value="formData.goodsAllocation" placeholder="请选择" dictCode="goods_allocation"/>
@@ -90,7 +80,7 @@
   import { useValidateAntFormAndTable } from '/@/hooks/system/useJvxeMethods';
   import { queryOtherOutByMainId, queryDataById, saveOrUpdate} from '../otherOutForm.api';
   import {otherOutDetailColumns} from '../otherOutForm.data';
-  import {SelectStaningStockModal} from './SelectStaningStockModal';
+  import SelectStaningStockModal from './SelectStaningStockModal.vue';
   import { JVxeTable } from '/@/components/jeecg/JVxeTable';
   import JFormContainer from '/@/components/Form/src/container/JFormContainer.vue';
   import JUpload from '/@/components/Form/src/jeecg/components/JUpload/JUpload.vue';
@@ -138,9 +128,7 @@
         projectName:'',  
         customer:"",
         customerName:'',
-        saleDepartment: '',   
         productionClass: '',   
-        salesman:'',   
         goodsAllocation:'',
         warehouse:'',
         notes:'',