@@ -187,7 +187,7 @@
<el-button :type="form.estimateGoodGoods?'success':'info'" size="small" :disabled="!form.id" @click.native="dialog = true;fudaSatus = 2"
>预计货好</el-button>
<el-button type="info" size="small" :disabled="!form.id || form.fudaPurchaseStatus != '采购中'" @click.native="dialog = true;fudaSatus = 3"
- >采购完成</el-button>
+ >货备齐</el-button>
<!-- <el-button-->
<!-- type="warning"-->
<!-- icon="el-icon-plus"-->
@@ -231,6 +231,7 @@
</el-row>
</span>
<span slot="footer" class="dialog-footer">
+ <el-button type="info" size="small">导出</el-button>
<el-button @click="dialogVisible = false;params={}">取 消</el-button>
<el-button type="primary" :disabled="goodsListSave.length === 0" @click="confirmImport">导 入</el-button>